From e8bee51d5d2163f7e32bba6d96953656d688b741 Mon Sep 17 00:00:00 2001
From: handreas <andreas.hamacher@monash.edu>
Date: Mon, 2 Dec 2019 03:23:40 +0000
Subject: [PATCH] adding lint file

Former-commit-id: 4e05b7a4580e83e72f26fb234441c5d67bf95ce7
---
 CICD/.yamllintconf.yaml | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 CICD/.yamllintconf.yaml

diff --git a/CICD/.yamllintconf.yaml b/CICD/.yamllintconf.yaml
new file mode 100644
index 00000000..d6fd2e00
--- /dev/null
+++ b/CICD/.yamllintconf.yaml
@@ -0,0 +1,30 @@
+# copied from luhan
+extends: default
+rules:
+  braces:
+    level: warning
+    max-spaces-inside: 1
+  brackets:
+    level: warning
+    max-spaces-inside: 1
+  colons:
+    level: warning
+  commas:
+    level: warning
+  comments: disable
+  comments-indentation: disable
+  document-start: disable
+  empty-lines:
+    level: warning
+  hyphens:
+    level: warning
+  indentation:
+    level: warning
+    indent-sequences: consistent
+  line-length:
+    level: warning
+    allow-non-breakable-inline-mappings: true
+  truthy: disable
+  trailing-spaces:
+    level: warning
+
-- 
GitLab