diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-05-18 07:03:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-18 07:03:00 +0000 |
commit | 7c8b032d089cc0a77991595a23ab4ac8afd7ac10 (patch) | |
tree | c6255b1acd9c69bda8d3e72aed7dc97b8d415ce3 /.yamllint | |
parent | 0909f163f6eacac8e97864c7c1f0c3f2c80d1491 (diff) | |
parent | 988b1c1b481229488eb22d380029926bc647403b (diff) |
Merge "Add tox.ini"
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 |