Merge branch 'stable-2.15' into stable-2.16

* stable-2.15:
  Error Prone: Enable DateFormatConstant at ERROR severity

Change-Id: Iad2d5639b7edae19b3e7b037db2a58b54305e25b
This commit is contained in:
David Pursehouse
2019-06-05 16:24:43 +09:00

View File

@@ -42,6 +42,7 @@ java_package_configuration(
"-Xep:CannotMockFinalClass:WARN",
"-Xep:ClassCanBeStatic:WARN",
"-Xep:ClassNewInstance:WARN",
"-Xep:DateFormatConstant:ERROR",
"-Xep:DefaultCharset:ERROR",
"-Xep:DoubleCheckedLocking:WARN",
"-Xep:ElementsCountedInLoop:WARN",