1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 01:21:36 +02:00
infrastructure/.ansible-lint

16 lines
539 B
Plaintext
Raw Normal View History

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
skip_list:
# line too long (x > 80 characters) (line-length)
- 'line-length'
# yaml: too many spaces inside braces (braces)
- 'braces'
2020-06-12 06:45:33 +02:00
# 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'