(temp) disable sort_directives (#81220)

This commit is contained in:
Phil Quitslund 2021-04-27 10:04:02 -07:00 committed by GitHub
parent 80dd6a406a
commit 2cc367fbcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,9 @@ linter:
# - curly_braces_in_flow_control_structures # not required by flutter style
- deprecated_consistency
# - diagnostic_describe_all_properties # not yet tested
- directives_ordering
# Temporarily disabled to unblock auto-roll of a new more aggressive lint in the latest SDK
# TODO(pq): re-enable (https://github.com/flutter/flutter/issues/81219)
# - directives_ordering
# - do_not_use_environment # we do this commonly
- empty_catches
- empty_constructor_bodies