Browse Source

Merge ed684e8ca9 into 7529807170

pull/144/merge
Peter Lemenkov 8 years ago
committed by GitHub
parent
commit
a957fb2059
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config View File

@ -1,3 +1,3 @@
{erl_opts, [debug_info, warnings_as_errors, warn_unused_vars, nowarn_shadow_vars, warn_unused_import]}.
{erl_opts, [debug_info, {parse_transform, lager_transform}, warnings_as_errors, warn_unused_vars, nowarn_shadow_vars, warn_unused_import]}.
{xref_checks, [undefined_function_calls, deprecated_function_calls]}.
{eunit_opts, [verbose]}.

Loading…
Cancel
Save