Skip to content

Commit

Permalink
fixup! lint(yaml): Only use true and false boolean values
Browse files Browse the repository at this point in the history
Don't change yamllint policy as other components still not compliant.

Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
  • Loading branch information
brlin-tw committed Aug 25, 2024
1 parent 919ee7f commit 84892e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ rules:
# Use this rule to forbid non-explictly typed truthy values other than `true` and `false`, for example `YES`, `False` and `off`.
# https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.truthy
truthy:
allowed-values: ['true', 'false']
level: warning
...

0 comments on commit 84892e0

Please sign in to comment.