2020-05-10 02:30:00 +02:00
|
|
|
exclude_paths:
|
|
|
|
- misc
|
2021-02-14 14:05:32 +01:00
|
|
|
# FIXME: parser-error: couldn't resolve module/action 'hosts'. This often indicates a misspelling, missing collection, or incorrect module path.
|
|
|
|
- playbooks/tasks
|
2021-03-01 17:41:33 +01:00
|
|
|
- roles/prometheus/files/node.rules.yml
|
2020-05-10 02:30:00 +02:00
|
|
|
skip_list:
|
2022-05-21 12:53:27 +02:00
|
|
|
# yaml: line too long (x > 160 characters) (yaml[line-length])
|
|
|
|
- yaml[line-length]
|
|
|
|
# yaml: too many spaces inside braces (yaml[braces])
|
|
|
|
- yaml[braces]
|
2020-06-12 06:45:33 +02:00
|
|
|
# Do not recommend running tasks as handlers
|
2021-02-14 12:21:56 +01:00
|
|
|
- 'no-handler'
|
2020-06-22 19:24:55 +02:00
|
|
|
# Do not force galaxy info in meta/main.yml
|
2021-02-14 12:21:56 +01:00
|
|
|
- 'meta-no-info'
|
2020-06-22 19:24:55 +02:00
|
|
|
# Allow package versions to be specified as 'latest'
|
2021-02-14 12:21:56 +01:00
|
|
|
- 'package-latest'
|
2022-03-24 14:52:37 +01:00
|
|
|
# Don't require FQCN for builtin actions
|
|
|
|
- 'fqcn-builtins'
|