mirror of
https://github.com/hassio-addons/hassio-vagrant.git
synced 2025-05-03 18:41:30 +00:00
21 lines
275 B
YAML
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/**",
|
|
]
|