You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While playing around with current main, I found some more ways to make ansible-lint call lookup plugins: add round brackets around lookup/query/q: (lookup)('name.of.plugin', 'parameters') is not caught by the regular expression.
I think this shows that the only way to properly handle this is to look at the AST.