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