Current section

Files

Jump to
pgo rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [{backoff, "~> 1.1"},
{opencensus, "~> 0.3"}]}.
{profiles, [{test, [{erl_opts, [nowarn_export_all]},
{deps, [{proper, "1.2.0"}, jsx]}]}]}.
{shell, [{apps, [pgo]},
{config, "config/example.config"}]}.
{overrides, [{override, backoff, [{plugins, []}]}]}.
{project_plugins, [rebar3_proper,
{rebar_covertool, {git, "https://github.com/tsloughter/covertool.git", {branch, "master"}}}]}.
{cover_enabled, true}.
{cover_opts, [verbose]}.
{cover_export_enabled, true}.
{cover_export_enabled, true}.
{covertool, [{coverdata_files, ["ct.coverdata"]}]}.
{xref_checks,[undefined_function_calls, undefined_functions, locals_not_used,
deprecated_function_calls, deprecated_functions]}.