Skip to content

Commit

Permalink
Fixed dialyzer warnings in test env V
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Sep 11, 2024
1 parent 468e98c commit 1efe932
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/.dialyzer_ignore.exs
Original file line number Diff line number Diff line change
@@ -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}
]

0 comments on commit 1efe932

Please sign in to comment.