diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-19 15:59:20 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-23 07:47:18 +0000 |
commit | 6a34a96c7d0ffab178caf8a91f7199916ebb643e (patch) | |
tree | 65560b7042bb20ab3229bc71cdc4298e440d5d78 /.yamllint | |
parent | a1ffe0ce52a4efa1ed56474417aa525d60518a5b (diff) |
Add tox setup for linter verifiers
Change-Id: I02a2e6f3bdd1efe09dee3d08946298d829650a9f
Issue-ID: INT-1482
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 00000000..ab5bdc37 --- /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 |