Remove unneeded rebar configuration option
This commit is contained in:
parent
cc1654d316
commit
2981dfe63e
@ -1,4 +1,3 @@
|
|||||||
{erl_first_files, ["src/getopt.erl"]}.
|
|
||||||
{erl_opts, [warn_unused_vars,
|
{erl_opts, [warn_unused_vars,
|
||||||
warn_export_all,
|
warn_export_all,
|
||||||
warn_shadow_vars,
|
warn_shadow_vars,
|
||||||
@ -14,4 +13,4 @@
|
|||||||
warn_missing_spec,
|
warn_missing_spec,
|
||||||
warn_untyped_record, debug_info]}.
|
warn_untyped_record, debug_info]}.
|
||||||
{dialyzer_opts, [{warnings, [unmatched_returns, error_handling, race_conditions, behaviours]}]}.
|
{dialyzer_opts, [{warnings, [unmatched_returns, error_handling, race_conditions, behaviours]}]}.
|
||||||
{xref_checks, [undefined_function_calls]}.
|
{xref_checks, [undefined_function_calls]}.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user