[Tarantool-patches] [PATCH v5 02/10] gitlab-ci: enable static analysis with luacheck

Sergey Bronnikov sergeyb at tarantool.org
Wed May 13 17:40:14 MSK 2020


Hi, Alexander!

thanks for review.

On 17:15 Wed 13 May , Alexander V. Tikhonov wrote:

<snipped>

> > +# ###################
> > +# Static Analysis
> > +# ###################
> > +
> > +test_debian_docker_luacheck:
> > +	docker run -w ${OOS_SRC_PATH} -v ${PWD}:${OOS_SRC_PATH} --privileged --cap-add=sys_nice \
> > +		--network=host -i registry.gitlab.com/tarantool/tarantool/testing/debian-stretch:latest \
> 
> May be better to split lines to make them not longer than 80 characters.
> Also let's move the image name to the top of the file at the
> environment variable.

Updated in a branch.

<snipped>


More information about the Tarantool-patches mailing list