Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some maintenance updates #62

Merged
merged 10 commits into from
Aug 21, 2023
Prev Previous commit
Next Next commit
Tweak dialyzer options
* underspecs allows for stricts typespecs, which is good
* no_return prevents a class of warnings we might want to be aware of
  • Loading branch information
paulo-ferraz-oliveira committed Aug 20, 2023
commit fad39ede54a8917db62144a453002c71b9267734
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 10,7 @@

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

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