Skip to content

Commit

Permalink
Don't warn about use of "on" as a YAML key (#562)
Browse files Browse the repository at this point in the history
Per documentation at
https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.truthy

Signed-off-by: Dave Thaler <[email protected]>
Co-authored-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler and dthaler2 authored Oct 29, 2024
1 parent 36ff031 commit df09f7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ extends: default

rules:
line-length: disable
truthy:
check-keys: false

0 comments on commit df09f7c

Please sign in to comment.