From babfcb99d1fe2db839294ef69783a8998561ff3a Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Mon, 13 Dec 2021 14:44:10 -0800 Subject: [PATCH] Update comment about prefer_final_parameters (#95215) --- analysis_options.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 24e9fdbfbe..d5b7af7c50 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -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