Add yamllint configuration

This commit is contained in:
Azat Khuzhin 2021-02-20 21:04:19 +03:00
parent e49d90405c
commit bde3439859

17
.yamllint Normal file
View File

@ -0,0 +1,17 @@
# vi: ft=yaml
extends: default
rules:
indentation:
level: warning
indent-sequences: consistent
line-length:
# there are some bash -c "", so this is OK
max: 300
level: warning
comments:
min-spaces-from-content: 1
document-start:
present: false
truthy:
check-keys: false