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:
parent
3797a7f3a5
commit
f2cc88d54d
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
<FindBugsFilter>
|
||||
<!-- Ignore all RSE -->
|
||||
<Match>
|
||||
<Package name="~org\.eclipse\.rse\..*"/>
|
||||
<Or>
|
||||
<Package name="~org\.eclipse\.rse\..*"/>
|
||||
<Package name="~org\.eclipse\.dstore\..*"/>
|
||||
</Or>
|
||||
</Match>
|
||||
|
||||
<!-- Set maximum rank level to 16 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue