Skip to content

Commit

Permalink
Exclude generated classes from SpotBugs
Browse files Browse the repository at this point in the history
  • Loading branch information
cgendreau committed Feb 14, 2024
1 parent f60b92b commit 88f655b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spotbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,12 @@ See https://spotbugs.readthedocs.io/en/latest/filter.html
<Bug pattern="EI_EXPOSE_REP2"/>
</Match>

<!-- ignore auto-generated classes-->
<Match>
<Class name="ca.gc.aafc.dina.filter.simple.SimpleSearchFilterLexer" />
</Match>
<Match>
<Class name="ca.gc.aafc.dina.filter.simple.SimpleSearchFilterParser" />
</Match>

</FindBugsFilter>

0 comments on commit 88f655b

Please sign in to comment.