Skip to content

Commit f6b9c4d

Browse files
authored
Update prefer_final_parameters comment (#125465)
Per discusion in flutter/flutter#125061.
1 parent 14be1af commit f6b9c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ linter:
154154
- prefer_final_fields
155155
- prefer_final_in_for_each
156156
- prefer_final_locals
157-
# - 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
157+
# - prefer_final_parameters # adds too much verbosity
158158
- prefer_for_elements_to_map_fromIterable
159159
- prefer_foreach
160160
- prefer_function_declarations_over_variables

0 commit comments

Comments
 (0)