Packages

Erlang unzip module

Current section

Files

Jump to
eunzip rebar.config
Raw

rebar.config

{erl_opts, [
debug_info,
warn_export_vars,
warn_shadow_vars,
warn_obsolete_guard,
warn_missing_spec,
warn_untyped_record
]}.
{xref_checks, [undefined_function_calls]}.
{plugins, [rebar3_hex]}.