summaryrefslogtreecommitdiffstats
path: root/comm/.yamllint
blob: 43b38ea456510bfcf5bf2ce9cf228def5ea89858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
extends: default

ignore: |
  *node_modules*

rules:
  document-end:
     present: false
  document-start:
     present: true
  indentation:
     spaces: 4
  # Checks currently failing
  line-length: disable