diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2021-03-01 08:30:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-01 08:30:15 +0000 |
commit | 546f9f3083fffd266b416efee0d8e9ea4c49e1ef (patch) | |
tree | c4e95c96a1492b9b754ccce1d6934e7171fb8021 /.yamllint | |
parent | 80383d3d3037b1e57cd61310a09fb157e72f1d2f (diff) | |
parent | 11ce7f76b620bb632de91d4f57e103b90a8178f5 (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-- | .yamllint | 16 |
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 |