Skip to content

Commit e9f45f0

Browse files
Merge pull request #126 from Workiva/batch/cplat/update_dep_validator
Upgrade dependency_validator
2 parents 70da2c6 + b16d5c4 commit e9f45f0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/dart_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: pub get --no-precompile
3131

3232
- name: Validate dependencies
33-
run: pub run dependency_validator -i coverage,build_runner,build_test,build_web_compilers,meta,pedantic
33+
run: dart run dependency_validator
3434
if: always() && steps.install.outcome == 'success'
3535

3636
- name: Analyze project source

pubspec.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,9 @@ dev_dependencies:
1616
build_runner: ^1.7.1
1717
build_test: ">=0.10.9 <2.0.0"
1818
build_web_compilers: ^2.9.0
19-
dependency_validator: ^1.4.0
19+
dependency_validator: ^2.0.0
2020
pedantic: ^1.8.0
21+
22+
dependency_validator:
23+
ignore:
24+
- meta # until we can remove the pin on meta

0 commit comments

Comments
 (0)