mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-19 21:17:59 +00:00
The initial issue found in the tcg event log code is present in the
rest, updating all exclude files to ignore this specific bug for the time being
This commit is contained in:
parent
3fa2512427
commit
0432646445
@ -4,6 +4,15 @@
|
||||
<Match>
|
||||
<Package name="~hirs\.attestationca.*" />
|
||||
</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>
|
||||
|
||||
|
@ -4,6 +4,15 @@
|
||||
<Match>
|
||||
<Package name="~hirs\.attestationca.*" />
|
||||
</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>
|
||||
|
||||
|
@ -4,6 +4,15 @@
|
||||
<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>
|
||||
|
||||
|
@ -4,6 +4,15 @@
|
||||
<Match>
|
||||
<Package name="~hirs\.utils.*" />
|
||||
</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>
|
||||
|
||||
|
@ -2,13 +2,18 @@
|
||||
<!-- 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>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user