Skip to content

Commit

Permalink
Allow on as a YAML key
Browse files Browse the repository at this point in the history
The default values are `true` and `false`. Adding `on` to allow GitHub Actions workflow triggers to not flag.
  • Loading branch information
landongrindheim authored Feb 22, 2024
1 parent fb2c092 commit 6b82c1a
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 6b82c1a

Please sign in to comment.