add .yammlint

This commit is contained in:
vincent 2021-04-22 09:30:14 +02:00
parent df3027214d
commit 617d718dbb

11
.yamllint Normal file
View File

@ -0,0 +1,11 @@
---
extends: default
rules:
# 80 chars should be enough, but don't fail if a line is longer
line-length:
max: 80
level: warning
allow-non-breakable-words: true
comments:
min-spaces-from-content: 1