warning - analysis_options.yaml:1:10 - Warning in the included options file /home/runner/.pub-cache/hosted/pub.dev/lints-3.0.0-beta/lib/core.yaml(723..747): 'no_wildcard_variable_uses' is not a recognized lint rule - included_file_warning
It looks like we need to rev the min sdk version of package:lints (to 3.1), or remove the no_wildcard_variable_uses from the package.
It's been quite a while since we last published, so I'd like to make the new version of the package more widely available. I think that means dropping no_wildcard_variable_uses for now, and re-adding it for our next version (and reving the min. sdk to 3.1 then).
From a CI failure when trying out
3.0.0-beta
:It looks like we need to rev the min sdk version of package:lints (to 3.1), or remove the no_wildcard_variable_uses from the package.
It's been quite a while since we last published, so I'd like to make the new version of the package more widely available. I think that means dropping
no_wildcard_variable_uses
for now, and re-adding it for our next version (and reving the min. sdk to 3.1 then).