aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPetr Ilin <hevav@hevav.dev>2023-01-02 03:50:55 +0300
committerPetr Ilin <hevav@hevav.dev>2023-01-02 03:50:55 +0300
commit2e6d82892032e0021eafeefda6de03774932602b (patch)
treef9b30638be8ece04cbca408f7a0815f3c0586c19 /config
parent19481c26987bed0c90f0f3014bb117d343dc0a15 (diff)
downloadLimboAuth-2e6d82892032e0021eafeefda6de03774932602b.tar.gz
LimboAuth-2e6d82892032e0021eafeefda6de03774932602b.tar.bz2
LimboAuth-2e6d82892032e0021eafeefda6de03774932602b.zip
isPremiumByIdentifiedKey check. Works on 1.19+
Diffstat (limited to 'config')
-rw-r--r--config/spotbugs/suppressions.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/spotbugs/suppressions.xml b/config/spotbugs/suppressions.xml
index 9e62805..b1eb939 100644
--- a/config/spotbugs/suppressions.xml
+++ b/config/spotbugs/suppressions.xml
@@ -17,4 +17,7 @@
<Match>
<Bug pattern="DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED"/>
</Match>
+ <Match>
+ <Bug pattern="THROWS_METHOD_THROWS_CLAUSE_THROWABLE"/>
+ </Match>
</FindBugsFilter>