Add findbugs rules

This commit is contained in:
Gary Tierney
2016-03-03 00:16:41 +00:00
parent 8ab3e2322d
commit 34e2079334
+10
View File
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- See http://findbugs.sourceforge.net/manual/filter.html -->
<FindBugsFilter>
<Match>
<Confidence value="2"/>
<Rank value="15"/>
<Bug category="SECURITY,PERFORMANCE,MALICIOUS_CODE"/>
<Package name="^org\.apollo.*" />
</Match>
</FindBugsFilter>