mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 08:39:17 +00:00
Add findbugs rules
This commit is contained in:
@@ -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>
|
||||||
Reference in New Issue
Block a user