Explorar o código

exclude JSON/Data classes for push content

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger %!s(int64=4) %!d(string=hai) anos
pai
achega
5c26a0c5a8
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      spotbugs-filter.xml

+ 4 - 0
spotbugs-filter.xml

@@ -33,6 +33,10 @@
     <Match>
         <Class name="~.*\$\$Parcelable.*" />
     </Match>
+    <!-- JSON/Data classes with generated accessor methods -->
+    <Match>
+        <Class name="~com\.nextcloud\.talk\.models\.json\.push.*" />
+    </Match>
 
     <!-- Dagger code is autogenerated. Exclude it from Check. -->
     <Match>