mirror of
https://github.com/atosatto/ansible-minio.git
synced 2024-11-21 11:15:18 +01:00
22 lines
360 B
Plaintext
22 lines
360 B
Plaintext
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
|
|
|
|
# Max 1 space in empty brackets
|
|
brackets:
|
|
min-spaces-inside-empty: 0
|
|
max-spaces-inside-empty: 1
|