Current section
Files
Jump to
Current section
Files
nova_json_schemas
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, [
{nova, "0.13.7"},
{jesse, "1.8.1"}
]}.
{xref_ignores, [
{nova_json_schemas, init, 0},
{nova_json_schemas, load_local_schemas, 0},
{nova_json_schemas, pre_request, 4},
{nova_json_schemas, post_request, 4}
]}.
{dialyzer, [
{plt_extra_apps, [
nova,
cowboy,
ranch
]}
]}.
{project_plugins, [
{erlfmt, "~>1.3"},
rebar3_ex_doc,
rebar3_audit,
{rebar3_sbom,
{git, "https://github.com/Taure/rebar3_sbom.git", {branch, "feat/include-otp-components"}}}
]}.
{hex, [{doc, #{provider => ex_doc}}]}.
{ex_doc, [
{extras, [
{"README.md", #{title => "Overview"}},
{"LICENSE", #{title => "License"}}
]},
{main, "README.md"},
{source_url, "https://github.com/novaframework/nova_json_schemas"}
]}.
{erlfmt, [
write,
{files, [
"rebar.config",
"src/*.app.src",
"src/**/{*.erl, *.hrl}"
]}
]}.