Add @FormatMethod to StalenessCheckResult#stale
This surfaced in a Google-internal error prone check. This commit adds the error prone check to the list of checks we run. Change-Id: I7703c0b13dd00982d5c58df980721ee0287edda8
This commit is contained in:
committed by
David Pursehouse
parent
f7774b79b7
commit
f396eff83f
@@ -53,6 +53,7 @@ java_package_configuration(
|
||||
"-Xep:ExpectedExceptionChecker:ERROR",
|
||||
"-Xep:Finally:ERROR",
|
||||
"-Xep:FloatingPointLiteralPrecision:ERROR",
|
||||
"-Xep:FormatStringAnnotation:ERROR",
|
||||
"-Xep:FragmentInjection:ERROR",
|
||||
"-Xep:FragmentNotInstantiable:ERROR",
|
||||
"-Xep:FunctionalInterfaceClash:ERROR",
|
||||
|
||||
Reference in New Issue
Block a user