From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp40.i.mail.ru (smtp40.i.mail.ru [94.100.177.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 956DD469710 for ; Thu, 28 May 2020 13:04:14 +0300 (MSK) Date: Thu, 28 May 2020 13:03:17 +0300 From: Sergey Bronnikov Message-ID: <20200528100317.GB5970@pony.bronevichok.ru> References: <20200526223932.GS5455@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200526223932.GS5455@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v5 02/10] gitlab-ci: enable static analysis with luacheck List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Munkin Cc: o.piskunov@tarantool.org, tarantool-patches@dev.tarantool.org Igor, thanks for review! On 01:39 Wed 27 May , Igor Munkin wrote: > > --- a/.travis.mk > > +++ b/.travis.mk > > @@ -6,6 +6,8 @@ DOCKER_IMAGE?=packpack/packpack:debian-stretch > > TEST_RUN_EXTRA_PARAMS?= > > MAX_FILES?=65534 > > MAX_PROC?=2500 > > +LANES_ROCKSPEC="https://luarocks.org/manifests/benoitgermain/lanes-3.13.0-0.rockspec" > > This constant seems to be unused, so can be dropped. Exactly! Fixed in a branch.