From 1efe932ede21f8bb2e47de7c6234b692cbe67cfb Mon Sep 17 00:00:00 2001 From: Emiel Date: Wed, 11 Sep 2024 18:10:05 +0200 Subject: [PATCH] Fixed dialyzer warnings in test env V --- core/.dialyzer_ignore.exs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/.dialyzer_ignore.exs b/core/.dialyzer_ignore.exs index 406d227a1..b0b229680 100644 --- a/core/.dialyzer_ignore.exs +++ b/core/.dialyzer_ignore.exs @@ -1,7 +1,5 @@ [ # https://github.com/phoenixframework/phoenix/issues/5437, fixed in Phoenix 1.7.3 or higher {"systems/benchmark/export_controller.ex", :no_return}, - {"systems/benchmark/export_controller.ex", :call}, - # https://elixirforum.com/t/dialyzer-listed-not-implemented-protocols-as-unknown-functions/2099/12 - ~r/.*unknown_function.*/ + {"systems/benchmark/export_controller.ex", :call} ]