Skip to content

Commit f965938

Browse files
committed
fix: fix build on TravisCI by suppressing some warnings from FindBugs.
Correction for 3972662 commit.
1 parent 47dfe33 commit f965938

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/config/findbugs-filter.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
</Or>
2525
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
2626
</Match>
27+
<Match>
28+
<Class name="ru.mystamps.web.feature.image.FsImageDto" />
29+
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
30+
</Match>
2731
<Match>
2832
<!--
2933
String[] allowedContentTypes: potentially caller can modify data after passing it to the

0 commit comments

Comments
 (0)