summaryrefslogtreecommitdiffstats
path: root/taskcluster/.yamllint
blob: 8b464b1e2d05e5cdd073ad9112b71c19eb9d9bd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
ignore: |
  *node_modules*
  **/test/params/

extends: default

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