Skip to content

Commit 231d5be

Browse files
committed
Disable Error Prone for tests/minimized Bazel target
1 parent 6eb4ca3 commit 231d5be

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/minimized/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ java_library(
1111
],
1212
javacopts = [
1313
"'-Xplugin:scip -build-tool:bazel'",
14+
# These are deliberately minimal SCIP indexer inputs (e.g. ignored
15+
# return values), not production code, so skip Error Prone linting.
16+
"-XepDisableAllChecks",
1417
],
1518
)

0 commit comments

Comments
 (0)