Skip to content

Commit

Permalink
rebar: fix problem with newer rebar3, add 'apps' as include path.
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Dec 3, 2018
1 parent a4fff66 commit de9f33a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rebar.config
@@ -1,5 +1,6 @@
{erl_opts, [
{parse_transform, lager_transform}
{parse_transform, lager_transform},
{i, "apps"}
]}.

{xref_checks, [
Expand Down

0 comments on commit de9f33a

Please sign in to comment.