diff options
author | morganrol <morgan.richomme@orange.com> | 2021-05-07 14:56:34 +0200 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-05-07 14:56:34 +0200 |
commit | 716a729485d201966973307645954a579d754d39 (patch) | |
tree | e043de3af0d9230fb5abd8b66b5f7557f21db6a4 /.yamllint | |
parent | 017fc08036e8c5a7aac70970f0db400aeaed192c (diff) |
[CONFIG] Add tox in terraform repo
files are missing
Issue-ID: INT-1842
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I62e196f31f58c3682a74bb6459bbffeb7ebb7435
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 |