aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormdxd44 <ogurec332@mail.ru>2021-12-31 04:09:11 +0900
committermdxd44 <ogurec332@mail.ru>2021-12-31 04:09:11 +0900
commit3741fffd23660ac8c913a18ecf2075e3d71a7b55 (patch)
tree4dc1751c00ff09bc42e739d367d8f0a7366f05e9 /config
parentda4612bb4fb9ba00fb2b518984ce61ff8468b7b9 (diff)
downloadLimboAuth-3741fffd23660ac8c913a18ecf2075e3d71a7b55.tar.gz
LimboAuth-3741fffd23660ac8c913a18ecf2075e3d71a7b55.tar.bz2
LimboAuth-3741fffd23660ac8c913a18ecf2075e3d71a7b55.zip
Add floodgate support, release candidate 2.
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 3b4b6f6..eb21bfb 100644
--- a/config/spotbugs/suppressions.xml
+++ b/config/spotbugs/suppressions.xml
@@ -2,6 +2,9 @@
<FindBugsFilter>
<Match>
+ <Bug pattern="EI_EXPOSE_REP"/>
+ </Match>
+ <Match>
<Bug pattern="EI_EXPOSE_REP2"/>
</Match>
</FindBugsFilter>