Skip to content

Commit

Permalink
Fixed dialyzer warnings in test env
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Sep 11, 2024
1 parent 0b0e959 commit b5379a6
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
{"frameworks/concept/branch.ex", :unknown_function}
]

0 comments on commit b5379a6

Please sign in to comment.