diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2018-09-29 13:23:22 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2018-09-30 14:34:14 +0900 |
commit | f5d7f93b527d9e788181cd405d3749197059d9a5 (patch) | |
tree | 0f3389533553b06a8cbe2d2d54cc5172791fe60f /tools | |
parent | 981e403e599fc152ef11b1f919464d513973b3e5 (diff) | |
download | jgit-f5d7f93b527d9e788181cd405d3749197059d9a5.tar.gz jgit-f5d7f93b527d9e788181cd405d3749197059d9a5.zip |
Bazel: Increase severity of MissingFail to ERROR
All instances of this potential bug have been cleaned up in
preceding commits. Increase the severity to ERROR so that it
is easier to detect reoccurences.
Change-Id: I25beebcea1f01f468e0f2b1d24a83511029c077c
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/BUILD b/tools/BUILD index f8012f971d..c51e8747eb 100644 --- a/tools/BUILD +++ b/tools/BUILD @@ -53,7 +53,7 @@ java_package_configuration( "-Xep:JUnit3FloatingPointComparisonWithoutDelta:WARN", "-Xep:JUnitAmbiguousTestClass:WARN", "-Xep:LiteralClassName:WARN", - "-Xep:MissingFail:WARN", + "-Xep:MissingFail:ERROR", "-Xep:MissingOverride:WARN", "-Xep:MutableConstantField:WARN", "-Xep:NarrowingCompoundAssignment:WARN", |