未验证 提交 c1a520c0 编写于 作者: D Devon Carew 提交者: GitHub

disable the directives_ordering lint (#27331)

上级 9cd516ae
......@@ -100,7 +100,8 @@ linter:
# - curly_braces_in_flow_control_structures # not required by flutter style
- deprecated_consistency
# - diagnostic_describe_all_properties # not yet tested
- directives_ordering
# TODO: Re-enable directives_ordering once roll https://github.com/flutter/engine/pull/27324 has completed.
# - directives_ordering
# - do_not_use_environment # we do this commonly
- empty_catches
- empty_constructor_bodies
......
......@@ -75,7 +75,8 @@ 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 yet tested
- directives_ordering
# TODO: Re-enable directives_ordering once roll https://github.com/flutter/engine/pull/27324 has completed.
# - directives_ordering
- empty_catches
- empty_constructor_bodies
- empty_statements
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册