From 2894aab7b7b788dc10d8b989bd68ad5c98c513ee Mon Sep 17 00:00:00 2001 From: Emiel Date: Wed, 11 Sep 2024 17:50:33 +0200 Subject: [PATCH] Fixed dialyzer warnings in test env II --- core/.dialyzer_ignore.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/.dialyzer_ignore.exs b/core/.dialyzer_ignore.exs index 9f2f0747e..e5efface8 100644 --- a/core/.dialyzer_ignore.exs +++ b/core/.dialyzer_ignore.exs @@ -3,5 +3,5 @@ {"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 - {"frameworks/concept/branch.ex", :unknown_function} + ~r/.*:unknown_function.*Function .*__impl__\/1 does not exist./ ]