datacap/configure/findbugs.xml

15 lines
445 B
XML
Raw Permalink Normal View History

2023-02-07 21:51:26 +08:00
<?xml version="1.0"?>
<!--
This file contains some false positive bugs detected by findbugs. Their
false positive nature has been analyzed individually and they have been
put here to instruct findbugs it must ignore them.
-->
<FindBugsFilter>
<Match>
<Package name="io.edurt.datacap.plugin.natived.zookeeper.sql" />
</Match>
<Match>
<Package name="io.edurt.datacap.sql.parser" />
</Match>
2023-02-07 21:51:26 +08:00
</FindBugsFilter>