Skip to content

Commit

Permalink
Fixed dialyzer warnings in test env VI
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Sep 11, 2024
1 parent 1efe932 commit 04f9211
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/.dialyzer_ignore.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[
# 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}
{"systems/benchmark/export_controller.ex", :call},
# https://elixirforum.com/t/dialyzer-listed-not-implemented-protocols-as-unknown-functions/2099/12
~r/.*:unknown_function Function .*__impl__\/1 does not exist.*/
]

0 comments on commit 04f9211

Please sign in to comment.