diff options
author | 2020-06-29 08:29:52 +0200 | |
---|---|---|
committer | 2020-07-06 08:59:18 +0000 | |
commit | 2841bb28e3b9cbca5d3e947d0e0de87fb72feca7 (patch) | |
tree | 8218512004edabdfe588d55b8de9dc8d84b4cc12 /.yamllint | |
parent | 80f584b0b942e9bb822cce4ee94861370f81ae1a (diff) |
Add tox.ini
wait for jjb
Issue-ID: INT-1460
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ie15f025912ced4da38c4508e571cbaf6704c97f1
Signed-off-by: mrichomme <morgan.richomme@orange.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 |