releases/yamllint.yml

10 lines
179 B
YAML

---
extends: default
rules:
# 200 chars should be enough, but don't fail if a line is longer
line-length:
max: 200
level: warning
allow-non-breakable-words: true