logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 861c8ebfe4c4bf25ca579c32b217ef22b1ed36ab
parent 5c193a34a2113e7ab272996b4179c69487686245
Author: Mark Felder <feld@feld.me>
Date:   Sat, 27 Jan 2024 15:14:40 -0500

These are all due to Cachex typespec bugs

Diffstat:

A.dialyzer_ignore.exs6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/.dialyzer_ignore.exs b/.dialyzer_ignore.exs @@ -0,0 +1,6 @@ +[ +{"lib/cachex.ex", "Unknown type: Spec.cache/0."}, +{"lib/pleroma/web/plugs/rate_limiter.ex", "The pattern can never match the type {:commit, _} | {:ignore, _}."}, +{"lib/pleroma/web/plugs/rate_limiter.ex", "Function get_scale/2 will never be called."}, +{"lib/pleroma/web/plugs/rate_limiter.ex", "Function initialize_buckets!/1 will never be called."} +]