All checks were successful
Quality Check / Validate OAS (push) Successful in 38s
Build Application / build (push) Successful in 1m12s
Build Application / build-docker (push) Successful in 14s
Build Application / release (push) Successful in 8s
Quality Check / Testing (push) Successful in 48s
Quality Check / Linting (push) Successful in 57s
Quality Check / Static Analysis (push) Successful in 1m5s
12 lines
377 B
XML
12 lines
377 B
XML
<FindBugsFilter
|
|
xmlns="https://raw.githubusercontent.com/spotbugs/spotbugs/4.8.6/spotbugs/etc/findbugsfilter.xsd">
|
|
<Match>
|
|
<Source name="~.*" />
|
|
<Bug code="EI,EI2" /> <!-- We don't care about these codes -->
|
|
</Match>
|
|
<Match>
|
|
<!--Ignore
|
|
Auto Generated Code -->
|
|
<Source name="~.*build/.*" />
|
|
</Match>
|
|
</FindBugsFilter>
|