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