Skip to content

Commit 6074b08

Browse files
committed
Add decimal to dialyzer plt
1 parent 2e3b5f5 commit 6074b08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ defmodule Jason.Mixfile do
4343

4444
defp dialyzer() do
4545
[
46-
ignore_warnings: "dialyzer.ignore"
46+
ignore_warnings: "dialyzer.ignore",
47+
plt_add_apps: [:decimal]
4748
]
4849
end
4950

0 commit comments

Comments
 (0)