summaryrefslogtreecommitdiffstats
path: root/.yamllint
blob: 4402f17fa3e1176cf787c490905499b74ab729c6 (plain)
1
2
3
4
5
6
7
8
---
extends: default

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