summaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-03-23 14:04:30 +0000
committerGerrit Code Review <gerrit@onap.org>2021-03-23 14:04:30 +0000
commit01167bd1932a261a5f9b8dc162bf894d8867da7e (patch)
treed8c283a5db28b9d94702a0403e401afc4c713510 /.yamllint
parent1c963a1e620fd8101ec36e8ef69a95a4e9f03802 (diff)
parenta9c3265af58fc88dd13c7689078f7eb6cfad54e3 (diff)
Merge "Add linters setup"honolulu
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