Skip to content

Commit

Permalink
Disable UseCorrectAssertInTests by default (#18948)
Browse files Browse the repository at this point in the history
  • Loading branch information
keertk authored Jul 15, 2023
1 parent 5510c64 commit fa77401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/jdk/default_java_toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ DEFAULT_JAVACOPTS = [
"-Xep:EmptyTopLevelDeclaration:OFF",
"-Xep:LenientFormatStringValidation:OFF",
"-Xep:ReturnMissingNullable:OFF",
"-Xep:UseCorrectAssertInTests:OFF",
]

# java_toolchain parameters without specifying javac, java.compiler,
Expand Down

0 comments on commit fa77401

Please sign in to comment.