Browse Source

Error Prone: Increase severity of ImmutableEnumChecker to ERROR

Change-Id: I846b6d99867767409536e7c9bd0cbd11d9236074
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
tags/v5.4.1.201908211225-r
David Pursehouse 4 years ago
parent
commit
13696b8d8c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tools/BUILD

+ 1
- 1
tools/BUILD View File

@@ -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",

Loading…
Cancel
Save