Skip to content

Commit f220907

Browse files
authored
Ignore scalatest in unused dependency checker (#990)
* Ignore scalatest in unused dependency checker * lint
1 parent 230cdf3 commit f220907

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)