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 #202

Merged
Merged
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
2 changes: 2 additions & 0 deletions w_common/dart_dependency_validator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- mockito
7 changes: 0 additions & 7 deletions w_common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@ name: w_common
version: 3.3.0
description: General utilities for Dart projects.
homepage: https://www.github.com/Workiva/w_common

environment:
sdk: '>=2.19.0 <3.0.0'

dependencies:
intl: '>=0.17.0 <0.19.0'
js: ^0.6.3
logging: ^1.0.0
meta: ^1.16.0

dev_dependencies:
build_runner: ^2.0.0
build_test: ^2.0.0
Expand All @@ -20,7 +17,3 @@ dev_dependencies:
mocktail: ^1.0.4
test: ^1.21.1
workiva_analysis_options: ^1.4.2

dependency_validator:
ignore:
- mockito
2 changes: 2 additions & 0 deletions w_common_tools/dart_dependency_validator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- mockito
7 changes: 0 additions & 7 deletions w_common_tools/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: w_common_tools
version: 3.3.0
description: General dev utilities for Dart projects.
homepage: https://www.github.com/Workiva/w_common

environment:
sdk: '>=2.12.0 <3.0.0'

dependencies:
args: ^2.0.0
async: ^2.4.0
Expand All @@ -16,15 +14,10 @@ dependencies:
path: ^1.8.0
sass: ^1.60.0
watcher: ^1.0.0

dev_dependencies:
build_runner: '>=1.12.0 <3.0.0'
build_test: ^2.0.0
build_web_compilers: '>=2.16.5 <5.0.0'
dependency_validator: ^3.0.0
test: ^1.21.1
workiva_analysis_options: ^1.0.0

dependency_validator:
ignore:
- mockito
Loading