Unverified Commit 44157cf9 authored by Phil Quitslund's avatar Phil Quitslund Committed by GitHub

re-enable directives_ordering (#81544)

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