exclude room generated classes

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-06-24 10:23:41 +02:00
parent 5742927ae8
commit 8426c39d3d
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -35,8 +35,15 @@
<Match>
<Class name="~.*\$\$Parcelable.*" />
</Match>
<!-- Room code is autogenerated. Exclude it from Check. -->
<Match>
<Class name="~.*\.TalkDatabase_Impl.*" />
</Match>
<Match>
<Class name="~.*\.UsersDao_Impl.*" />
</Match>
<Match>
<Class name="~.*\.ArbitraryStoragesDao_Impl.*" />
</Match>
<!-- JSON/Data classes with generated accessor methods -->
<Match>