Unverified Commit babfcb99 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Update comment about prefer_final_parameters (#95215)

parent ee874c19
...@@ -163,7 +163,7 @@ linter: ...@@ -163,7 +163,7 @@ linter:
- prefer_final_fields - prefer_final_fields
- prefer_final_in_for_each - prefer_final_in_for_each
- prefer_final_locals - prefer_final_locals
# - prefer_final_parameters # we should enable this one day (see also parameter_assignments) # - prefer_final_parameters # we should enable this one day when it can be auto-fixed (https://github.com/dart-lang/linter/issues/3104), see also parameter_assignments
- prefer_for_elements_to_map_fromIterable - prefer_for_elements_to_map_fromIterable
- prefer_foreach - prefer_foreach
- prefer_function_declarations_over_variables - prefer_function_declarations_over_variables
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment