mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
14 lines
238 B
Text
14 lines
238 B
Text
---
|
|
extends: default
|
|
|
|
rules:
|
|
# 150 chars should be enough, but don't fail if a line is longer
|
|
line-length:
|
|
max: 150
|
|
level: warning
|
|
commas:
|
|
max-spaces-before: 0
|
|
min-spaces-after: 0
|
|
braces:
|
|
max-spaces-inside: 1
|
|
|