releases/yamllint.yml

10 lines
179 B
YAML

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