summaryrefslogtreecommitdiffstats
path: root/comm/taskcluster/.yamllint
diff options
context:
space:
mode:
Diffstat (limited to 'comm/taskcluster/.yamllint')
-rw-r--r--comm/taskcluster/.yamllint12
1 files changed, 12 insertions, 0 deletions
diff --git a/comm/taskcluster/.yamllint b/comm/taskcluster/.yamllint
new file mode 100644
index 0000000000..0c454fb02a
--- /dev/null
+++ b/comm/taskcluster/.yamllint
@@ -0,0 +1,12 @@
+---
+extends: default
+
+rules:
+ document-end:
+ present: false
+ document-start:
+ present: true
+ indentation:
+ spaces: 4
+ # Checks currently failing
+ line-length: disable