Skip to content

Commit

Permalink
Fix dialyzer error under test profile
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrosario committed Jul 31, 2024
1 parent cf4dcc8 commit e79b61b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@
{katana, "1.0.0"},
{mixer, "1.1.1", {pkg, inaka_mixer}},
{meck, "0.9.2"}
]},
{dialyzer, [
{plt_extra_apps, [
meck,
katana,
katana_test
]}
]}
]}
]}.
Expand Down

0 comments on commit e79b61b

Please sign in to comment.