blob: 665255c678528a5f48880d6964e3b2f13efd7a42 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
{dialyzer_opts, [src, {warnings, [
behaviours,
error_handling,
race_conditions,
unmatched_returns
%% underspecs
]}]}.
{erl_opts, [bin_opt_info, warnings_as_errors, warn_export_all]}.
|