dart-lang/linter

[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.

/cc @kallentu @bwilkerson @lrhn