1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00
ansible_playbook_servers/.yamllint

15 lines
238 B
Text
Raw Normal View History

2021-01-19 20:16:08 +01:00
---
extends: default
rules:
# 150 chars should be enough, but don't fail if a line is longer
line-length:
max: 150
level: warning
2021-01-20 22:54:29 +01:00
commas:
max-spaces-before: 0
min-spaces-after: 0
braces:
max-spaces-inside: 1