gecko-dev/taskcluster/.yamllint

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
212 B
Plaintext
Raw Normal View History

---
ignore: |
*node_modules*
extends: default
rules:
document-end:
present: false
document-start:
present: true
indentation:
spaces: 4
# Checks currently failing
line-length: disable