Skip to content

Commit

Permalink
Update YAMLLint rules to be inline with Ansible conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
lae committed Nov 14, 2024
1 parent 8349c2f commit a28f7db
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .yamllint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
---
yaml:
rules:
line-length:
max: 120
extends: default
rules:
line-length:
max: 120
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
truthy:
allowed-values:
- 'true'
- 'yes'
- 'false'
- 'no'

0 comments on commit a28f7db

Please sign in to comment.