Skip to content

Commit 63c6c73

Browse files
cushoncopybara-github
authored andcommitted
Disable UseCorrectAssertInTests by default
PiperOrigin-RevId: 544687733 Change-Id: I8ed4b6a6bba1092d5980599ec762f3a6f861d7f9
1 parent f55fc38 commit 63c6c73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

toolchains/default_java_toolchain.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ DEFAULT_JAVACOPTS = [
6464
"-Xep:EmptyTopLevelDeclaration:OFF",
6565
"-Xep:LenientFormatStringValidation:OFF",
6666
"-Xep:ReturnMissingNullable:OFF",
67+
"-Xep:UseCorrectAssertInTests:OFF",
6768
]
6869

6970
# Default java_toolchain parameters

0 commit comments

Comments
 (0)