Error Prone: Enable more errors

Change-Id: I93fc58dbb63ff50774f81be8f3309cdf6bc4bd64
This commit is contained in:
Dave Borowitz
2019-05-24 10:56:59 -07:00
committed by David Pursehouse
parent cd7efe1d11
commit 2bc50b4995

View File

@@ -75,6 +75,16 @@ java_package_configuration(
"-Xep:MissingOverride:ERROR",
"-Xep:MutableConstantField:ERROR",
"-Xep:NarrowingCompoundAssignment:ERROR",
"-Xep:NonAtomicVolatileUpdate:ERROR",
"-Xep:NonOverridingEquals:ERROR",
"-Xep:NullableConstructor:ERROR",
"-Xep:NullablePrimitive:ERROR",
"-Xep:NullableVoid:ERROR",
#"-Xep:OperatorPrecedence:ERROR",
"-Xep:OverridesGuiceInjectableMethod:ERROR",
"-Xep:PreconditionsInvalidPlaceholder:ERROR",
"-Xep:ProtoFieldPreconditionsCheckNotNull:ERROR",
"-Xep:ProtocolBufferOrdinal:ERROR",
"-Xep:StringEquality:ERROR",
"-Xep:MissingCasesInEnumSwitch:ERROR",
"-Xep:WildcardImport:ERROR",