mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 10:15:39 +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>
|
<FindBugsFilter>
|
||||||
|
<!-- Ignore all RSE -->
|
||||||
|
<Match>
|
||||||
|
<Package name="~org\.eclipse\.rse\..*"/>
|
||||||
|
</Match>
|
||||||
|
|
||||||
<!-- Set maximum rank level to 16 -->
|
<!-- Set maximum rank level to 16 -->
|
||||||
<Match>
|
<Match>
|
||||||
<Rank value="17"/>
|
<Rank value="17"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue