Error Prone: Enable and fix DefaultCharset

Change-Id: Ia2fbb143d47031f0692854505e99f1be63cb0408
This commit is contained in:
Dave Borowitz
2019-05-24 10:16:41 -07:00
committed by David Pursehouse
parent ae99a1b7c3
commit 960157256f
2 changed files with 6 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ java_package_configuration(
"-Xep:CannotMockFinalClass:ERROR",
"-Xep:ClassCanBeStatic:ERROR",
"-Xep:ClassNewInstance:ERROR",
"-Xep:DefaultCharset:ERROR",
"-Xep:DoubleCheckedLocking:ERROR",
"-Xep:ElementsCountedInLoop:ERROR",
"-Xep:StringEquality:ERROR",