summaryrefslogtreecommitdiff
path: root/config/spotbugs/exclude.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/spotbugs/exclude.xml')
-rw-r--r--config/spotbugs/exclude.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/spotbugs/exclude.xml b/config/spotbugs/exclude.xml
new file mode 100644
index 000000000..4c1e23ece
--- /dev/null
+++ b/config/spotbugs/exclude.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<FindBugsFilter>
+ <Match>
+ <Bug pattern="v WEAK_MESSAGE_DIGEST_MD5"/>
+ </Match>
+ <Match>
+ <Bug pattern="v LI_LAZY_INIT_UPDATE_STATIC"/>
+ </Match>
+ <Match>
+ <Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
+ <Class name="de.danoeh.antennapod.menuhandler.MenuItemUtils"/>
+ </Match>
+</FindBugsFilter>