Skip to content

Commit 57ac962

Browse files
author
Artur Ciocanu
committed
Re-enable SpotBugs exclusions
Signed-off-by: Artur Ciocanu <[email protected]>
1 parent 2b155d8 commit 57ac962

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dapr-spring/spotbugs-exclude.xml

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
<FindBugsFilter>
2+
<Match>
3+
<Package name="~io\.dapr\.spring.*"/>
4+
<Bug pattern="EI_EXPOSE_REP"/>
5+
</Match>
26

7+
<Match>
8+
<Package name="~io\.dapr\.spring.*"/>
9+
<Bug pattern="EI_EXPOSE_REP2"/>
10+
</Match>
311
</FindBugsFilter>

0 commit comments

Comments
 (0)