Skip to content

Commit 1593738

Browse files
committed
fix: supporess new warnings
1 parent 48fdfaf commit 1593738

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

spotbugs-exclude.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,27 @@
207207
<Match>
208208
<Bug pattern="FII_USE_ARRAYS_STREAM" />
209209
</Match>
210+
<Match>
211+
<Bug pattern="UTAO_JUNIT_ASSERTION_ODDITIES_USE_ASSERT_EQUALS" />
212+
</Match>
213+
<Match>
214+
<Bug pattern="UTAO_JUNIT_ASSERTION_ODDITIES_USE_ASSERT_NOT_EQUALS" />
215+
</Match>
216+
<Match>
217+
<Bug pattern="UTAO_JUNIT_ASSERTION_ODDITIES_ACTUAL_CONSTANT" />
218+
</Match>
219+
<Match>
220+
<Bug pattern="UTAO_JUNIT_ASSERTION_ODDITIES_INEXACT_DOUBLE" />
221+
</Match>
222+
<Match>
223+
<Bug pattern="UTAO_JUNIT_ASSERTION_ODDITIES_USE_ASSERT_NOT_NULL" />
224+
</Match>
225+
<Match>
226+
<Bug pattern="UTAO_JUNIT_ASSERTION_ODDITIES_USE_ASSERT_NULL" />
227+
</Match>
228+
<Match>
229+
<Bug pattern="UTAO_JUNIT_ASSERTION_ODDITIES_IMPOSSIBLE_NULL" />
230+
</Match>
210231
<!-- find-sec-bugs -->
211232
<Match>
212233
<Bug pattern="PREDICTABLE_RANDOM" />

0 commit comments

Comments
 (0)