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

restore the directives_ordering lint (#27346)

上级 3a601ac5
......@@ -100,8 +100,7 @@ linter:
# - curly_braces_in_flow_control_structures # not required by flutter style
- deprecated_consistency
# - diagnostic_describe_all_properties # not yet tested
# TODO: Re-enable directives_ordering once roll https://github.com/flutter/engine/pull/27324 has completed.
# - directives_ordering
- directives_ordering
# - do_not_use_environment # we do this commonly
- empty_catches
- empty_constructor_bodies
......
Signature: 5754c1ee0193299dad20012e408d4ce2
Signature: 17e2c7f169a5804317b8f79ab1f8a838
......@@ -6,8 +6,8 @@ import 'dart:collection';
import 'dart:convert';
import 'dart:io' as io;
import 'package:path/path.dart' as path;
import 'package:archive/archive.dart' as a;
import 'package:path/path.dart' as path;
import 'cache.dart';
import 'limits.dart';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册