Skip to content

Commit

Permalink
[Close #399] Update lager
Browse files Browse the repository at this point in the history
  • Loading branch information
Euen committed Sep 22, 2016
1 parent bc1b965 commit 809d191
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ log*/
.erlang.mk.packages.*
rebar3.crashdump
doc
compile_commands.json

# Ignore elvis escript
elvis
1 change: 1 addition & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
, {getopt, "0.8.2"}
, {egithub, "0.2.2"}
, {katana_code, "0.1.0"}
, {lager, "3.2.1"}
]}.

%% == Dialyzer ==
Expand Down
25 changes: 21 additions & 4 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
[{<<"aleppo">>,{pkg,<<"inaka_aleppo">>,<<"1.0.0">>},1},
{<<"cowlib">>,{pkg,<<"cowlib">>,<<"1.3.0">>},3},
{"1.1.0",
[{<<"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},
{<<"lager">>,{pkg,<<"lager">>,<<"3.2.1">>},0},
{<<"ranch">>,{pkg,<<"ranch">>,<<"1.1.0">>},3},
{<<"shotgun">>,{pkg,<<"shotgun">>,<<"0.2.2">>},1},
{<<"zipper">>,{pkg,<<"zipper">>,<<"1.0.0">>},1}].
{<<"zipper">>,{pkg,<<"zipper">>,<<"1.0.0">>},1}]}.
[
{pkg_hash,[
{<<"cowlib">>, <<"6C80CA7F2863C0D7A21C946312BAF473432B56A79E46E20BC27A3BAC07C40439">>},
{<<"egithub">>, <<"BF9142637B32739DBF918A4B46DC037FE26D9CBE16B18B69869458825678C0DC">>},
{<<"elvis">>, <<"5424DBD17BEC4265A6808F49064CC1A8D2D1B593B5C4E94E747EDB157ABDE6DE">>},
{<<"getopt">>, <<"B17556DB683000BA50370B16C0619DF1337E7AF7ECBF7D64FBF8D1D6BCE3109B">>},
{<<"goldrush">>, <<"349A351D17C71C2FDAA18A6C2697562ABE136FEC945F147B381F0CF313160228">>},
{<<"gun">>, <<"28514327A7572234633E127C1C14C5D91991BC26EC16D3707F05962A31F0C1B5">>},
{<<"inaka_aleppo">>, <<"8DB14CF16BB8C263C14FF4C3F69F64D7C849D40888944F4204D2CA74F1114CEB">>},
{<<"jiffy">>, <<"9F33B893EDD6041CEAE03BC1E50B412E858CC80B46F3D7535A7A9940A79A1C37">>},
{<<"katana_code">>, <<"C34F3926A258D6BEACD8D21F140F3D47D175501936431C460B144339D5271A0B">>},
{<<"lager">>, <<"EEF4E18B39E4195D37606D9088EA05BF1B745986CF8EC84F01D332456FE88D17">>},
{<<"ranch">>, <<"F7ED6D97DB8C2A27CCA85CACBD543558001FC5A355E93A7BFF1E9A9065A8545B">>},
{<<"shotgun">>, <<"DB5FDDFE3F190092B58D6D7580C31DF34DB03AF9BAA407F9295732CAF742BE0C">>},
{<<"zipper">>, <<"812CF95E93A025FAAAB1276B5789260A08CC129961DE226ADDC13EF56DF507B9">>}]}
].
2 changes: 1 addition & 1 deletion test/elvis_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ run_webhook(_Config) ->
meck:unload(egithub)
end.

-spec run_webhook_ping(config()) -> any().
-spec run_webhook_ping(config()) -> ok.
run_webhook_ping(_Config) ->
Headers = #{<<"x-github-event">> => <<"ping">>},
Body = <<"[]">>,
Expand Down

0 comments on commit 809d191

Please sign in to comment.