Setup repo administrative files
[ci-management.git] / .yamllint.conf
diff --git a/.yamllint.conf b/.yamllint.conf
new file mode 100644 (file)
index 0000000..b821cb8
--- /dev/null
@@ -0,0 +1,7 @@
+extends: default
+
+rules:
+  empty-lines:
+    max-end: 1
+  line-length:
+    max: 120