Explorar el Código

ignore generated room database class for spotbugs scan

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger hace 2 años
padre
commit
72207e78c1
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      spotbugs-filter.xml

+ 3 - 0
spotbugs-filter.xml

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