feat: Update the yaml linting config

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2023-11-16 11:17:44 +01:00
parent a65d96c984
commit 7e736fa8a4

View File

@@ -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