You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/07/04 18:19:27 UTC

[commons-io] branch master updated: Add missing namespace and XSD to SpotBugs filter file.

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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new b4299f74 Add missing namespace and XSD to SpotBugs filter file.
b4299f74 is described below

commit b4299f74ec6281bad1370938f9a11fe5fd22a4e6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jul 4 14:19:21 2022 -0400

    Add missing namespace and XSD to SpotBugs filter file.
---
 src/conf/spotbugs-exclude-filter.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/conf/spotbugs-exclude-filter.xml b/src/conf/spotbugs-exclude-filter.xml
index 6b0e4e30..000c565d 100644
--- a/src/conf/spotbugs-exclude-filter.xml
+++ b/src/conf/spotbugs-exclude-filter.xml
@@ -15,7 +15,10 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<FindBugsFilter>
+<FindBugsFilter
+    xmlns="https://github.com/spotbugs/filter/3.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd">
 
   <!--  See discussion on https://issues.apache.org/jira/browse/IO-216 -->
   <Match>