1
0
Fork 0
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:
Uwe Stieber 2015-02-09 17:26:03 +01:00
parent bf3ab45883
commit 3797a7f3a5

View file

@ -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"/>