We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
true
false
1 parent 919ee7f commit 84892e0Copy full SHA for 84892e0
.yamllint
@@ -133,5 +133,5 @@ rules:
133
# Use this rule to forbid non-explictly typed truthy values other than `true` and `false`, for example `YES`, `False` and `off`.
134
# https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.truthy
135
truthy:
136
- allowed-values: ['true', 'false']
+ level: warning
137
...
0 commit comments