Skip to content

Commit 1f22cb2

Browse files
committed
[DO NOT MERGE] make findbugs-maven-plugin fail.
1 parent c72a4f3 commit 1f22cb2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/config/findbugs-filter.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@
1717
<Class name="~.*\.model\..*" />
1818
<Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2" />
1919
</Match>
20-
<Match>
21-
<!--
22-
It's ok, that we're don't override parent's equals() method.
23-
-->
24-
<Class name="ru.mystamps.web.support.spring.security.CustomUserDetails" />
25-
<Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS" />
26-
</Match>
2720
<Match>
2821
<!--
2922
I don't care about a serialVersionUID field.

0 commit comments

Comments
 (0)