diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-04-03 09:19:02 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-04-03 09:19:02 +0200 |
commit | 9da3b4e7a0b5961719db2658805d86053f1595ea (patch) | |
tree | 4c387acbec7fb25c5161c8eaec2c940a817d38c8 /.yamllint | |
parent | 3cc6f55d1378dc44af5b55d4bf2a2f7912dc7263 (diff) |
Add tox linters setup
Change-Id: Ia4f632f38a85c562d897bf62ad14dd9d20557d7d
Issue-ID: INT-1427
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 |