From 037ab74c1f5d980e66f1d460de87c7cccd086316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 29 Nov 2018 23:28:22 +0100 Subject: Ignore rebar3 plugins for the time being Until it is found that one is needed to compile a project. --- core/deps.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/deps.mk') diff --git a/core/deps.mk b/core/deps.mk index 2591f88..225ecb4 100644 --- a/core/deps.mk +++ b/core/deps.mk @@ -481,7 +481,8 @@ define dep_autopatch_rebar.erl fun() -> case lists:keyfind(plugins, 1, Conf) of false -> ok; - {_, Plugins} -> + {_, Plugins0} -> + Plugins = [P || P <- Plugins0, is_atom(P)], [begin case lists:keyfind(deps, 1, Conf) of false -> ok; -- cgit v1.2.3