Skip to content

Commit

Permalink
Merge pull request #188 from dependabot/landongrindheim-patch-1
Browse files Browse the repository at this point in the history
Allow `on` as a YAML key
  • Loading branch information
landongrindheim authored Feb 22, 2024
2 parents 6a8b952 + 6b82c1a commit edeef62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ rules:
# We could downgrade the line length error to a warning, but for now it clutters the output too much.
# max: 120
# level: warning
truthy:
allowed-values: ['true', 'false', 'on']

0 comments on commit edeef62

Please sign in to comment.