detekt & spotbugs cleanup.
This commit is contained in:
parent
f7e2651619
commit
9b2dc8587f
4 changed files with 14 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<FindBugsFilter
|
||||
xmlns="https://github.com/spotbugs/filter/3.0.0"
|
||||
xmlns="https://github.com/spotbugs/filter/4.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">
|
||||
xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/4.0.0/spotbugs/etc/findbugsfilter.xsd">
|
||||
<Match>
|
||||
<Or>
|
||||
<Package name="net.thauvin.erik.mobibot.*"/>
|
||||
|
@ -22,6 +22,7 @@
|
|||
<Class name="net.thauvin.erik.mobibot.Pinboard"/>
|
||||
<Class name="net.thauvin.erik.mobibot.FeedReader"/>
|
||||
<Class name="net.thauvin.erik.mobibot.commands.tell.Tell"/>
|
||||
<Class name="net.thauvin.erik.mobibot.commands.Versions"/>
|
||||
<Package name="net.thauvin.erik.mobibot.modules.*"/>
|
||||
<Package name="net.thauvin.erik.mobibot.entries.*"/>
|
||||
</Or>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue