mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 11:09:33 +00:00
6 lines
204 B
Erlang
6 lines
204 B
Erlang
%% -*- 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]}.
|
|
{xref_checks, [undefined_function_calls]}.
|