Added filters.

This commit is contained in:
Erik C. Thauvin 2018-11-02 17:33:41 -07:00
parent 33beb8ad5f
commit 98fe423ee5

View file

@ -3,12 +3,14 @@
xmlns="https://github.com/spotbugs/filter/3.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd">
<Match>
<Class name="net.thauvin.erik.semver.VersionProcessor"/>
<Or>
<Method name="writeTemplate"/>
<Method name="findValues"/>
</Or>
<Bug code="SECPTI"/>
</Match>
<!-- <Match>
<Package name="com.foobar.*"/>
<Class name="com.foobar.MyClass"/>
<Or>
<Method name="someMethod"/>
<Method name="someOtherMethod"/>
</Or>
<Bug pattern="DLS_DEAD_LOCAL_STORE"/>
<Confidence value="2"/>
</Match>-->
</FindBugsFilter>