Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [
debug_info,
warnings_as_errors
]}.
{deps, [neotoma]}.
{cover_enabled, true}.
{cover_opts, [verbose]}.
{plugins, [
rebar_edown_plugin,
rebar3_neotoma_plugin
]}.
{provider_hooks, [
{pre, [{compile, {neotoma, compile}}]}
]}.
{edoc_opts,[
{doclet, edown_doclet},
{edown_target, github},
{top_level_readme, {"./README.md", "http://github.com/altenwald/sqlparser"}}
]}.
{xref_checks,[undefined_function_calls,undefined_functions,locals_not_used,
deprecated_function_calls,deprecated_functions]}.