From ecaa90bec380ec69f8c71c0035ae38c9f17cba21 Mon Sep 17 00:00:00 2001 From: Harenson Henao Date: Mon, 5 Sep 2016 10:14:07 -0500 Subject: [PATCH] Make all the webhooks fail on this PR --- rebar.lock | 4 ++-- src/elvis.erl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rebar.lock b/rebar.lock index 0eadd1c..490744b 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,10 +1,10 @@ -[{<<"aleppo">>,{pkg,<<"inaka_aleppo">>,<<"1.0.0">>},1}, - {<<"cowlib">>,{pkg,<<"cowlib">>,<<"1.3.0">>},3}, +[{<<"cowlib">>,{pkg,<<"cowlib">>,<<"1.3.0">>},3}, {<<"egithub">>,{pkg,<<"egithub">>,<<"0.2.2">>},0}, {<<"elvis">>,{pkg,<<"elvis_core">>,<<"0.3.2">>},0}, {<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}, {<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.7">>},1}, {<<"gun">>,{pkg,<<"gun">>,<<"1.0.0-pre.1">>},2}, + {<<"inaka_aleppo">>,{pkg,<<"inaka_aleppo">>,<<"1.0.0">>},1}, {<<"jiffy">>,{pkg,<<"jiffy">>,<<"0.14.7">>},1}, {<<"katana_code">>,{pkg,<<"katana_code">>,<<"0.1.0">>},0}, {<<"lager">>,{pkg,<<"lager">>,<<"3.0.2">>},1}, diff --git a/src/elvis.erl b/src/elvis.erl index aaa1bdd..3e9a403 100644 --- a/src/elvis.erl +++ b/src/elvis.erl @@ -61,7 +61,7 @@ option_spec_list() -> {code_path, $p, "code-path", string, "Add the directory in the code path."} ]. --spec process_options([atom()], [string()]) -> ok. +-spec process_options([binary()], [string()]) -> ok. process_options(Options, Commands) -> try Config = elvis_config:default(),