diff --git a/analysis_options.yaml b/analysis_options.yaml index 12bb0f5452d3720a3f5c59ea40193e213db40b61..66f5b5ca69a3664e68ece931fbec967b3e5a752d 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -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 diff --git a/ci/licenses_golden/tool_signature b/ci/licenses_golden/tool_signature index 097a8a8c23ae2685c096dd02457669835d40ce0d..994a643c462a49f61c4d5db8fe173a46beecd061 100644 --- a/ci/licenses_golden/tool_signature +++ b/ci/licenses_golden/tool_signature @@ -1,2 +1,2 @@ -Signature: 5754c1ee0193299dad20012e408d4ce2 +Signature: 17e2c7f169a5804317b8f79ab1f8a838 diff --git a/tools/licenses/lib/filesystem.dart b/tools/licenses/lib/filesystem.dart index 6295422f0bdaa13307f5ddd9b66bef665e07aa72..20385626c3834e5b14a173ef67f304db38cd75dd 100644 --- a/tools/licenses/lib/filesystem.dart +++ b/tools/licenses/lib/filesystem.dart @@ -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';