abnfc/rebar.config
2021-06-23 14:34:58 +03:00

5 lines
149 B
Erlang

%%% -*- mode: erlang -*-
{erl_opts, [warnings_as_errors, nowarn_export_all]}.
{xref_checks, [undefined_function_calls, deprecated_function_calls]}.