From bb9c610e5e2dffd641b19681a480ded1f4025117 Mon Sep 17 00:00:00 2001 From: Sebb Date: Sun, 17 Dec 2023 00:06:19 +0000 Subject: [PATCH] Ignore specific spotbugs errors not the number --- pom.xml | 2 - src/conf/spotbugs-exclude-filter.xml | 69 ++++++++++++++++++++++++++-- 2 files changed, 66 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 833a7f1747..2035b710b3 100644 --- a/pom.xml +++ b/pom.xml @@ -330,8 +330,6 @@ Normal Default src/conf/spotbugs-exclude-filter.xml - - 9 diff --git a/src/conf/spotbugs-exclude-filter.xml b/src/conf/spotbugs-exclude-filter.xml index 0698d4fa45..f917b60c7f 100644 --- a/src/conf/spotbugs-exclude-filter.xml +++ b/src/conf/spotbugs-exclude-filter.xml @@ -62,10 +62,29 @@ - - - + + + + + + + + + + + + + + + + @@ -91,4 +110,48 @@ + + + + + + + + + + + + + + + + + + + + + + +