Skip to content

Commit

Permalink
Merge pull request #28 from inaka/euen.update_ignore_deps
Browse files Browse the repository at this point in the history
update IGNORE_DEPS in makefile
  • Loading branch information
Brujo Benavides committed Jan 19, 2016
2 parents 1488263 + ec9f880 commit efa6df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dep_sync = git https://github.com/rustyio/sync.git 9c78e7b
include erlang.mk

# Avoid erlang.mk download katana's elvis_core dependency
IGNORE_DEPS := elvis_core
IGNORE_DEPS += elvis_core

ERLC_OPTS += +'{parse_transform, lager_transform}'
ERLC_OPTS += +warn_unused_vars +warn_export_all +warn_shadow_vars +warn_unused_import +warn_unused_function
Expand Down

0 comments on commit efa6df5

Please sign in to comment.