Unverified Commit 2cc367fb authored by Phil Quitslund's avatar Phil Quitslund Committed by GitHub

(temp) disable `sort_directives` (#81220)

parent 80dd6a40
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment