1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-24 15:00:55 +02:00
infrastructure/.ansible-lint
2020-06-22 19:24:55 +02:00

12 lines
262 B
Plaintext

exclude_paths:
- misc
skip_list:
# Ignore lines longer than 160 chars
- '204'
# Do not recommend running tasks as handlers
- '503'
# Do not force galaxy info in meta/main.yml
- '701'
# Allow package versions to be specified as 'latest'
- '403'