Skip to content

Commit

Permalink
Re-enable SpotBugs exclusions
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Ciocanu <ciocanu@adobe.com>
  • Loading branch information
Artur Ciocanu committed Aug 28, 2024
1 parent 2b155d8 commit 57ac962
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dapr-spring/spotbugs-exclude.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<FindBugsFilter>
<Match>
<Package name="~io\.dapr\.spring.*"/>
<Bug pattern="EI_EXPOSE_REP"/>
</Match>

<Match>
<Package name="~io\.dapr\.spring.*"/>
<Bug pattern="EI_EXPOSE_REP2"/>
</Match>
</FindBugsFilter>

0 comments on commit 57ac962

Please sign in to comment.