rebar.config
{erl_opts, [debug_info, warnings_as_errors]}.
{deps, []}.
{project_plugins, [rebar3_hex, rebar3_ex_doc]}.
{dialyzer, [{warnings, [unmatched_returns, error_handling]}]}.
{ex_doc, [{extras, ["README.md", "CHANGELOG.md", "LICENSE"]},
{main, "README.md"},
{source_url, "https://github.com/nils2000/sonnenstand"}]}.
{hex, [{doc, #{provider => ex_doc}}]}.
{profiles, [{test, [{erl_opts, [nowarn_export_all]}]}]}.