aboutsummaryrefslogtreecommitdiff
path: root/core_common_webapp/checks/spotbugs-exclude.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core_common_webapp/checks/spotbugs-exclude.xml')
-rw-r--r--core_common_webapp/checks/spotbugs-exclude.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/core_common_webapp/checks/spotbugs-exclude.xml b/core_common_webapp/checks/spotbugs-exclude.xml
deleted file mode 100644
index fbab3b53..00000000
--- a/core_common_webapp/checks/spotbugs-exclude.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<FindBugsFilter>
- <Match>
- <!-- Builder pattern does not expose date elements -->
- <OR>
- <Class name="at.asitplus.eidas.specific.core.health.IgniteClusterHealthIndicator" />
- </OR>
- <OR>
- <Bug pattern="EI_EXPOSE_REP2" />
- </OR>
- </Match>
-</FindBugsFilter>