Skip to content

Commit 158ed8a

Browse files
YoungSeok YoonHixie
authored andcommitted
Use the new path to the linter package (flutter#7230)
1 parent 7d346dd commit 158ed8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dart_package("flutter_tools") {
1111

1212
deps = [
1313
"//dart/pkg/analyzer",
14+
"//dart/third_party/pkg/linter",
1415
"//third_party/dart-pkg/pub/archive",
1516
"//third_party/dart-pkg/pub/args",
1617
"//third_party/dart-pkg/pub/coverage",
@@ -20,7 +21,6 @@ dart_package("flutter_tools") {
2021
# because it uses mirrors which Fuchsia's Dart VM doesn't support.
2122
"//third_party/dart-pkg/pub/json_rpc_2",
2223
"//third_party/dart-pkg/pub/json_schema",
23-
"//third_party/dart-pkg/pub/linter",
2424
"//third_party/dart-pkg/pub/meta",
2525
"//third_party/dart-pkg/pub/mustache",
2626
"//third_party/dart-pkg/pub/package_config",

0 commit comments

Comments
 (0)