Add yamllint.conf

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2022-07-14 22:02:21 +02:00
parent ad4644e2f7
commit 796883a904
2 changed files with 4 additions and 0 deletions

View File

@@ -3,4 +3,5 @@ linters:
shellcheck:
shell: bash
yamllint:
config: ./.yamllint.conf
remarklint:

3
.yamllint.conf Normal file
View File

@@ -0,0 +1,3 @@
rules:
line-length: disable
document-start: disable