Skip to content

Commit

Permalink
add yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
andreykaipov committed Mar 18, 2024
1 parent ba39655 commit 0e46924
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
extends: default

rules:
line-length:
max: 120
level: warning
truthy:
allowed-values: ["true", "false", "on"]
check-keys: true
braces:
min-spaces-inside: 0
max-spaces-inside: 1
min-spaces-inside-empty: -1
max-spaces-inside-empty: -1

0 comments on commit 0e46924

Please sign in to comment.