aboutsummaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-04-03 09:19:02 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-04-03 09:24:36 +0200
commitb74af11e1976f0d9c1fe5b6efffd004c0644b3a5 (patch)
tree2443d18f74f368523e0ff7a6b76699464e0304b0 /.yamllint
parentd2ca12eb28553720ab2227181051055da49a7ac8 (diff)
Add tox linters setup
Change-Id: I4b2bfe62aa1817773df45b20d8d70962088af566 Issue-ID: INT-1427 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