diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-04-21 17:43:39 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-05-01 09:14:16 +0200 |
commit | ed6bd58215d56e166ae2cc2c3365fd0969218ce0 (patch) | |
tree | b6a94867642a5eaac3fde3da88756567581e3595 /.yamllint | |
parent | e0649bc68fc30f547994b31f3f2aa6e01407d147 (diff) |
Add linters for docker-onap-java11 repo
Issue-ID: INT-1523
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: If86e092b5dc792f5e5f20587effa27d00110d366
Signed-off-by: mrichomme <morgan.richomme@orange.com>
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 |