Skip to content

Commit b4299f7

Browse files
author
Gary Gregory
committed
Add missing namespace and XSD to SpotBugs filter file.
1 parent 6cf14df commit b4299f7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/conf/spotbugs-exclude-filter.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<FindBugsFilter>
18+
<FindBugsFilter
19+
xmlns="https://github.com/spotbugs/filter/3.0.0"
20+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21+
xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd">
1922

2023
<!-- See discussion on https://issues.apache.org/jira/browse/IO-216 -->
2124
<Match>

0 commit comments

Comments
 (0)