diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-04-29 00:55:54 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-04-29 15:20:41 +0200 |
commit | 07e77293b1e84fddfdc5edbb378021a93427c971 (patch) | |
tree | f8eb616a8ed6da85de4944ab903bfb9499c9b03e /tools/BUILD | |
parent | 1d253988076e8848b8e30141229624cfc7b62c06 (diff) | |
download | jgit-07e77293b1e84fddfdc5edbb378021a93427c971.tar.gz jgit-07e77293b1e84fddfdc5edbb378021a93427c971.zip |
[errorprone] Fix pattern UseCorrectAssertInTests
See https://errorprone.info/bugpattern/UseCorrectAssertInTests
Change-Id: Iffde63ac795ad30c3e7774764cb8189cb089ed86
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 9cb24aa361..546ca34b1a 100644 --- a/tools/BUILD +++ b/tools/BUILD @@ -410,7 +410,7 @@ java_package_configuration( "-Xep:UnusedVariable:ERROR", "-Xep:URLEqualsHashCode:ERROR", "-Xep:UseBinds:ERROR", - "-Xep:UseCorrectAssertInTests:WARN", + "-Xep:UseCorrectAssertInTests:ERROR", "-Xep:VariableNameSameAsType:ERROR", "-Xep:VarTypeName:ERROR", "-Xep:WaitNotInLoop:ERROR", |