aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-04-28 22:46:09 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2024-04-29 15:05:31 +0200
commit8a8e45dd27ff4b7cad0e2624e1b2bcce8b72ef72 (patch)
tree798e85530fb671eb59067685005acaaf550cb742 /tools
parent964498e0a5059fc62417f4d09074b56b42b148be (diff)
downloadjgit-8a8e45dd27ff4b7cad0e2624e1b2bcce8b72ef72.tar.gz
jgit-8a8e45dd27ff4b7cad0e2624e1b2bcce8b72ef72.zip
[errorprone] Fix pattern LongLiteralLowerCaseSuffix
See https://errorprone.info/bugpattern/LongLiteralLowerCaseSuffix Change-Id: I139eadef5d66dfed2952ba9e1c91b3fe83259e97
Diffstat (limited to 'tools')
-rw-r--r--tools/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/BUILD b/tools/BUILD
index 38c7e7fb8f..2c7fd42732 100644
--- a/tools/BUILD
+++ b/tools/BUILD
@@ -251,7 +251,7 @@ java_package_configuration(
"-Xep:LockOnBoxedPrimitive:ERROR",
"-Xep:LogicalAssignment:ERROR",
"-Xep:LongFloatConversion:ERROR",
- "-Xep:LongLiteralLowerCaseSuffix:WARN",
+ "-Xep:LongLiteralLowerCaseSuffix:ERROR",
"-Xep:LoopConditionChecker:ERROR",
"-Xep:LoopOverCharArray:ERROR",
"-Xep:LossyPrimitiveCompare:ERROR",