postfix-cookbook/.yamllint
Sous Chefs Bot 377016c3cf
Automated PR: Standardising Files
This PR will standardise the files we have with out agreed spec in sous-chefs/repo-management.
This repo has been identified by topic(s) of chef-cookbook
2023-03-15 17:05:26 +00:00

16 lines
286 B
Plaintext

---
extends: default
rules:
line-length:
max: 256
level: warning
document-start: disable
braces:
forbid: false
min-spaces-inside: 0
max-spaces-inside: 1
min-spaces-inside-empty: -1
max-spaces-inside-empty: -1
comments:
min-spaces-from-content: 1