[ci] Add config for YAML linter
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kleph 2020-10-27 14:20:58 +01:00
parent dfe368f837
commit 5ad751e41c

9
.yamllint Normal file
View file

@ -0,0 +1,9 @@
---
extends: default
rules:
indentation:
indent-sequences: consistent
line-length:
max: 120
level: warning