Add yamllint config

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2023-03-30 14:21:52 +02:00
parent 3d94890d6c
commit 5b70f7a49f

13
.yamllint.yml Normal file
View File

@@ -0,0 +1,13 @@
---
extends: default
ignore: |
.yamllint
rules:
truthy:
allowed-values: ['true', 'false']
check-keys: False
level: error
line-length: disable