gecko-dev/taskcluster/.yamllint
Sylvestre Ledru fe7bd3c390 Bug 1606009 - Fix & silent some tests r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D58266

--HG--
extra : moz-landing-system : lando
2019-12-26 22:13:18 +00:00

16 lines
231 B
Plaintext

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