mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
19 lines
665 B
XML
19 lines
665 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Docs at http://findbugs.sourceforge.net/manual/filter.html -->
|
|
<FindBugsFilter>
|
|
<Match>
|
|
<Package name="~hirs\.structs.*"/>
|
|
</Match>
|
|
<Match>
|
|
<!-- https://github.com/spotbugs/spotbugs/pull/2748 -->
|
|
<Bug pattern="CT_CONSTRUCTOR_THROW"/>
|
|
</Match>
|
|
|
|
<!-- <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>-->
|
|
</FindBugsFilter>
|
|
|