From d5344f3ba5d798df54e80363d7bd85c99b8172c6 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Mon, 1 Mar 2021 14:21:16 -0800 Subject: [PATCH] Enable avoid_type_to_string lint --- analysis_options.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 823215daa717a5..79046c6b70f939 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -87,7 +87,7 @@ linter: - avoid_shadowing_type_parameters - avoid_single_cascade_in_expression_statements - avoid_slow_async_io - # - avoid_type_to_string # we do this commonly + - avoid_type_to_string - avoid_types_as_parameter_names # - avoid_types_on_closure_parameters # conflicts with always_specify_types # - avoid_unnecessary_containers # not yet tested