feat: Update the yaml linting config
Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
@@ -4,10 +4,11 @@ extends: default
|
||||
ignore: |
|
||||
.yamllint.yml
|
||||
.ansible-lint.yml
|
||||
.gitea/workflows
|
||||
|
||||
rules:
|
||||
truthy:
|
||||
allowed-values: ['true', 'false']
|
||||
allowed-values: ["true", "false"]
|
||||
check-keys: false
|
||||
level: error
|
||||
line-length: disable
|
||||
|
Reference in New Issue
Block a user