Skip to content

Commit 4a77041

Browse files
committed
[bazel] Avoid linting our test code
1 parent 135b8e2 commit 4a77041

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/private/suite.bzl

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
load(":library.bzl", "java_library")
21
load(":package.bzl", "package_name")
32

43
def _test_class_name(src_file):
@@ -86,7 +85,7 @@ def java_test_suite(
8685
libargs.update({key: value})
8786

8887
# Allow linting of sources we've written
89-
java_library(
88+
native.java_library(
9089
name = "%s-suite-lib" % name,
9190
testonly = True,
9291
srcs = srcs,

0 commit comments

Comments
 (0)