Переглянути джерело

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 <david.pursehouse@gmail.com>
tags/v5.2.0.201811281532-m3
David Pursehouse 5 роки тому
джерело
коміт
d54fc955be
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      tools/BUILD

+ 1
- 1
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",

Завантаження…
Відмінити
Зберегти