summaryrefslogtreecommitdiffstats
path: root/taskcluster/.yamllint
diff options
context:
space:
mode:
Diffstat (limited to 'taskcluster/.yamllint')
-rw-r--r--taskcluster/.yamllint16
1 files changed, 16 insertions, 0 deletions
diff --git a/taskcluster/.yamllint b/taskcluster/.yamllint
new file mode 100644
index 0000000000..8b464b1e2d
--- /dev/null
+++ b/taskcluster/.yamllint
@@ -0,0 +1,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