summaryrefslogtreecommitdiffstats
path: root/.yaml-lint.yml
blob: 855465d43cee7325401ea99805e02e609c5ace38 (plain)
1
2
3
4
5
6
7
8
---
extends: default

rules:
  # 80 chars should be enough, but don't fail if a line is longer
  line-length:
    max: 120
    level: warning