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

This commit is contained in:
kleph 2020-10-27 14:20:58 +01:00
parent dfe368f837
commit 5ad751e41c
1 changed files with 9 additions and 0 deletions

9
.yamllint Normal file
View File

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