Skip to content

Commit a967bee

Browse files
Merge pull request #202 from Workiva/batch/dart_dependency_validator_config/w_common
dart_dependency_validator_config
2 parents 348bcfd + 8d6cd71 commit a967bee

File tree

4 files changed

+4
-14
lines changed

4 files changed

+4
-14
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignore:
2+
- mockito

w_common/pubspec.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@ name: w_common
22
version: 3.3.0
33
description: General utilities for Dart projects.
44
homepage: https://www.github.com/Workiva/w_common
5-
65
environment:
76
sdk: '>=2.19.0 <3.0.0'
8-
97
dependencies:
108
intl: '>=0.17.0 <0.19.0'
119
js: ^0.6.3
1210
logging: ^1.0.0
1311
meta: ^1.16.0
14-
1512
dev_dependencies:
1613
build_runner: ^2.0.0
1714
build_test: ^2.0.0
@@ -20,7 +17,3 @@ dev_dependencies:
2017
mocktail: ^1.0.4
2118
test: ^1.21.1
2219
workiva_analysis_options: ^1.4.2
23-
24-
dependency_validator:
25-
ignore:
26-
- mockito
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignore:
2+
- mockito

w_common_tools/pubspec.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ name: w_common_tools
22
version: 3.3.0
33
description: General dev utilities for Dart projects.
44
homepage: https://www.github.com/Workiva/w_common
5-
65
environment:
76
sdk: '>=2.12.0 <3.0.0'
8-
97
dependencies:
108
args: ^2.0.0
119
async: ^2.4.0
@@ -16,15 +14,10 @@ dependencies:
1614
path: ^1.8.0
1715
sass: ^1.60.0
1816
watcher: ^1.0.0
19-
2017
dev_dependencies:
2118
build_runner: '>=1.12.0 <3.0.0'
2219
build_test: ^2.0.0
2320
build_web_compilers: '>=2.16.5 <5.0.0'
2421
dependency_validator: ^3.0.0
2522
test: ^1.21.1
2623
workiva_analysis_options: ^1.0.0
27-
28-
dependency_validator:
29-
ignore:
30-
- mockito

0 commit comments

Comments
 (0)