Skip to content

Commit

Permalink
[linter] Change linter pubspec.yaml to obey rules for internal packages
Browse files Browse the repository at this point in the history
These rules are checked by tools/package_deps/bin/package_deps.dart.

Bug: dart-lang/linter#4411
Change-Id: I394cac48793ff0c96ff897b0a72bd967af683f38
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/322400
Reviewed-by: Jonas Termansen <[email protected]>
  • Loading branch information
whesse committed Aug 23, 2023
1 parent 401073a commit 53106f8
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions pkg/linter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,23 @@ description: >-
environment:
sdk: ^3.0.0

# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:
analyzer: ^6.2.0
args: ^2.1.0
collection: ^1.15.0
http: ">=0.13.0 <2.0.0"
meta: ^1.3.0
path: ^1.8.0
pub_semver: ^2.0.0
source_span: ^1.8.0
yaml: ^3.0.0
analyzer: any
args: any
collection: any
http: any
meta: any
path: any
pub_semver: any
source_span: any
yaml: any

# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies:
benchmark_harness: ^2.0.0
cli_util: ^0.4.0
lints: ^2.0.0
markdown: ^7.0.0
matcher: ^0.12.10
test: ^1.16.1
test_reflective_loader: ^0.2.0
cli_util: any
fixnum: any
flutter: any
lints: any
test: any
test_reflective_loader: any

0 comments on commit 53106f8

Please sign in to comment.