exclude JSON/Data classes for push content

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-04-21 13:36:18 +02:00
parent 90bf76e013
commit 5c26a0c5a8
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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>