welcome/.yamllint

10 lines
154 B
Plaintext
Raw Normal View History

2021-04-21 08:18:37 +00:00
extends: default
ignore: themes/
rules:
# 80 chars should be enough, but don't fail if a line is longer
line-length:
max: 80
level: warning