VeryGoodOpenSource / very_good_analysis

Lint rules for Dart and Flutter used internally at Very Good Ventures 🦄
https://pub.dev/packages/very_good_analysis
MIT License
369 stars 38 forks source link

feat: include `no_wildcard_variable_uses` #90

Closed renancaraujo closed 5 months ago

renancaraujo commented 1 year ago

Consider including no_wildcard_variable_uses, an upcoming rule, on a future version of very_good_analysis.

Seems like in a future version of dart, variables names with and exclusively with underscores will no longer be accepted.

See the description here: https://github.com/dart-lang/linter/issues/4392