Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dart_dependency_validator_config #969

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading