Prechádzať zdrojové kódy

ignore generated room database class for spotbugs scan

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 2 rokov pred
rodič
commit
72207e78c1
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  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>