11 lines
158 B
YAML
11 lines
158 B
YAML
exclude_paths:
|
|
- ../.cache/
|
|
- .cache/
|
|
# Must not be relatively anchored
|
|
- /**/molecule/*/*.yml
|
|
|
|
skip_list:
|
|
- "204"
|
|
- yaml
|
|
use_default_rules: true
|