rebar3 dialyzer
#2722
Replies: 1 comment 4 replies
-
It does not by default. See https://rebar3.org/docs/configuration/configuration/#dialyzer : {dialyzer, [{warnings, [warning()]},
{get_warnings, boolean()},
{plt_apps, top_level_deps | all_deps} % default: top_level_deps
{plt_extra_apps, [atom()]},
{plt_location, local | file:filename()},
{plt_prefix, string()},
{base_plt_apps, [atom(), ...]},
{base_plt_location, global | file:filename()},
{base_plt_prefix, string()}]}. If you configure Dialyzer with |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does rebar3 dialyzer do analysis on all erlang applications under _build/default/lib ?.
I get more warnings when I run
dialyzer -r _build/default/lib --plt _build/default/rebar3_24_plt
.Thanks,
Phani
Beta Was this translation helpful? Give feedback.
All reactions