From d6e906504dd9a47defacd5070a8d292aa10efad0 Mon Sep 17 00:00:00 2001 From: Parth Halani Date: Fri, 1 Nov 2024 13:00:20 +0530 Subject: [PATCH] Add spotbugs exclusions --- pom.xml | 1 + spotbugs-exclude.xml | 49 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 spotbugs-exclude.xml diff --git a/pom.xml b/pom.xml index 6aa4e7d..5f241a7 100644 --- a/pom.xml +++ b/pom.xml @@ -189,6 +189,7 @@ Max true + ${project.basedir}/spotbugs-exclude.xml diff --git a/spotbugs-exclude.xml b/spotbugs-exclude.xml new file mode 100644 index 0000000..836aaa4 --- /dev/null +++ b/spotbugs-exclude.xml @@ -0,0 +1,49 @@ + + + + + Log4j2 should throw immediately if configurations are wrong + + + + + + Log4j2 should throw immediately if configurations are wrong + + + + + + Log4j2 should throw immediately if configurations are wrong + + + + + + Simply returning the buffer. No security check required. False positive + + + + + + Log4j2 plugin attributes. False positive + + + + + + Log4j2 plugin attributes. False positive + + + + + + Log4j2 plugin attributes. False positive + + + + + + Custom synchronization is for shutdown after all user threads + + \ No newline at end of file