Skip to content

Commit 09cfd84

Browse files
Jamie5Andre Rocha
authored andcommitted
Ignore scalatest in unused dependency checker (bazel-contrib#990)
* Ignore scalatest in unused dependency checker * lint
1 parent 9161781 commit 09cfd84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scala/private/phases/phase_compile.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def phase_compile_scalatest(ctx, p):
9494
unused_dependency_checker_ignored_targets = [
9595
target.label
9696
for target in p.scalac_provider.default_classpath +
97+
[ctx.attr._scalatest] +
9798
ctx.attr.unused_dependency_checker_ignored_targets
9899
],
99100
)

0 commit comments

Comments
 (0)