Codebase list erlang-redis-client / run/ed2b9c32-e1e0-437d-b947-fae511c95324/upstream rebar.config
run/ed2b9c32-e1e0-437d-b947-fae511c95324/upstream

Tree @run/ed2b9c32-e1e0-437d-b947-fae511c95324/upstream (Download .tar.gz)

rebar.config @run/ed2b9c32-e1e0-437d-b947-fae511c95324/upstreamraw · 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, []}.