Packages

A DogStatsD client OTP application

Current section

Files

Jump to
dogstatsc rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{ct_opts, [{keep_logs, 1}]}.
{dialyzer, [{get_warning, true}]}.
{profiles, [{test, [
{deps, [
{proper, "1.2.0"}
]}
]}]}.