Current section
Files
Jump to
Current section
Files
rebar.config
{erl_first_files, ["src/elli_handler.erl"]}.
{erl_opts, [debug_info, {i, "include"}, {platform_define, "^2", binary_http_uri}]}.
{deps, []}.
{xref_checks, [undefined_function_calls,locals_not_used]}.
{profiles, [
{docs, [
{deps, [{edown, "0.8.1"}]},
{edoc_opts, [
{def, [
{'EXAMPLE_CONF',"[{callback,elli_example_callback},{callback_args,[]}]"}
]},
{doclet, edown_doclet}
]}
]},
{test, [
{deps, [{hackney, "1.11.0"}]}
]}
]}.
{shell, [{script_file, "bin/shell.escript"}]}.
{project_plugins, [
{coveralls, "1.4.0"},
{rebar3_lint, "0.1.9"}
]}.
{provider_hooks, [{pre, [{eunit, lint}]}]}.
{cover_enabled, true}.
{cover_export_enabled, true}.
{cover_excl_mods, [
elli_handler
]}.
{coveralls_coverdata, "_build/test/cover/eunit.coverdata"}.
{coveralls_service_name, "travis-ci"}.