Current section

Files

Jump to
Raw

rebar.config

%-*-Mode:erlang;coding:utf-8;tab-width:4;c-basic-offset:4;indent-tabs-mode:()-*-
% ex: set ft=erlang fenc=utf-8 sts=4 ts=4 sw=4 et nomod:
{deps,
[{folsom, ".*",
{git, "https://github.com/folsom-project/folsom.git",
{tag, "0.8.5"}}},
{hackney, ".*",
{git, "https://github.com/benoitc/hackney.git",
{tag, "1.9.0"}}},
{unicode_util_compat, ".*",
{git, "https://github.com/benoitc/unicode_util_compat.git",
{tag, "0.3.1"}}},
{hut, ".*",
{git, "https://github.com/tolbrino/hut.git",
"b200e5acbfe6e52e0470eeabc68d83437bde6866"}},
{parse_trans, ".*",
{git, "https://github.com/uwiger/parse_trans.git",
{tag, "3.0.0"}}},
{setup, ".*",
{git, "https://github.com/uwiger/setup.git",
{tag, "1.8.2"}}},
{exometer, ".*",
{git, "https://github.com/Feuerlabs/exometer.git",
"7a7bd8d2b52de4d90f65aa3f6044b0e988319b9e"}},
{exometer_core, ".*",
{git, "https://github.com/Feuerlabs/exometer_core.git",
{tag, "1.5.0"}}},
{exometer_influxdb, ".*",
{git, "https://github.com/travelping/exometer_influxdb.git",
"f484d1e82d15319b110c1bce82b4afaddfc094d9"}},
{cloudi_core, ".*",
{git, "https://github.com/CloudI/cloudi_core.git",
{tag, "v1.7.4"}}}]}.
{erl_opts,
[debug_info,
warnings_as_errors,
strict_validation,
warn_bif_clash,
warn_deprecated_function,
warn_export_all,
warn_export_vars,
warn_exported_vars,
warn_obsolete_guard,
warn_shadow_vars,
warn_unused_import,
warn_unused_function,
warn_unused_record,
warn_unused_vars]}.
{edoc_opts,
[{preprocess, true}]}.
{xref_checks,
[exports_not_used,
undefined_function_calls]}.
{xref_warnings, true}.
{cover_enabled, true}.
{cover_print_enabled, true}.
{cover_export_enabled, true}.