Skip to content

Commit

Permalink
rebar.config: Add eunit to PLT
Browse files Browse the repository at this point in the history
Avoid dialyzer warnings due to eunit missing from the PLT.
  • Loading branch information
weiss committed Oct 5, 2023
1 parent f80899a commit 050284d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@

{edoc_opts, [{preprocess, true}]}.

{dialyzer, [{plt_extra_apps, [eunit]}]}.

%% Local Variables:
%% mode: erlang
%% End:
Expand Down

0 comments on commit 050284d

Please sign in to comment.