dart-lang / lints

Official Dart lint rules; the core and recommended set of lints suggested by the Dart team.
https://pub.dev/packages/lints
BSD 3-Clause "New" or "Revised" License
118 stars 30 forks source link

a lint for 3.0.0-beta requires Dart 3.1 #155

Closed devoncarew closed 1 year ago

devoncarew commented 1 year ago

From a CI failure when trying out 3.0.0-beta:

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).

pq commented 1 year ago

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.

Agreed.