Add this to the dialyzer options in your mix.exs file:
def project do
[
dialyzer: [
plt_add_apps: [:mix]
]
]
end
Add this to the dialyzer options in your mix.exs file:
def project do
[
dialyzer: [
plt_add_apps: [:mix]
]
]
end
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)