ignore generated room database class for spotbugs scan

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-06-20 19:14:52 +02:00
parent 8c27b54377
commit 72207e78c1
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -34,6 +34,9 @@
</Match>
<Match>
<Class name="~.*\$\$Parcelable.*" />
</Match>
<Match>
<Class name="~.*\$\$TalkDatabase_Impl.*" />
</Match>
<!-- JSON/Data classes with generated accessor methods -->
<Match>