mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 03:29:28 +01:00
ignore generated room database class for spotbugs scan
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
8c27b54377
commit
72207e78c1
@ -34,6 +34,9 @@
|
|||||||
</Match>
|
</Match>
|
||||||
<Match>
|
<Match>
|
||||||
<Class name="~.*\$\$Parcelable.*" />
|
<Class name="~.*\$\$Parcelable.*" />
|
||||||
|
</Match>
|
||||||
|
<Match>
|
||||||
|
<Class name="~.*\$\$TalkDatabase_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