This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit b15e5310db2af31935851fb5c6ebbf8fc9bca6ce
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 5779596..e29e513 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

Reply via email to