NOTICKET: Relax the Static Analysis Rules for Mutability
This commit is contained in:
parent
497ebba101
commit
2cd2b73ffc
1 changed files with 2 additions and 7 deletions
|
@ -1,12 +1,7 @@
|
|||
<FindBugsFilter xmlns="https://raw.githubusercontent.com/spotbugs/spotbugs/4.8.6/spotbugs/etc/findbugsfilter.xsd">
|
||||
<Match>
|
||||
<!-- We Want This Exposure of Resources the Way it is for our usage -->
|
||||
<Class name="de.hmmh.pmt.employee.ApiClientFactory"/>
|
||||
<Bug code="M,V,EI"/>
|
||||
</Match>
|
||||
<Match>
|
||||
<Class name="de.hmmh.pmt.db.Allocation"/>
|
||||
<Bug code="M,V,EI,EI2"/>
|
||||
<Source name="~.*"/>
|
||||
<Bug code="EI,EI2"/> <!-- We don't care about these codes -->
|
||||
</Match>
|
||||
<Match>
|
||||
<!--Ignore Auto Generated Code -->
|
||||
|
|
Loading…
Reference in a new issue