Skip to content

Commit

Permalink
Fixed dialyzer warnings in test env II
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Sep 11, 2024
1 parent b5379a6 commit 2894aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/.dialyzer_ignore.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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./
]

0 comments on commit 2894aab

Please sign in to comment.