From d54fc955beee41714c648c7b1188d32792bb0a8e Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Sun, 30 Sep 2018 17:02:11 +0900 Subject: [PATCH] Bazel: Increase severity of DefaultCharset to ERROR All existing instances of this issue have been fixed in preceding commits. Increase its severity to ERROR so that it is easier to detect reoccurences. Change-Id: I50f95152857baac5ca44c15493f23b6f9cfac1bf Signed-off-by: David Pursehouse --- tools/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/BUILD b/tools/BUILD index c51e8747e..b8a621f84 100644 --- a/tools/BUILD +++ b/tools/BUILD @@ -31,7 +31,7 @@ java_package_configuration( "-Xep:CannotMockFinalClass:WARN", "-Xep:ClassCanBeStatic:WARN", "-Xep:ClassNewInstance:WARN", - "-Xep:DefaultCharset:WARN", + "-Xep:DefaultCharset:ERROR", "-Xep:DoubleCheckedLocking:WARN", "-Xep:ElementsCountedInLoop:WARN", "-Xep:EqualsHashCode:WARN",