mirror of
https://github.com/valitydev/scoper.git
synced 2024-11-06 01:25:23 +00:00
ED-242: +image +deps +format (#17)
This commit is contained in:
parent
a2c2b7a4b1
commit
7f3183df27
4
Makefile
4
Makefile
@ -9,7 +9,7 @@ TEMPLATES_PATH := .
|
||||
SERVICE_NAME := scoper
|
||||
|
||||
BUILD_IMAGE_NAME := build-erlang
|
||||
BUILD_IMAGE_TAG := 2ea61e9556ad67d5918f060ed50353662ed84e59
|
||||
BUILD_IMAGE_TAG := aaa79c2d6b597f93f5f8b724eecfc31ec2e2a23b
|
||||
|
||||
CALL_W_CONTAINER := all submodules rebar-update compile xref lint \
|
||||
dialyze test clean distclean check_format format
|
||||
@ -49,7 +49,7 @@ dialyze:
|
||||
$(REBAR) as test dialyzer
|
||||
|
||||
lint:
|
||||
elvis rock
|
||||
elvis rock -V
|
||||
|
||||
check_format:
|
||||
$(REBAR) as test fmt -c
|
||||
|
@ -49,7 +49,7 @@
|
||||
]}
|
||||
]},
|
||||
{deps, [
|
||||
{lager, "3.2.1"},
|
||||
{lager, "3.9.2"},
|
||||
{genlib, {git, "https://github.com/rbkmoney/genlib.git", {branch, "master"}}},
|
||||
{woody, {git, "https://github.com/rbkmoney/woody_erlang.git", {branch, "master"}}}
|
||||
]},
|
||||
@ -76,7 +76,7 @@
|
||||
|
||||
{plugins, [
|
||||
{rebar3_thrift_compiler, {git, "https://github.com/rbkmoney/rebar3_thrift_compiler.git", {tag, "0.3.1"}}},
|
||||
{erlfmt, "0.8.0"}
|
||||
{erlfmt, "1.0.0"}
|
||||
]}.
|
||||
|
||||
{erlfmt, [
|
||||
|
Loading…
Reference in New Issue
Block a user