aboutsummaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-05-15 15:37:12 +0200
committermrichomme <morgan.richomme@orange.com>2020-05-15 15:37:12 +0200
commit988b1c1b481229488eb22d380029926bc647403b (patch)
tree8218512004edabdfe588d55b8de9dc8d84b4cc12 /.yamllint
parent6b08637c603490789c993b7e9019a96b0a1f51a0 (diff)
Add tox.ini
Issue-ID: INT-1587 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I7378d4ef4fce7737133a6eeb26f26baea4de35ab
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