passsy / dart-lint

An opinionated, community-driven set of lint rules for Dart and Flutter projects. Like pedantic but stricter
Apache License 2.0
277 stars 82 forks source link

Add new dart 3.1 lints #74

Closed robiness closed 1 year ago

robiness commented 1 year ago

closes #https://github.com/passsy/dart-lint/issues/69

Two new lints where added to the official linter

no_wildcard_variable_uses and no_self_assignments

Both seem to be reasonable to  me.

Linter got rid of it's versioning scheme and is now in step with the dart versioning so i left it out.