Error Prone: Enable more errors

Change-Id: I0e9ca7ca140d6a8d58a4609acb7e122607001ecb
This commit is contained in:
Dave Borowitz
2019-05-24 10:46:17 -07:00
committed by David Pursehouse
parent ef04f0e6ce
commit b7769f3292

View File

@@ -65,6 +65,16 @@ java_package_configuration(
#"-Xep:ImmutableEnumChecker:ERROR",
"-Xep:IncompatibleModifiers:ERROR",
"-Xep:InjectOnConstructorOfAbstractClass:ERROR",
"-Xep:InputStreamSlowMultibyteRead:ERROR",
"-Xep:IterableAndIterator:ERROR",
"-Xep:JUnit3FloatingPointComparisonWithoutDelta:ERROR",
"-Xep:JUnitAmbiguousTestClass:ERROR",
"-Xep:LiteralClassName:ERROR",
"-Xep:MissingCasesInEnumSwitch:ERROR",
"-Xep:MissingFail:ERROR",
#"-Xep:MissingOverride:ERROR",
"-Xep:MutableConstantField:ERROR",
#"-Xep:NarrowingCompoundAssignment:ERROR",
"-Xep:StringEquality:ERROR",
"-Xep:MissingCasesInEnumSwitch:ERROR",
"-Xep:WildcardImport:ERROR",