Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info, warnings_as_errors]}.
%{extra_src_dirs, ["./examples"]}.
{deps, [{director, "17.6.4"}]}.
{dialyzer
,[{warnings, [race_conditions
,no_return
,unmatched_returns]}
,{plt_apps, top_level_deps}
,{plt_prefix, "sockerl"}]}.
{plugins, [rebar3_hex]}.