aboutsummaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
authorLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>2020-12-16 09:13:40 +0000
committerGerrit Code Review <gerrit@onap.org>2020-12-16 09:13:40 +0000
commit4c7c4eb6b8f43e3dd27a0581de62cb93148f649e (patch)
tree4191d5ec1668f2884c94b95756ed1b1817bdf0fd /.yamllint
parent7c8a98e354e0408f1b27f7ec8b33e0751108a9cb (diff)
parentc63869d48d77034f9805a57ef693b44d71b9fed4 (diff)
Merge "Setup python, json, yaml and md linters"
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