Current section

Files

Jump to
cowboy_swagger rebar.config
Raw

rebar.config

{deps,
[
{jiffy, ".*", {git, "https://github.com/davisp/jiffy.git", "0.14.5"}},
{trails, "0.1.1"}
]
}.
{xref_warnings, true}.
{xref_checks,
[ undefined_function_calls
, locals_not_used
, deprecated_function_calls
, deprecated_functions
]
}.