Skip to content

Commit

Permalink
Adding findbugs-exclude.xml (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
jottinger authored and evanchooly committed Dec 1, 2024
1 parent a6423bb commit 580e25c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions config/findbugs-exclude.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<FindBugsFilter>

<!-- some samples left in to jog my memory -->

<!--
<Match>
<Class name="~.*org\.bson.*"/>
<Not>
<Bug code="IJU"/>
</Not>
</Match>
-->

<!--
<Match>
<Class name=".*Impl"/>
</Match>
<Match>
<Bug pattern="EI_EXPOSE_REP"/>
</Match>
<Match>
<Class name="~.*\.*Test.*"/>
<Not>
<Bug pattern="SE_BAD_FIELD, EI_EXPOSE_REP, EI_EXPOSE_REP2"/>
</Not>
</Match>
-->
</FindBugsFilter>

0 comments on commit 580e25c

Please sign in to comment.