Error Prone: Enable more errors
Change-Id: I93fc58dbb63ff50774f81be8f3309cdf6bc4bd64
This commit is contained in:
committed by
David Pursehouse
parent
cd7efe1d11
commit
2bc50b4995
10
tools/BUILD
10
tools/BUILD
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user