Current section
Files
Jump to
Current section
Files
rand_compat
rebar.config
rebar.config
{dialyzer_base_plt_apps, [kernel, stdlib, erts, sasl, eunit, syntax_tools, compiler, crypto]}.
{xref_checks, [undefined_function_calls]}.
{erl_opts, [debug_info,
warnings_as_errors,
{platform_define, "^((1[8|9])|2)", rand_module}]}.
{cover_enabled, false}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.
{edoc_opts, [{preprocess, true}]}.