Server/src/main/resources/spotbugs-exclude.xml

13 lines
377 B
XML
Raw Normal View History

2025-02-01 14:18:34 +01:00
<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>