We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb4ca3 commit 231d5beCopy full SHA for 231d5be
1 file changed
tests/minimized/BUILD
@@ -11,5 +11,8 @@ java_library(
11
],
12
javacopts = [
13
"'-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",
17
18
)
0 commit comments