summaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-12-02 13:29:09 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-12-02 13:30:00 +0100
commit2416a1a546c1d2922c37d513df42e9d26bbaaa42 (patch)
treed9054878a749fca9ecd2576f793c3313b9a01698 /.yamllint
parent1253375a9d4c65930d98d39c60260322112b91ea (diff)
Add linters setup
Change-Id: If4a4f7ab9e6af63b3f6765c1dc06cb337baddc00 Issue-ID: CIMAN-33 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