diff options
Diffstat (limited to 'tools/BUILD')
-rw-r--r-- | tools/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/BUILD b/tools/BUILD index c51e8747eb..b8a621f845 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", |