ソースを参照

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 ファイルの表示

"-Xep:CannotMockFinalClass:WARN", "-Xep:CannotMockFinalClass:WARN",
"-Xep:ClassCanBeStatic:WARN", "-Xep:ClassCanBeStatic:WARN",
"-Xep:ClassNewInstance:WARN", "-Xep:ClassNewInstance:WARN",
"-Xep:DefaultCharset:WARN",
"-Xep:DefaultCharset:ERROR",
"-Xep:DoubleCheckedLocking:WARN", "-Xep:DoubleCheckedLocking:WARN",
"-Xep:ElementsCountedInLoop:WARN", "-Xep:ElementsCountedInLoop:WARN",
"-Xep:EqualsHashCode:WARN", "-Xep:EqualsHashCode:WARN",

読み込み中…
キャンセル
保存