diff options
author | 2021-02-15 10:37:45 +0100 | |
---|---|---|
committer | 2021-02-17 07:18:25 +0000 | |
commit | f4d42825c81b3275cdb0135767f0ff504b7d6dad (patch) | |
tree | 137d569e114bb8ce18d3a5b58c3f6df083792fa8 /.yamllint | |
parent | b02de10e158f9c20dabe970fd1e4e8bd85ccf792 (diff) |
Add Tox setup for linters
Change-Id: I48734db48288b0f81a51261255afd2228f010707
Issue-ID: CIMAN-33
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.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 |