summaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-09-07 10:58:58 +0200
committerAric Gardner <agardner@linuxfoundation.org>2020-09-15 18:44:16 +0000
commit218790a770e0214485873c462e0eb20024fd2e60 (patch)
treeed8bb17bf8606bb3e779b49e943f0adfd3c2b7e1 /.yamllint
parentb987157e621f0141b9e30ef527c8aba13a3a3c91 (diff)
Add tox setup for CI linters jobs
Change-Id: I0c5db0558ed43730c2a16361e1b7ba3fcc5f056a Issue-ID: INT-1699 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