aboutsummaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-03-20 16:54:03 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2020-03-24 13:25:47 +0000
commitce2d1ddc232b9320807db53ebc2dbd1bd2462b13 (patch)
tree8f1b86210dabc1dfdcbb5e1722ff16ed524a0ed9 /.yamllint
parentb0f72a95c0bf26814a65bf3ea8de0a48d5c2abcd (diff)
Add tox setup for bbs usecase repository
Based on default config created by Bartek Grzybowski for other integration repositories Issue-ID: INT-1496 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: If46e22c8d75fa2f8455f7a1d9472a9b151163afb 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