Bug 1468402 - Part 3: Add test for subgrids in the grid list. r=pbro
[gecko.git] / taskcluster / .yamllint
blob0a5dea0335685a92948bf36f066a84f7abe05ba3
1 ---
2 ignore: |
3   *node_modules*
5 extends: default
7 rules:
8   document-end:
9      present: false
10   document-start:
11      present: true
12   indentation:
13      spaces: 4
14   # Checks currently failing
15   line-length: disable