1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Findbugs: Ignore also all DStore plug-ins

This commit is contained in:
Uwe Stieber 2015-02-09 19:02:02 +01:00
parent 3797a7f3a5
commit f2cc88d54d

View file

@ -1,7 +1,10 @@
<FindBugsFilter>
<!-- Ignore all RSE -->
<Match>
<Or>
<Package name="~org\.eclipse\.rse\..*"/>
<Package name="~org\.eclipse\.dstore\..*"/>
</Or>
</Match>
<!-- Set maximum rank level to 16 -->