Current section

Files

Jump to
uuidv8 rebar.config
Raw

rebar.config

{erl_opts, [
debug_info,
warn_unused_vars,
warn_export_all,
warn_shadow_vars,
warn_unused_import,
warn_unused_function,
warn_bif_clash,
warn_unused_record,
warn_deprecated_function,
warn_obsolete_guard,
strict_validation,
warn_export_vars,
warn_exported_vars,
warn_missing_spec,
warnings_as_errors
]}.
{deps, []}.
{ex_doc, [
{extras, ["README.md", "LICENSE.md"]},
{main, "README.md"},
{source_url, "https://github.com/devstopfix/uuidv8"}
]}.
{project_plugins, [rebar3_format, rebar3_hex, rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{profiles, [
{test, [
{erl_opts, [nowarn_missing_spec]}
]}
]}.