summaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-02-09 14:44:11 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-02-09 14:45:12 +0100
commitc976e2fd7caadd9e43ac29b07a3c43f2704586a6 (patch)
tree576ed61883140d96b1268cbcc1b9b948e1fffa00 /.yamllint
parent9b6de3444c88517b8b0ad0de0662ea80c2b2914d (diff)
Add Tox setup for lintershonolulu
Issue-ID: CIMAN-33 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Change-Id: I3f34e1e21201b8e837f4ff7776528976c308b20b
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