Skip to content

Commit

Permalink
exclude JSON/Data classes for push content
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
  • Loading branch information
AndyScherzinger committed Apr 29, 2021
1 parent 90bf76e commit 5c26a0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spotbugs-filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
<Match>
<Class name="~.*\$\$Parcelable.*" />
</Match>
<!-- JSON/Data classes with generated accessor methods -->
<Match>
<Class name="~com\.nextcloud\.talk\.models\.json\.push.*" />
</Match>

<!-- Dagger code is autogenerated. Exclude it from Check. -->
<Match>
Expand Down

0 comments on commit 5c26a0c

Please sign in to comment.