mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-19 04:58:00 +00:00
3fa2512427
isn't resolved in this current version of the gradle plugin spotbugs.
10 lines
279 B
XML
10 lines
279 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Docs at http://findbugs.sourceforge.net/manual/filter.html -->
|
|
<FindBugsFilter>
|
|
<Match>
|
|
<!-- https://github.com/spotbugs/spotbugs/pull/2748 -->
|
|
<Bug pattern="CT_CONSTRUCTOR_THROW" />
|
|
</Match>
|
|
|
|
</FindBugsFilter>
|