1
0
Fork 0
mirror of https://github.com/correl/rebar.git synced 2024-12-19 11:12:20 +00:00
rebar/rebar.config

7 lines
204 B
Text
Raw Normal View History

%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ts=4 sw=4 ft=erlang et
{app_bin, ["priv/rebar"]}.
{erl_opts, [warnings_as_errors]}.
2010-04-09 15:25:08 +00:00
{xref_checks, [undefined_function_calls]}.