mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
11 lines
287 B
XML
11 lines
287 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<FindBugsFilter>
|
||
|
<!-- Ignore classes from external library -->
|
||
|
<Match>
|
||
|
<Package name="org.openhab.bluetooth.gattparser"/>
|
||
|
</Match>
|
||
|
<Match>
|
||
|
<Package name="org.openhab.bluetooth.gattparser.spec"/>
|
||
|
</Match>
|
||
|
</FindBugsFilter>
|