diff options
author | morganrol <morgan.richomme@orange.com> | 2021-05-06 18:14:16 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-05-07 09:19:43 +0000 |
commit | 47e58b69e4f6b3697d1c550f2e899558de502c53 (patch) | |
tree | e6dd8623f819ed087c450f1c4efdc7bd8ddabbdd /.yamllint | |
parent | 9977b7a6cdc3c3ee21e5a982687ec61e6b529929 (diff) |
[TOX] tox missing in the repo
Issue-ID: TEST-296
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I3514ee3ec2b92d4745f3bd08e3062225251c3036
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 |