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