This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit f33d51873741f476a3308b5f68900416f134ea0c Author: Mark Thomas <ma...@apache.org> AuthorDate: Sat Jan 1 18:59:54 2022 +0000 Exclude the SpotBug ranks we (currently) aren't looking at --- res/spotbugs/filter-false-positives.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/res/spotbugs/filter-false-positives.xml b/res/spotbugs/filter-false-positives.xml index 5d600a1..888137a 100644 --- a/res/spotbugs/filter-false-positives.xml +++ b/res/spotbugs/filter-false-positives.xml @@ -15,6 +15,15 @@ limitations under the License. --> <FindBugsFilter> + <!-- Exclude the three lowest ranks --> + <!-- Remove this exclusion is a long term goal --> + <Match> + <Or> + <Rank value="20" /> + <Rank value="19" /> + <Rank value="18" /> + </Or> + </Match> <!-- Considered to be false positives --> <Match> <!-- Generated by compiler --> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org