You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`unnecessary_this`](https://dart.dev/lints/unnecessary_this)| Don't access members with `this` unless avoiding shadowing. | ✅ |
100
100
|[`unnecessary_to_list_in_spreads`](https://dart.dev/lints/unnecessary_to_list_in_spreads)| Unnecessary `toList()` in spreads. | ✅ |
101
+
|[`unnecessary_underscores`](https://dart.dev/lints/unnecessary_underscores)| Unnecessary underscores can be removed. | ✅ |
101
102
|[`use_function_type_syntax_for_parameters`](https://dart.dev/lints/use_function_type_syntax_for_parameters)| Use generic function type syntax for parameters. | ✅ |
102
103
|[`use_rethrow_when_possible`](https://dart.dev/lints/use_rethrow_when_possible)| Use rethrow to rethrow a caught exception. | ✅ |
103
104
|[`use_super_parameters`](https://dart.dev/lints/use_super_parameters)| Use super-initializer parameters where possible. | ✅ |
0 commit comments