Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,5 @@ jobs:
${{runner.os}}-rebar3-${{matrix.otp}}-${{matrix.rebar3}}-
- name: Compile
run: rebar3 compile
- name: Run dialyzer
run: rebar3 dialyzer
- name: Run xref
run: rebar3 xref
15 changes: 11 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,19 @@
deprecated_functions
]}.

{xref_ignores, [
providers,
rebar_api,
rebar_app_info,
rebar_prv_shell,
rebar_state,
{nova_router, process_routefile, 1}
]}.

{dialyzer, [
{warnings, [
unknown
]},
{plt_apps, all_deps},
{plt_extra_apps, [
nova,
routing_tree]}
routing_tree]},
{warnings, [no_unknown]}
]}.