Skip to content

Commit

Permalink
Change YamlLint config to prevent "truthy" warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Potherca committed Jan 25, 2022
1 parent 09874cb commit c004906
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
extends: default

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

0 comments on commit c004906

Please sign in to comment.