summaryrefslogtreecommitdiffstats
path: root/.yamllint
blob: 66a91f9ac4c7d995d6e1959ce7a72a90eb280c5b (plain)
1
2
3
4
5
6
7
8
9
---

extends: default

rules:
  # 100 chars should be enough
  line-length:
    max: 100
    level: error