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:
Patrick Hiesel
2019-11-07 12:01:55 +01:00
committed by David Pursehouse
parent f7774b79b7
commit f396eff83f
3 changed files with 4 additions and 0 deletions

View File

@@ -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",