mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-21 05:53:27 +00:00
0d25599c80
In addition, this and the following pushes will have changes for #651 because spot bugs doesn't like how Lombok handles hashCode and equals
14 lines
355 B
XML
14 lines
355 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>
|
|
|