Skip to content

Commit

Permalink
Ignore scalatest in unused dependency checker (bazelbuild#990)
Browse files Browse the repository at this point in the history
* Ignore scalatest in unused dependency checker

* lint
  • Loading branch information
Jamie5 authored and Andre Rocha committed Jul 6, 2020
1 parent 9161781 commit 09cfd84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scala/private/phases/phase_compile.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def phase_compile_scalatest(ctx, p):
unused_dependency_checker_ignored_targets = [
target.label
for target in p.scalac_provider.default_classpath +
[ctx.attr._scalatest] +
ctx.attr.unused_dependency_checker_ignored_targets
],
)
Expand Down

0 comments on commit 09cfd84

Please sign in to comment.