summaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2021-03-01 08:30:15 +0000
committerGerrit Code Review <gerrit@onap.org>2021-03-01 08:30:15 +0000
commit546f9f3083fffd266b416efee0d8e9ea4c49e1ef (patch)
treec4e95c96a1492b9b754ccce1d6934e7171fb8021 /.yamllint
parent80383d3d3037b1e57cd61310a09fb157e72f1d2f (diff)
parent11ce7f76b620bb632de91d4f57e103b90a8178f5 (diff)
Merge changes from topic "js-linter"honolulu
* changes: [IETF_ACTN_TOOLS] First upload of the Feature code of one of the ACTN tool chain in the new repo Setup JavaScript linter Add Tox setup for 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