add .yammlint

This commit is contained in:
vincent 2021-04-22 09:30:27 +02:00
parent b332dc89c6
commit a09ddbce29

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