Skip to content

Commit 78ad7be

Browse files
Update pubspec dependency-validator config to use dart_dependency_validator.yaml
1 parent 5c028ef commit 78ad7be

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ignore:
2+
# Ignore the over_react pin
3+
- over_react
4+
exclude:
5+
- playground/**

tools/analyzer_plugin/pubspec.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,9 @@ dev_dependencies:
3434
test_reflective_loader: ^0.2.0
3535
uuid: '>3.0.0 <5.0.0'
3636
workiva_analysis_options: ^1.1.0
37-
38-
dependency_validator:
39-
ignore:
40-
# Ignore the over_react pin
41-
- over_react
42-
exclude:
43-
- playground/**
44-
4537
workiva:
4638
core_checks:
4739
react_boilerplate: disabled
48-
4940
# If you're developing on changes in over_react that the analyzer plugin needs to consume,
5041
# point to the local copy of over_react. This must be an absolute path.
5142
#

0 commit comments

Comments
 (0)