mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-02-15 15:32:00 +00:00
14 lines
353 B
XML
14 lines
353 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Docs at http://findbugs.sourceforge.net/manual/filter.html -->
|
|
<FindBugsFilter>
|
|
<Match>
|
|
<Package name="~hirs\.attestationca.*"/>
|
|
</Match>
|
|
<Match>
|
|
<!-- https://github.com/spotbugs/spotbugs/pull/2748 -->
|
|
<Bug pattern="CT_CONSTRUCTOR_THROW"/>
|
|
</Match>
|
|
|
|
</FindBugsFilter>
|
|
|