aboutsummaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-11-13 10:52:08 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2020-11-20 09:35:13 +0000
commit78bb7f2409bb8f4fb826423c39641a3c9f7c07aa (patch)
treee0d3369602b89d4cfc81852ea7b7f1c5296e97a4 /.yamllint
parentb440cff668be8b8dda2528e3c068fcf731b3bc59 (diff)
Add Tox setup for linters
Change-Id: I8e0ec530bbb19b2d29f79c45822dc7c899e7021b Issue-ID: INT-1778 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