1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-24 07:07:09 +02:00

lint: allow all unqualified collection names

We were already ignoring fqcn-builtins which is now an alias for
fqcn[action-core] in ansible-lint 6.8.0. The latter started complaining
about fqcn[action] as well, so just opt out of all fqcn checks.
This commit is contained in:
Evangelos Foutras 2022-10-07 11:14:32 +03:00
parent d7c2f6271c
commit 99cba79182
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34

View File

@ -14,5 +14,5 @@ skip_list:
- meta-no-info
# Allow package versions to be specified as 'latest'
- package-latest
# Don't require FQCN for builtin actions
- fqcn-builtins
# Don't require fully-qualified collection names
- fqcn