-
Evangelos Foutras authored
To be determined if we want to implement this rule.
Evangelos Foutras authoredTo be determined if we want to implement this rule.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.ansible-lint 644 B
exclude_paths:
- misc
# FIXME: parser-error: couldn't resolve module/action 'hosts'. This often indicates a misspelling, missing collection, or incorrect module path.
- playbooks/tasks
- roles/prometheus/files/node.rules.yml
skip_list:
# line too long (x > 80 characters) (line-length)
- 'line-length'
# yaml: too many spaces inside braces (braces)
- 'braces'
# Do not recommend running tasks as handlers
- 'no-handler'
# Do not force galaxy info in meta/main.yml
- 'meta-no-info'
# Allow package versions to be specified as 'latest'
- 'package-latest'
# Don't require FQCN for builtin actions
- 'fqcn-builtins'