Skip to content

Commit

Permalink
Keep CI backward-compatibility
Browse files Browse the repository at this point in the history
This would otherwise break with all the unknown types
and function calls to `rebar3`
  • Loading branch information
paulo-ferraz-oliveira committed Jul 7, 2024
1 parent ad09358 commit 7543830
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@

{dialyzer,
[{warnings,
[no_return, unmatched_returns, error_handling, missing_return, extra_return]}]}.
[no_return,
unmatched_returns,
error_handling,
missing_return,
extra_return,
no_unknown]}]}.

{edoc_opts,
[{todo, true},
Expand Down

0 comments on commit 7543830

Please sign in to comment.