Skip to content

Commit edeef62

Browse files
Merge pull request #188 from dependabot/landongrindheim-patch-1
Allow `on` as a YAML key
2 parents 6a8b952 + 6b82c1a commit edeef62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.yamllint.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ rules:
1919
# We could downgrade the line length error to a warning, but for now it clutters the output too much.
2020
# max: 120
2121
# level: warning
22+
truthy:
23+
allowed-values: ['true', 'false', 'on']

0 commit comments

Comments
 (0)