Current section
Files
Jump to
Current section
Files
quantile_estimator
rebar.config
rebar.config
{sub_dirs, []}.
{cover_enabled, true}.
%%{erl_opts, []}.
%%{erl_opts, [native]}.
{erl_opts, [debug_info]}.
{xref_checks, [undefined_function_calls]}.
%% {erl_opts, [debug_info, fail_on_warning, warn_missing_spec]}.
{deps, []}.
{eunit_opts, [verbose]}.
{plugins, [rebar3_hex]}.