Skip to content

Commit

Permalink
Add mix to dialyzer- plt_add_apss
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNeck committed Oct 14, 2022
1 parent 9b1110e commit 73446db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ defmodule Knigge.MixProject do
defp dialyzer do
[
ignore_warnings: ".dialyzer_ignore.exs",
plt_add_apps: [:bunt],
plt_add_apps: [:bunt, :mix],
plt_file: {:no_warn, ".dialyzer/dialyzer.plt"}
]
end
Expand Down

0 comments on commit 73446db

Please sign in to comment.