diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-03-17 20:25:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-17 20:25:44 +0100 |
commit | 2d77b1f11802da28cbcd87c9456bcc7ee3abf2a0 (patch) | |
tree | 7f54438ed59eee3272cd38dab79f8ebfe291e9e4 /config | |
parent | b84a05bd4e2bf2d10b7791155cc0a7a0e5aa3dcf (diff) | |
download | AntennaPod-2d77b1f11802da28cbcd87c9456bcc7ee3abf2a0.zip |
Remove dependency from :ui:glide to :core module (#6998)
Diffstat (limited to 'config')
-rw-r--r-- | config/spotbugs/exclude.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/spotbugs/exclude.xml b/config/spotbugs/exclude.xml index 7469f93e3..5d41dc746 100644 --- a/config/spotbugs/exclude.xml +++ b/config/spotbugs/exclude.xml @@ -37,6 +37,10 @@ <Class name="de.danoeh.antennapod.fragment.NavDrawerFragment"/> </Match> <Match> + <Bug pattern="MS_SHOULD_BE_FINAL"/> + <Class name="de.danoeh.antennapod.net.common.UserAgentInterceptor"/> + </Match> + <Match> <Bug pattern="NP_NONNULL_PARAM_VIOLATION"/> <Class name="de.danoeh.antennapod.activity.MainActivity"/> </Match> |