From fd890292c5b36896014bba6bb5d2e999ae69f67f Mon Sep 17 00:00:00 2001 From: Kate Lovett Date: Mon, 8 Mar 2021 14:49:03 -0600 Subject: [PATCH] Enable deprecation consistency (#77113) --- analysis_options.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 1c6be48507..f3fbaf570b 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -102,7 +102,7 @@ linter: # - constant_identifier_names # needs an opt-out https://github.com/dart-lang/linter/issues/204 - control_flow_in_finally # - curly_braces_in_flow_control_structures # not required by flutter style - # - deprecated_consistency # not yet tested + - deprecated_consistency # - diagnostic_describe_all_properties # not yet tested - directives_ordering # - do_not_use_environment # we do this commonly