very_good_analysis
very_good_analysis copied to clipboard
feat: include `no_wildcard_variable_uses`
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