add .yamllint config for nicer yaml linting by ansible-lint
This commit is contained in:
parent
433008d211
commit
e68c98fe59
1 changed files with 6 additions and 0 deletions
6
.yamllint
Normal file
6
.yamllint
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
rules:
|
||||||
|
brackets:
|
||||||
|
min-spaces-inside: 1
|
||||||
|
max-spaces-inside: 1
|
||||||
|
min-spaces-inside-empty: 1
|
||||||
|
max-spaces-inside-empty: 1
|
Loading…
Add table
Add a link
Reference in a new issue