Update comment about prefer_final_parameters (#95215)

This commit is contained in:
Michael Goderbauer 2021-12-13 14:44:10 -08:00 committed by GitHub
parent ee874c1967
commit babfcb99d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,7 +163,7 @@ linter:
- prefer_final_fields
- prefer_final_in_for_each
- 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_foreach
- prefer_function_declarations_over_variables