spotbugs: ignore Room autogenerated classes

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey 2022-11-04 14:07:22 +01:00 committed by Tobias Kaminsky (Rebase PR Action)
parent 07bc1e8fd0
commit b84639672b
1 changed files with 9 additions and 0 deletions

View File

@ -64,4 +64,13 @@
<!-- This is unmanageable for now due to large amount of interconnected static state -->
<Bug pattern="FCCD_FIND_CLASS_CIRCULAR_DEPENDENCY" />
<!--Autogenerated Room classes-->
<Match>
<Class name="~.*\.NextcloudDatabase_Impl.*" />
</Match>
<Match>
<Class name="~.*\..*Dao_Impl.*" />
</Match>
</FindBugsFilter>