Packages

GNU gettext compatible translation library

Current section

Files

Jump to
gettexter rebar.config
Raw

rebar.config

% -*- mode: erlang -*-
{erl_opts, [debug_info, fail_on_warning]}.
{xref_checks, [
undefined_function_calls,
undefined_functions,
deprecated_functions_calls,
deprecated_functions
]}.
{dialyzer,
[
{warnings, [unknown]},
{plt_apps, all_deps}
]}.