Skip to content

Commit

Permalink
Merge pull request #144 from Dealerdirect/ci/yamllint-truthy
Browse files Browse the repository at this point in the history
Change YamlLint config to prevent "truthy" warning.
  • Loading branch information
jrfnl committed Jan 25, 2022
2 parents 09874cb + c004906 commit ee2ee17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .yamllint
@@ -1,6 +1,8 @@
---
extends: default

rules:
line-length:
level: warning
max: 120
truthy: {allowed-values: ["true", "false", "on"]}

0 comments on commit ee2ee17

Please sign in to comment.