Current section
Files
Jump to
Current section
Files
rebar3_proto_plugin
rebar.config
rebar.config
{erl_opts, [
debug_info
]}.
{deps, [
{gpb, "4.21.1"},
{ rebar3_gpb_plugin, "2.23.1" }
]}.
{dialyzer, [
{warnings, [
unmatched_returns,
error_handling,
underspecs
]}
]}.