blob: f75bfd47fcee2c6b00dd7c2d52229d4654f743d8 (
plain) (
tree)
|
|
{dialyzer_opts, [src, {warnings, [
behaviours,
error_handling,
race_conditions,
unmatched_returns
%% underspecs
]}]}.
{erl_opts, [
%% bin_opt_info,
warnings_as_errors,
warn_export_all
]}.
|