welcome/.yamllint

12 lines
194 B
Plaintext
Raw Normal View History

2021-04-21 08:48:26 +00:00
---
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
2021-04-21 08:48:26 +00:00
allow-non-breakable-words: true