abnfc/rebar.config

6 lines
131 B
Plaintext
Raw Normal View History

2011-01-07 04:12:30 +00:00
%%% -*- mode: erlang -*-
2012-11-19 07:22:41 +00:00
{erl_opts, [warnings_as_errors]}.
2012-11-19 07:22:41 +00:00
{xref_checks, [undefined_function_calls, deprecated_function_calls]}.