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