ansible-role-postgresql/.yamllint

12 lines
220 B
Plaintext
Raw Normal View History

2020-09-06 18:50:02 +00:00
---
extends: default
rules:
2021-04-22 07:29:54 +00:00
# 80 chars should be enough, but don't fail if a line is longer
2020-09-06 18:50:02 +00:00
line-length:
2021-04-22 07:29:54 +00:00
max: 80
2020-09-06 18:50:02 +00:00
level: warning
2021-04-22 07:29:54 +00:00
allow-non-breakable-words: true
comments:
min-spaces-from-content: 1