1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 19:35:36 +02:00

Terminal: Ignore findbugs warnings in test classes

This commit is contained in:
Uwe Stieber 2015-02-24 09:39:59 +01:00
parent be8ecd06c3
commit ca5915af42

View file

@ -7,6 +7,11 @@
</Or> </Or>
</Match> </Match>
<!-- Ignore all Terminal Tests -->
<Match>
<Package name="~org\.eclipse\.tm\.internal\.terminal\.test..*"/>
</Match>
<!-- Set maximum rank level to 16 --> <!-- Set maximum rank level to 16 -->
<Match> <Match>
<Rank value="17"/> <Rank value="17"/>