welcome/.yamllint
vincent 3b580d7a5b
Some checks failed
continuous-integration/drone/push Build is failing
add linting CI
2021-04-21 10:18:37 +02:00

10 lines
154 B
Plaintext

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