Add configuration in prep to enable coala and tox
[ci-management.git] / yamllint.conf
diff --git a/yamllint.conf b/yamllint.conf
new file mode 100644 (file)
index 0000000..32d76ab
--- /dev/null
@@ -0,0 +1,8 @@
+extends: default
+
+rules:
+  empty-lines:
+    max-end: 1
+  line-length:
+    max: 120
+