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 21, 2021
1 parent d5cca71 commit bc374ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions findbugs-filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
<Match>
<Class name="~.*\$\$Parcelable.*" />
</Match>
<!-- JSON/Data classes with generated accessor methods -->
<Match>
<Class name="~com\.nextcloud\.talk\.models\.json\.push.*" />
</Match>

<!-- Data bindings autogenerated classes -->
<Match>
Expand Down

0 comments on commit bc374ad

Please sign in to comment.