We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c0b3a commit 9387e28Copy full SHA for 9387e28
rebar.config
@@ -1 +1,4 @@
1
+{edoc_opts, [{report_missing_types, true}]}.
2
+{erl_opts, [debug_info]}.
3
{cover_enabled, true}.
4
+{dialyzer_opts, [{warnings, [unmatched_returns]}]}.
0 commit comments