aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2022-07-04 14:20:08 -0400
committerGary Gregory <garydgregory@gmail.com>2022-07-04 14:20:08 -0400
commitf29647a1495fe63bd7ea5795be0c75e34ce28bc7 (patch)
treef3dcf2c91c157d960b081b9e0b440f8d22ce691f /src
parent9ee8c045e4e7bb0d19db0a0c95c061db79a233e0 (diff)
downloadapache-commons-lang-f29647a1495fe63bd7ea5795be0c75e34ce28bc7.tar.gz
Add missing namespace and XSD to SpotBugs filter file.
Diffstat (limited to 'src')
-rw-r--r--src/conf/spotbugs-exclude-filter.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/conf/spotbugs-exclude-filter.xml b/src/conf/spotbugs-exclude-filter.xml
index 7cbba7a97..592381ba3 100644
--- a/src/conf/spotbugs-exclude-filter.xml
+++ b/src/conf/spotbugs-exclude-filter.xml
@@ -21,7 +21,10 @@
false positive nature has been analyzed individually and they have been
put here to instruct findbugs it must ignore them.
-->
-<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">
<!-- TODO Can any of these be done without breaking binary compatibility? -->
<Match>