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