1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 04:53:30 +02:00

ansible-lint: Replace numeric rule identifiers with text ones

This commit is contained in:
Kristian Klausen 2021-02-14 12:21:56 +01:00
parent 0356dee2e2
commit 36079da322

View File

@ -4,8 +4,8 @@ skip_list:
# line too long (x > 80 characters) (line-length) # line too long (x > 80 characters) (line-length)
- 'line-length' - 'line-length'
# Do not recommend running tasks as handlers # Do not recommend running tasks as handlers
- '503' - 'no-handler'
# Do not force galaxy info in meta/main.yml # Do not force galaxy info in meta/main.yml
- '701' - 'meta-no-info'
# Allow package versions to be specified as 'latest' # Allow package versions to be specified as 'latest'
- '403' - 'package-latest'