mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
0432646445
rest, updating all exclude files to ignore this specific bug for the time being
19 lines
667 B
XML
19 lines
667 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>
|
|
|