Skip to content

Commit

Permalink
fix SpotBugs warnings: exclude too strict rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfriedberger committed Aug 27, 2021
1 parent c14146d commit 6f829d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/SpotBugs.exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ SPDX-License-Identifier: Apache-2.0
-->

<FindBugsFilter>
<!-- These checks are too pessimistic: https://github.com/spotbugs/spotbugs/issues/1601 -->
<Match><Bug pattern="EI_EXPOSE_REP"/></Match>
<Match><Bug pattern="EI_EXPOSE_REP2"/></Match>
<!-- SpotBugs does not support @org.checkerframework.checker.nullness.qual.Nullable
(cf. https://github.com/spotbugs/spotbugs/issues/643) -->
<Match><Bug code="NP,RCN"/></Match>
Expand Down

0 comments on commit 6f829d7

Please sign in to comment.