10 lines
191 B
XML
10 lines
191 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<FindBugsFilter>
|
|
|
|
<!-- Ignore warnings in test sources -->
|
|
<Match>
|
|
<Source name="~.*src/test/java/.*"/>
|
|
</Match>
|
|
|
|
</FindBugsFilter>
|