Added spotbugs and errorprone plugins.
This commit is contained in:
parent
05531406a9
commit
dc82c66d68
3 changed files with 27 additions and 1 deletions
14
config/spotbugs/excludefilter.xml
Normal file
14
config/spotbugs/excludefilter.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<FindBugsFilter
|
||||
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>
|
||||
</FindBugsFilter>
|
Loading…
Add table
Add a link
Reference in a new issue