mirror of
https://github.com/atosatto/ansible-minio.git
synced 2025-01-20 20:41:20 +01:00
Disable truthy values linting
This commit is contained in:
parent
04434ad59e
commit
539d82606a
15
.yamllint
15
.yamllint
@ -1,14 +1,21 @@
|
||||
extends: default
|
||||
|
||||
ignore: |
|
||||
.travis/
|
||||
.travis.yml
|
||||
meta/
|
||||
|
||||
rules:
|
||||
|
||||
# Disable line-length and truthy values reporting
|
||||
line-length: disable
|
||||
truthy: disable
|
||||
|
||||
# Max 1 space to separate the elements in brakets
|
||||
braces:
|
||||
max-spaces-inside: 1
|
||||
level: error
|
||||
|
||||
# Max 1 space in empty brackets
|
||||
brackets:
|
||||
max-spaces-inside: 1
|
||||
level: error
|
||||
line-length: disable
|
||||
min-spaces-inside-empty: 0
|
||||
max-spaces-inside-empty: 1
|
||||
|
Loading…
Reference in New Issue
Block a user