Explorar o código

spotbugs: ignore Room autogenerated classes

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Álvaro Brey %!s(int64=2) %!d(string=hai) anos
pai
achega
b84639672b
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      spotbugs-filter.xml

+ 9 - 0
spotbugs-filter.xml

@@ -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>