Codebase list erlang-redis-client / f2c5a301-0d01-4d0e-8721-affe9c9d9d55/main rebar.config
f2c5a301-0d01-4d0e-8721-affe9c9d9d55/main

Tree @f2c5a301-0d01-4d0e-8721-affe9c9d9d55/main (Download .tar.gz)

rebar.config @f2c5a301-0d01-4d0e-8721-affe9c9d9d55/mainraw · history · blame

1
2
3
4
5
6
7
8
{erl_opts, [
  {platform_define, "^[0-9]+", namespaced_types}
]}.
{cover_enabled, true}.
%% basho_bench_driver_erldis calls undefined functions, so disable xref_checks.
%% This allows this project to be used as a dependency by other rebar projects
%% that use xref.
{xref_checks, []}.