Enable deprecation consistency (#77113)

This commit is contained in:
Kate Lovett 2021-03-08 14:49:03 -06:00 committed by GitHub
parent 1c7f038dbb
commit fd890292c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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