Packages

Read EXIF data from JPEG images.

Current section

Files

Jump to
erlang_exif rebar.config
Raw

rebar.config

%%
%% rebar configuration file (https://github.com/rebar/rebar)
%%
{require_min_otp_vsn, "18"}.
{erl_opts, [
debug_info,
fail_on_warning
]
}.
{xref_checks, [
undefined_function_calls,
locals_not_used,
deprecated_function_calls
]}.
{xref_ignores, [
]}.
{dialyzer, [
{warnings, [
% no_return
]}
]}.