add .yammlint

This commit is contained in:
vincent 2021-04-22 09:29:54 +02:00
parent 9d1baf884c
commit d5df7dba47

View File

@ -2,10 +2,10 @@
extends: default
rules:
# 80 chars should be enough, but don't fail if a line is longer
line-length:
max: 120
max: 80
level: warning
ignore: |
.github/stale.yml
.travis.yml
allow-non-breakable-words: true
comments:
min-spaces-from-content: 1