Skip to content

Commit b3dfc33

Browse files
committed
Include nimble_parsec in dialyzer
1 parent bd78892 commit b3dfc33

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mix.exs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ defmodule Mudbrick.MixProject do
88
app: :mudbrick,
99
deps: deps(),
1010
description: "PDF-2.0 generator",
11+
dialyzer: dialyzer(),
1112
elixir: "~> 1.17",
1213
package: package(),
1314
start_permanent: Mix.env() == :prod,
@@ -46,6 +47,12 @@ defmodule Mudbrick.MixProject do
4647
]
4748
end
4849

50+
defp dialyzer do
51+
[
52+
plt_add_apps: [:nimble_parsec]
53+
]
54+
end
55+
4956
defp package do
5057
[
5158
links: %{"GitHub" => @scm_url},

0 commit comments

Comments
 (0)