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: | ignore: |
.yamllint.yml .yamllint.yml
.ansible-lint.yml .ansible-lint.yml
.gitea/workflows
rules: rules:
truthy: truthy:
allowed-values: ['true', 'false'] allowed-values: ["true", "false"]
check-keys: false check-keys: false
level: error level: error
line-length: disable line-length: disable