mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-08 22:12:59 +00:00
15 lines
443 B
XML
15 lines
443 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Docs at http://findbugs.sourceforge.net/manual/filter.html -->
|
|
<FindBugsFilter>
|
|
|
|
<Match>
|
|
<!-- To suppress false warnings in unit-tests for lambdas not using return values. -->
|
|
<Package name="~com\.company\.service\.interfaces\.types\.contacts"/>
|
|
<Bug pattern="RV_RETURN_VALUE_IGNORED"/>
|
|
</Match>
|
|
<Match>
|
|
<Package name="~hirs\.swid.*" />
|
|
</Match>
|
|
|
|
</FindBugsFilter>
|