Skip to content

Commit fa77401

Browse files
authored
Disable UseCorrectAssertInTests by default (#18948)
1 parent 5510c64 commit fa77401

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/jdk/default_java_toolchain.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ DEFAULT_JAVACOPTS = [
5959
"-Xep:EmptyTopLevelDeclaration:OFF",
6060
"-Xep:LenientFormatStringValidation:OFF",
6161
"-Xep:ReturnMissingNullable:OFF",
62+
"-Xep:UseCorrectAssertInTests:OFF",
6263
]
6364

6465
# java_toolchain parameters without specifying javac, java.compiler,

0 commit comments

Comments
 (0)