Skip to content

Commit

Permalink
inherit tag for java_test_lib (#179)
Browse files Browse the repository at this point in the history
when we add `no-tag` to ignore linter checks for all test code, it only applies to `test` target. We need to make the expanded `java_test_lib` target inherit this behavior as well.
  • Loading branch information
lyao-77 authored May 15, 2023
1 parent d99cc64 commit b48fbad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/private/create_jvm_test_suite.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def create_jvm_test_suite(
srcs = nontest_srcs,
testonly = True,
visibility = visibility,
tags = tags,
**library_attrs
)
if not _contains_label(deps or [], lib_dep_label):
Expand Down

0 comments on commit b48fbad

Please sign in to comment.