Skip to content

Commit

Permalink
Compatible dialyzer setting
Browse files Browse the repository at this point in the history
  • Loading branch information
kuenishi committed Sep 17, 2023
1 parent 701aece commit a9b85d7
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 @@ -25,3 +25,10 @@
]
}]
}.

%% See: https://erlangforums.com/t/erlang-otp-26-0-released/2607/7
{dialyzer, [
{warnings, [no_unknown]}, % to go back to the old settings
{plt_extra_apps, [eunit]}, % or alternatively to add eunit to the analysis set without making it a runtime dep
{plt_apps, all_deps} % default: top_level_deps
]}.

0 comments on commit a9b85d7

Please sign in to comment.