Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d7725ae

Browse files
authored
Remove package linter from DEPS (#45053)
The linter package has been moved into the Dart SDK repo. It no longer needs to be checked out into third_party/dart/third_party/pkg/linter. Bug: https://github.com/dart-lang/linter/issues/4411
1 parent 54c64a4 commit d7725ae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

DEPS

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ vars = {
182182
"upstream_libwebp": "https://chromium.googlesource.com/webm/libwebp.git",
183183
"upstream_libxml": "https://gitlab.gnome.org/GNOME/libxml2.git",
184184
"upstream_leak_tracker": "https://github.com/dart-lang/leak_tracker.git",
185-
"upstream_linter": "https://github.com/dart-lang/linter.git",
186185
"upstream_logging": "https://github.com/dart-lang/logging.git",
187186
"upstream_markdown": "https://github.com/dart-lang/markdown.git",
188187
"upstream_matcher": "https://github.com/dart-lang/matcher.git",
@@ -407,9 +406,6 @@ deps = {
407406
'src/third_party/dart/third_party/pkg/leak_tracker':
408407
Var('dart_git') + '/leak_tracker.git@098bafcf99a5220e3c352d895d991e163568ee03',
409408

410-
'src/third_party/dart/third_party/pkg/linter':
411-
Var('dart_git') + '/linter.git@7f40f112f54124e8dbfdc1e5da048643ae019b9e',
412-
413409
'src/third_party/dart/third_party/pkg/logging':
414410
Var('dart_git') + '/logging.git@521498757ed3eeae151c2d4796404e8947baa04c',
415411

0 commit comments

Comments
 (0)