Эх сурвалжийг харах

Merge pull request #9124 from nextcloud/ignore_EI_EXPOSE_REP2

Disable spotbugs: EI_EXPOSE_REP2
Tobias Kaminsky 3 жил өмнө
parent
commit
6bdfe17bc8

+ 1 - 1
scripts/analysis/findbugs-results.txt

@@ -1 +1 @@
-458
+355

+ 1 - 0
spotbugs-filter.xml

@@ -55,6 +55,7 @@
     <Bug pattern="ANDROID_EXTERNAL_FILE_ACCESS" />
     <Bug pattern="BAS_BLOATED_ASSIGNMENT_SCOPE" />
     <Bug pattern="IMC_IMMATURE_CLASS_BAD_SERIALVERSIONUID" />
+    <Bug pattern="EI_EXPOSE_REP2" />
 
     <!-- This is unmanageable for now due to large amount of interconnected static state -->
     <Bug pattern="FCCD_FIND_CLASS_CIRCULAR_DEPENDENCY" />