diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-18 11:53:53 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-18 12:53:46 +0100 |
commit | 6f3a7a6ac3709c288b332cf75409368473a8dfcb (patch) | |
tree | 3f01740257f0ef074378bdffb34549b43916cf0b /.yamllint | |
parent | d04a02b3e580a20322ab5436abf5d9d6d94b1f9c (diff) |
Add basic tox setup for linter verifiers
Change-Id: I06f61687500ab96f94fa549df081a95528d76321
Issue-ID: INT-1492
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 |