Skip to content

Commit

Permalink
yamllint: don't apply truthy test to map keys
Browse files Browse the repository at this point in the history
yamllint complains about the GitHub workflow definition because of
the "on" map key, which it considers a "truthy" value.  Tweak the
yamllint config so that it no longer applies the "truthy" rule to
keys.
  • Loading branch information
frasertweedale authored and tiran committed Sep 18, 2023
1 parent fe332de commit 446245c
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 @@ -9,3 +9,5 @@ rules:
line-length: disable
# max: 120
comments-indentation: disable
truthy:
check-keys: false

0 comments on commit 446245c

Please sign in to comment.