Skip to content

Commit

Permalink
[bazel] Avoid linting our test code
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Nov 30, 2020
1 parent 135b8e2 commit 4a77041
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions java/private/suite.bzl
@@ -1,4 +1,3 @@
load(":library.bzl", "java_library")
load(":package.bzl", "package_name")

def _test_class_name(src_file):
Expand Down Expand Up @@ -86,7 +85,7 @@ def java_test_suite(
libargs.update({key: value})

# Allow linting of sources we've written
java_library(
native.java_library(
name = "%s-suite-lib" % name,
testonly = True,
srcs = srcs,
Expand Down

0 comments on commit 4a77041

Please sign in to comment.