[Wildcard Variables] support for `avoid_final_parameters`
pq opened this issue · 1 comments
pq commented
From the rule description:
Declaring parameters as final can lead to unnecessarily verbose code, especially when using the "parameter_assignments" rule.
My sense is we don't want to special case wildcards and flag final wildcards just like any other wildcard.
pq commented
Tested w/ dart-lang/sdk@964017a