aboutsummaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-12-15 13:46:06 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-12-15 13:46:06 +0100
commitc63869d48d77034f9805a57ef693b44d71b9fed4 (patch)
tree5d38123ab8b74f14dee0ce417624de62d791e71c /.yamllint
parent2f1e29f1afc4436fb4110745705a167f24dfac40 (diff)
Setup python, json, yaml and md linters
Change-Id: Iee7f5645bca374460f14b5607e08308503e3d745 Issue-ID: INT-1810 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.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