aboutsummaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-04-21 17:53:52 +0200
committermrichomme <morgan.richomme@orange.com>2020-05-26 09:41:07 +0200
commit6c1ee9ccaf8049e9c55b21f7f486a4a1b09dadef (patch)
tree0a6e52df3b64a07e030d6448a1f2042f1ac35c3f /.yamllint
parent5de622a8247c4cf4fc2bd4e5f8a947e60a8c4bfb (diff)
Add linters in xtesting repo
Issue-ID: INT-1523 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ia5ea0ad8d5fbf3cd6778b285e12ae8e455ecd3f7 Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to '.yamllint')
-rw-r--r--.yamllint16
1 files changed, 16 insertions, 0 deletions
diff --git a/.yamllint b/.yamllint
new file mode 100644
index 0000000..ab5bdc3
--- /dev/null
+++ b/.yamllint
@@ -0,0 +1,16 @@
+---
+
+extends: default
+
+rules:
+ line-length: disable
+ truthy: disable
+ braces:
+ max-spaces-inside: 1
+ brackets:
+ max-spaces-inside: 1
+ comments-indentation: disable
+ comments: disable
+ document-start: disable
+ indentation:
+ indent-sequences: whatever