Skip to content

Commit 84892e0

Browse files
committed
fixup! lint(yaml): Only use true and false boolean values
Don't change yamllint policy as other components still not compliant. Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
1 parent 919ee7f commit 84892e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamllint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,5 @@ rules:
133133
# Use this rule to forbid non-explictly typed truthy values other than `true` and `false`, for example `YES`, `False` and `off`.
134134
# https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.truthy
135135
truthy:
136-
allowed-values: ['true', 'false']
136+
level: warning
137137
...

0 commit comments

Comments
 (0)