Files
homework_1/spotbugs-exclude.xml
2026-02-14 01:35:11 +03:00

10 lines
191 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
<!-- Ignore warnings in test sources -->
<Match>
<Source name="~.*src/test/java/.*"/>
</Match>
</FindBugsFilter>