Skip to content

Commit 7f3183d

Browse files
authored
ED-242: +image +deps +format (#17)
1 parent a2c2b7a commit 7f3183d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TEMPLATES_PATH := .
99
SERVICE_NAME := scoper
1010

1111
BUILD_IMAGE_NAME := build-erlang
12-
BUILD_IMAGE_TAG := 2ea61e9556ad67d5918f060ed50353662ed84e59
12+
BUILD_IMAGE_TAG := aaa79c2d6b597f93f5f8b724eecfc31ec2e2a23b
1313

1414
CALL_W_CONTAINER := all submodules rebar-update compile xref lint \
1515
dialyze test clean distclean check_format format
@@ -49,7 +49,7 @@ dialyze:
4949
$(REBAR) as test dialyzer
5050

5151
lint:
52-
elvis rock
52+
elvis rock -V
5353

5454
check_format:
5555
$(REBAR) as test fmt -c

rebar.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
]}
5050
]},
5151
{deps, [
52-
{lager, "3.2.1"},
52+
{lager, "3.9.2"},
5353
{genlib, {git, "https://github.com/rbkmoney/genlib.git", {branch, "master"}}},
5454
{woody, {git, "https://github.com/rbkmoney/woody_erlang.git", {branch, "master"}}}
5555
]},
@@ -76,7 +76,7 @@
7676

7777
{plugins, [
7878
{rebar3_thrift_compiler, {git, "https://github.com/rbkmoney/rebar3_thrift_compiler.git", {tag, "0.3.1"}}},
79-
{erlfmt, "0.8.0"}
79+
{erlfmt, "1.0.0"}
8080
]}.
8181

8282
{erlfmt, [

0 commit comments

Comments
 (0)