Skip to content

Commit

Permalink
Disable UseCorrectAssertInTests by default
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 544687733
Change-Id: I8ed4b6a6bba1092d5980599ec762f3a6f861d7f9
  • Loading branch information
cushon authored and copybara-github committed Jun 30, 2023
1 parent f55fc38 commit 63c6c73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolchains/default_java_toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ DEFAULT_JAVACOPTS = [
"-Xep:EmptyTopLevelDeclaration:OFF",
"-Xep:LenientFormatStringValidation:OFF",
"-Xep:ReturnMissingNullable:OFF",
"-Xep:UseCorrectAssertInTests:OFF",
]

# Default java_toolchain parameters
Expand Down

0 comments on commit 63c6c73

Please sign in to comment.