hassio-vagrant/.codeclimate.yml
2017-10-14 21:41:38 +02:00

21 lines
275 B
YAML

---
engines:
markdownlint:
enabled: true
rubocop:
enabled: true
shellcheck:
enabled: true
ratings:
paths:
- "**.md"
- "**.sh"
- "Vagrantfile"
exclude_paths: [
".vagrant/**",
"addons/**",
"backup/**",
"config/**",
"share/**",
"ssl/**",
]