We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd26612 commit 7aded51Copy full SHA for 7aded51
.gitignore
@@ -26,4 +26,4 @@ ex_union-*.tar
26
/tmp/
27
28
# Dialyzer cache (contains the PLTs - persistent lookup tables)
29
-/.cache/
+/.dialyzer/
mix.exs
@@ -69,7 +69,7 @@ defmodule ExUnion.MixProject do
69
defp dialyzer do
70
[
71
# ignore_warnings: "dialyzer/ignore.exs",
72
- plt_file: {:no_warn, ".cache/dialyzer.plt"}
+ plt_file: {:no_warn, ".dialyzer/dialyzer.plt"}
73
]
74
end
75
0 commit comments