diff --git a/tools/analyzer_plugin/dart_dependency_validator.yaml b/tools/analyzer_plugin/dart_dependency_validator.yaml new file mode 100644 index 000000000..edb1e3313 --- /dev/null +++ b/tools/analyzer_plugin/dart_dependency_validator.yaml @@ -0,0 +1,5 @@ +ignore: + # Ignore the over_react pin + - over_react +exclude: + - playground/** diff --git a/tools/analyzer_plugin/pubspec.yaml b/tools/analyzer_plugin/pubspec.yaml index 165d39060..5c3419075 100644 --- a/tools/analyzer_plugin/pubspec.yaml +++ b/tools/analyzer_plugin/pubspec.yaml @@ -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. #