Skip to content

Commit

Permalink
Exclude unread fields warning from non-test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
palemieux committed Jun 22, 2024
1 parent 2ff4404 commit 428f20f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions codequality/findbugs-excludeFilter-GeneratedCode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE" />
</Match>

<!-- It should be possible to define a class that is tested but not fully used at this time -->
<Match>
<Bug pattern="URF_UNREAD_FIELD" />
</Match>

</FindBugsFilter>

0 comments on commit 428f20f

Please sign in to comment.