1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-02 03:46:05 +02:00
infrastructure/.ansible-lint

12 lines
283 B
Plaintext

exclude_paths:
- misc
skip_list:
# line too long (x > 80 characters) (line-length)
- 'line-length'
# 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'