Current section

Files

Jump to
statsderl rebar.config
Raw

rebar.config

{cover_export_enabled, true}.
{deps, [
{granderl, "0.1.5"},
{parse_trans, "3.0.0"},
{shackle, "0.6.11"}
]}.
{edoc_opts, [
{app_default, "http://www.erlang.org/doc/man"},
{doclet, edown_doclet},
{image, ""},
{includes, ["include"]},
{preprocess, true},
{stylesheet, ""},
{title, "statsderl"}
]}.
{erl_opts, [
debug_info
]}.
{plugins, [rebar3_hex]}.
{profiles, [
{compile, [
{erl_opts, [
warnings_as_errors,
warn_export_all,
warn_export_vars,
warn_missing_spec,
warn_obsolete_guard,
warn_shadow_vars,
warn_untyped_record,
warn_unused_import,
warn_unused_vars
]}
]},
{edoc, [
{deps, [
{edown,
{git, "https://github.com/uwiger/edown.git", {tag, "0.7"}}}
]}
]},
{test, [
{deps, [
{meck,
{git, "https://github.com/eproxus/meck.git", {tag, "0.8.7"}}},
{fprofx,
{git, "https://github.com/ransomr/fprofx.git", {branch, "master"}}}
]}
]}
]}.
{xref_checks, [
deprecated_functions,
deprecated_function_calls,
locals_not_used,
undefined_function_calls
]}.