Add rule for disallow collections keyword in favor of FQCN #2728
Unanswered
jcgruenhage
asked this question in
Ideas
Replies: 1 comment
-
In case this is something that's wanted, I've already adjusted the rule locally to do this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://ansible-lint.readthedocs.io/rules/fqcn/ includes a section about the
collections
keyword being something to avoid in favor of using FQCNs instead. If we have stuff like this in the docs, we should also have a lint for it.Beta Was this translation helpful? Give feedback.
All reactions