diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-03-19 10:20:21 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-03-19 10:22:56 +0100 |
commit | ccc14ffac56ca4a848ac2f68dfb35d228650d8e0 (patch) | |
tree | 5d38123ab8b74f14dee0ce417624de62d791e71c /.yamllint | |
parent | 0c9d0d916cce8246759953f1d7073e5ce6d49109 (diff) |
Add linters setup
Change-Id: I2ead520315adad7e311250e06d763f9417ccf573
Issue-ID: INT-1890
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 |