Skip to content

Commit

Permalink
Add eunit plt as an extra app in the dialyzer config
Browse files Browse the repository at this point in the history
  • Loading branch information
mmzeeman committed Mar 22, 2024
1 parent e7872d8 commit afb5698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
]},

{dialyzer, [
{plt_extra_apps, [eunit]},
{warnings, [
no_return
]}
Expand Down

0 comments on commit afb5698

Please sign in to comment.