2011-01-07 04:12:30 +00:00
|
|
|
%%% -*- mode: erlang -*-
|
2017-11-07 00:29:57 +00:00
|
|
|
{erl_opts, [warnings_as_errors, nowarn_export_all]}.
|
2011-10-16 04:12:02 +00:00
|
|
|
|
2012-11-19 07:22:41 +00:00
|
|
|
{xref_checks, [undefined_function_calls, deprecated_function_calls]}.
|