summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2019-06-16 13:57:45 +0900
committerDavid Pursehouse <david.pursehouse@gmail.com>2019-06-17 08:18:12 +0900
commit13696b8d8c120bf2327b173ad5e8adfa3eb9e6ed (patch)
tree8fa32c0da3cbe0ea64f54f3b6964a67068d364bf /tools
parent383fe1e467fca3b16e2d99d8d07df77353bc48f3 (diff)
downloadjgit-13696b8d8c120bf2327b173ad5e8adfa3eb9e6ed.tar.gz
jgit-13696b8d8c120bf2327b173ad5e8adfa3eb9e6ed.zip
Error Prone: Increase severity of ImmutableEnumChecker to ERROR
Change-Id: I846b6d99867767409536e7c9bd0cbd11d9236074 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
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 ce15280e0f..3df7f55c82 100644
--- a/tools/BUILD
+++ b/tools/BUILD
@@ -47,7 +47,7 @@ java_package_configuration(
"-Xep:FutureReturnValueIgnored:ERROR",
"-Xep:GetClassOnEnum:ERROR",
"-Xep:ImmutableAnnotationChecker:ERROR",
- "-Xep:ImmutableEnumChecker:WARN",
+ "-Xep:ImmutableEnumChecker:ERROR",
"-Xep:IncompatibleModifiers:ERROR",
"-Xep:InjectOnConstructorOfAbstractClass:ERROR",
"-Xep:InputStreamSlowMultibyteRead:ERROR",