abnfc/rebar.config

5 lines
149 B
Plaintext
Raw Normal View History

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]}.
2012-11-19 07:22:41 +00:00
{xref_checks, [undefined_function_calls, deprecated_function_calls]}.