summaryrefslogtreecommitdiffstats
path: root/comm/taskcluster/.yamllint
blob: 0c454fb02a0c97d4c78344d84679b1a5c508376d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
extends: default

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