HIRS/HIRS_Utils/config/spotbugs/spotbugs-exclude.xml
2023-12-20 13:16:04 -05:00

10 lines
204 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Docs at http://findbugs.sourceforge.net/manual/filter.html -->
<FindBugsFilter>
<Match>
<Package name="~hirs\.utils.*" />
</Match>
</FindBugsFilter>