Current section

Files

Jump to
riak_pb rebar.config
Raw

rebar.config

%% -*- mode: erlang -*-
{erl_opts, [
debug_info,
warnings_as_errors,
{platform_define, "^[0-9]+", namespaced_types}
]}.
{deps, [
{hamcrest, "0.4.*", {git, "https://github.com/basho/hamcrest-erlang.git", {tag, "0.4.0"}}}
]}.
{xref_checks, [
undefined_function_calls,
undefined_functions,
deprecated_function_calls,
deprecated_functions,
locals_not_used
]}.
{eunit_opts, [verbose]}.
{proto_opts, [
{src_dirs, ["use-protogen-makefile-target-instead!"]}
]}.
%% Fixes attempted removal of riak_pb directory by rebar_escripter
{escript_name, "doesnothavescript"}.
{edoc_opts, [{preprocess, true}]}.