postfix-cookbook/.overcommit.yml
Sous Chefs Bot c410897f24
Standardise files with files in sous-chefs/repo-management (#176)
Signed-off-by: kitchen-porter <board@sous-chefs.org>
2022-02-03 15:32:00 -08:00

17 lines
281 B
YAML

---
PreCommit:
TrailingWhitespace:
enabled: true
YamlLint:
enabled: true
Rspec:
enabled: true
required_executable: 'rspec'
Cookstyle:
enabled: true
required_executable: 'cookstyle'
command: ["cookstyle"]
CommitMsg:
HardTabs:
enabled: true