ansible-minio/.yamllint

22 lines
360 B
Plaintext
Raw Normal View History

extends: default
2018-08-20 20:25:15 +02:00
ignore: |
.travis/
.travis.yml
meta/
rules:
2018-08-20 20:25:15 +02:00
# 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
2018-08-20 20:25:15 +02:00
# Max 1 space in empty brackets
brackets:
2018-08-20 20:25:15 +02:00
min-spaces-inside-empty: 0
max-spaces-inside-empty: 1