Browse Source

ignore generated room database class for spotbugs scan

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 2 years ago
parent
commit
72207e78c1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      spotbugs-filter.xml

+ 3 - 0
spotbugs-filter.xml

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