mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-07 21:09:46 +01:00
exclude room generated classes
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
5742927ae8
commit
8426c39d3d
@ -35,8 +35,15 @@
|
|||||||
<Match>
|
<Match>
|
||||||
<Class name="~.*\$\$Parcelable.*" />
|
<Class name="~.*\$\$Parcelable.*" />
|
||||||
</Match>
|
</Match>
|
||||||
|
<!-- Room code is autogenerated. Exclude it from Check. -->
|
||||||
<Match>
|
<Match>
|
||||||
<Class name="~.*\.TalkDatabase_Impl.*" />
|
<Class name="~.*\.TalkDatabase_Impl.*" />
|
||||||
|
</Match>
|
||||||
|
<Match>
|
||||||
|
<Class name="~.*\.UsersDao_Impl.*" />
|
||||||
|
</Match>
|
||||||
|
<Match>
|
||||||
|
<Class name="~.*\.ArbitraryStoragesDao_Impl.*" />
|
||||||
</Match>
|
</Match>
|
||||||
<!-- JSON/Data classes with generated accessor methods -->
|
<!-- JSON/Data classes with generated accessor methods -->
|
||||||
<Match>
|
<Match>
|
||||||
|
Loading…
Reference in New Issue
Block a user