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: |
|
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
|
||||||
|
Reference in New Issue
Block a user