1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +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>
</Match>
<!-- Ignore all Terminal Tests -->
<Match>
<Package name="~org\.eclipse\.tm\.internal\.terminal\.test..*"/>
</Match>
<!-- Set maximum rank level to 16 -->
<Match>
<Rank value="17"/>