Преглед на файлове

exclude JSON/Data classes for push content

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger преди 4 години
родител
ревизия
5c26a0c5a8
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  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>