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:23:33 UTC

[commons-text] 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-text.git


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

commit a5e97aec5f97b4cefe21ae0ab531ea26c010ef21
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jul 4 14:23:28 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 1b2de7e6..7798a4f0 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">
 
   <Match>
     <Class name="org.apache.commons.text.ExtendedMessageFormat" />