aboutsummaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-06-03 09:48:34 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-06-04 10:59:59 +0200
commit427c105c589f0737871a60759b416eda6fb52bf2 (patch)
tree3a918e6fc1cb9e692bbecbd815196e42d51c4d37 /.yamllint
parentf46416c1031ebd16613c06d8112d377f09216af0 (diff)
Add tox.ini for pythonsdk-tests
Issue-ID: INT-1607 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I668882bcceb98c47896486c600f24fae52341b61 Signed-off-by: mrichomme <morgan.richomme@orange.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