Skip to content
Snippets Groups Projects
Verified Commit 99cba791 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

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.
parent d7c2f627
No related branches found
No related tags found
1 merge request!635lint: add fqcn and no-free-form to skip_list for ansible-lint 6.8.0
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment