[skip ci] 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
25 lines
505 B
YAML
25 lines
505 B
YAML
---
|
|
PreCommit:
|
|
TrailingWhitespace:
|
|
enabled: true
|
|
YamlLint:
|
|
enabled: true
|
|
required_executable: "yamllint"
|
|
ChefSpec:
|
|
enabled: true
|
|
required_executable: "chef"
|
|
command: ["chef", "exec", "rspec"]
|
|
Cookstyle:
|
|
enabled: true
|
|
required_executable: "cookstyle"
|
|
command: ["cookstyle"]
|
|
MarkdownLint:
|
|
enabled: false
|
|
required_executable: "npx"
|
|
command: ["npx", "markdownlint-cli2", "'**/*.md'"]
|
|
include: ["**/*.md"]
|
|
|
|
CommitMsg:
|
|
HardTabs:
|
|
enabled: true
|