File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,8 @@ linter:
100100 # - curly_braces_in_flow_control_structures # not required by flutter style
101101 - deprecated_consistency
102102 # - diagnostic_describe_all_properties # not yet tested
103- - directives_ordering
103+ # TODO: Re-enable directives_ordering once roll https://github.com/flutter/engine/pull/27324 has completed.
104+ # - directives_ordering
104105 # - do_not_use_environment # we do this commonly
105106 - empty_catches
106107 - empty_constructor_bodies
Original file line number Diff line number Diff line change @@ -75,7 +75,8 @@ linter:
7575 # - constant_identifier_names # needs an opt-out https://github.com/dart-lang/linter/issues/204
7676 - control_flow_in_finally
7777 # - curly_braces_in_flow_control_structures # not yet tested
78- - directives_ordering
78+ # TODO: Re-enable directives_ordering once roll https://github.com/flutter/engine/pull/27324 has completed.
79+ # - directives_ordering
7980 - empty_catches
8081 - empty_constructor_bodies
8182 - empty_statements
You can’t perform that action at this time.
0 commit comments