Skip to content

Commit

Permalink
Update pubspec dependency-validator config to use dart_dependency_val…
Browse files Browse the repository at this point in the history
…idator.yaml
  • Loading branch information
1 parent 5c028ef commit c8511cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
5 changes: 5 additions & 0 deletions tools/analyzer_plugin/dart_dependency_validator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ignore:
# Ignore the over_react pin
- over_react
exclude:
- playground/**
9 changes: 0 additions & 9 deletions tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,9 @@ dev_dependencies:
test_reflective_loader: ^0.2.0
uuid: '>3.0.0 <5.0.0'
workiva_analysis_options: ^1.1.0

dependency_validator:
ignore:
# Ignore the over_react pin
- over_react
exclude:
- playground/**

workiva:
core_checks:
react_boilerplate: disabled

# If you're developing on changes in over_react that the analyzer plugin needs to consume,
# point to the local copy of over_react. This must be an absolute path.
#
Expand Down

0 comments on commit c8511cc

Please sign in to comment.