We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b155d8 commit 57ac962Copy full SHA for 57ac962
dapr-spring/spotbugs-exclude.xml
@@ -1,3 +1,11 @@
1
<FindBugsFilter>
2
+ <Match>
3
+ <Package name="~io\.dapr\.spring.*"/>
4
+ <Bug pattern="EI_EXPOSE_REP"/>
5
+ </Match>
6
7
8
9
+ <Bug pattern="EI_EXPOSE_REP2"/>
10
11
</FindBugsFilter>
0 commit comments