mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 02:15:31 +02:00
Findbugs: Ignore all of RSE for now
This commit is contained in:
parent
bf3ab45883
commit
3797a7f3a5
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
<FindBugsFilter>
|
||||
<!-- Ignore all RSE -->
|
||||
<Match>
|
||||
<Package name="~org\.eclipse\.rse\..*"/>
|
||||
</Match>
|
||||
|
||||
<!-- Set maximum rank level to 16 -->
|
||||
<Match>
|
||||
<Rank value="17"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue