Current section

Files

Jump to
astranaut rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{erl_first_files, [
"src/astranaut.erl",
"src/astranaut_monad/astranaut_monad.erl",
"src/astranaut_monad/astranaut_monad_error_t.erl",
"src/astranaut_monad/astranaut_monad_state_t.erl",
"src/astranaut_monad/astranaut_monad_writer_t.erl",
"src/astranaut_monad/astranaut_monad_identity.erl",
"src/astranaut_traverse/erl_syntax/erl_syntax_22.erl",
"src/astranaut_traverse/erl_syntax/erl_syntax_21.erl",
"src/astranaut_traverse/erl_syntax/erl_syntax_20.erl",
"src/astranaut_traverse/astranaut_erl_syntax.erl",
"src/astranaut_traverse/astranaut_traverse.erl",
"src/astranaut_traverse/astranaut_traverse_error_state.erl",
"src/astranaut_traverse/astranaut_traverse_monad.erl",
"src/astranaut_quote.erl",
"src/astranaut_code.erl",
"src/astranaut_macro/astranaut_macro.erl",
"src/astranaut_macro/astranaut_macro_local.erl",
"src/astranaut_macro/astranaut_macro_options.erl",
"src/astranaut_rebinding/astranaut_rebinding.erl",
"src/astranaut_rebinding/astranaut_rebinding_options.erl",
"src/astranaut_rebinding/astranaut_rebinding_scope.erl",
"test/astranaut_test_macro.erl",
"test/macro_pt.erl",
"test/astranaut_macro_example.erl"
]}.
{xref_checks,[
undefined_function_calls,
undefined_functions,
locals_not_used,
deprecated_function_calls,
deprecated_functions
]}.
{relx, [
{release, {astranaut, "0.7.1"}, [astranaut, sasl]},
{default_release, {astranaut, "0.7.1"}}
]}.
{profiles, [
{test, [
{erl_opts, [nowarn_export_all]}
]}
]}.