Skip to content

Commit

Permalink
add suppression for findBugs false positive error
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <[email protected]>
  • Loading branch information
J-N-K committed Jun 18, 2022
1 parent 48b4b5b commit 719e992
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/static-code-analysis/spotbugs/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@
<Match>
<Bug pattern="SLF4J_SIGN_ONLY_FORMAT"/>
</Match>
<Match>
<!-- see https://github.com/spotbugs/spotbugs/issues/1992 -->
<Bug pattern="SA_LOCAL_SELF_COMPARISON"/>
</Match>
</FindBugsFilter>

0 comments on commit 719e992

Please sign in to comment.