Skip to content

Commit

Permalink
Make LenientFormatStringValidation a warning
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 502649182
Change-Id: Ia69e5be9da817d7c25e51cad5086309515bb280a
  • Loading branch information
Googler authored and copybara-github committed Jan 17, 2023
1 parent 84f898f commit 33a3b01
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 @@ -55,6 +55,7 @@ DEFAULT_JAVACOPTS = [
# https://github.com/bazelbuild/bazel/issues/16996
"-Xep:IgnoredPureGetter:OFF",
"-Xep:EmptyTopLevelDeclaration:OFF",
"-Xep:LenientFormatStringValidation:OFF",
]

# Default java_toolchain parameters
Expand Down

0 comments on commit 33a3b01

Please sign in to comment.