Error Prone: Enable more errors

Change-Id: I45c1fcf75be8e83a63aa6137fda17057c3f5eac6
This commit is contained in:
Dave Borowitz
2019-05-24 10:22:02 -07:00
committed by David Pursehouse
parent 3cf396209d
commit 0c5fdd70b1

View File

@@ -55,6 +55,16 @@ java_package_configuration(
"-Xep:EqualsIncompatibleType:ERROR",
"-Xep:ExpectedExceptionChecker:ERROR",
"-Xep:Finally:ERROR",
"-Xep:FloatingPointLiteralPrecision:ERROR",
"-Xep:FragmentInjection:ERROR",
"-Xep:FragmentNotInstantiable:ERROR",
"-Xep:FunctionalInterfaceClash:ERROR",
#"-Xep:FutureReturnValueIgnored:ERROR",
#"-Xep:GetClassOnEnum:ERROR",
"-Xep:ImmutableAnnotationChecker:ERROR",
#"-Xep:ImmutableEnumChecker:ERROR",
"-Xep:IncompatibleModifiers:ERROR",
"-Xep:InjectOnConstructorOfAbstractClass:ERROR",
"-Xep:StringEquality:ERROR",
"-Xep:MissingCasesInEnumSwitch:ERROR",
"-Xep:WildcardImport:ERROR",