This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git

commit 1d9a294fcd3f071cd8675fe64bcd564029426468
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Oct 28 07:24:08 2023 -0400

    Remove obsolete SpotBugs entry
---
 src/conf/spotbugs-exclude-filter.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/conf/spotbugs-exclude-filter.xml 
b/src/conf/spotbugs-exclude-filter.xml
index 36b8c503..7a224736 100644
--- a/src/conf/spotbugs-exclude-filter.xml
+++ b/src/conf/spotbugs-exclude-filter.xml
@@ -27,14 +27,6 @@
     xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 
https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd";>
 
   <!-- Reason: References to System.out/err == -->
-  <Match>
-    <Class name="org.apache.commons.compress.archivers.Lister" />
-    <Or>
-      <Method name="main" />
-      <Method name="usage" />
-    </Or>
-    <Bug pattern="NP_ALWAYS_NULL" />
-  </Match>
   <Match>
     <Class name="org.apache.commons.compress.archivers.zip.ZipFile" />
     <Method name="finalize" />

Reply via email to