mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-29 17:28:57 +00:00
e75a4c2128
going to put in an exclude for what is left, I am attempting to resolving some of these that make sense.
13 lines
369 B
XML
13 lines
369 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>
|
|
|