From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (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 77675469710 for ; Mon, 1 Jun 2020 12:57:16 +0300 (MSK) Date: Mon, 1 Jun 2020 12:48:50 +0300 From: Igor Munkin Message-ID: <20200601094850.GP21558@tarantool.org> References: <9f6489ac103fb1148bf754832dc85d9b3e31d7d8.1590764167.git.sergeyb@tarantool.org> <20200529192516.GM21558@tarantool.org> <20200601092957.GA37818@pony.bronevichok.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200601092957.GA37818@pony.bronevichok.ru> Subject: Re: [Tarantool-patches] [PATCH v6 03/25] gitlab-ci: enable static analysis with luacheck List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Bronnikov Cc: o.piskunov@tarantool.org, tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org, alexander.turenko@tarantool.org Sergey, On 01.06.20, Sergey Bronnikov wrote: > Igor, > > thanks for review! > > On 22:25 Fri 29 May , Igor Munkin wrote: > > Sergey, > > > > Thanks for the patch! It LGTM, except the one comment: I'm not a Gitlab > > CI expert but since you introduced a separate make rule for luacheck, it > > looks like you can use it also in CI. As a result of such change we have > > a single place where luacheck command is mentioned excplicitly in our > > project, that simplifies further maintenance. > > You are right, it is a piece of duplicated code. But in a CI I don't use > tarantool build infrastructure at all, because we don't need to build > tarantool to check Lua code used in it. Let me know if you have an ideas > how to share luacheck command line with CMakeLists.txt and GitLab CI > config. Yes, you don't need to build tarantool, just to configure it. But I totally don't insist and leave this question for more competent CI users. > > > -- > sergeyb@ -- Best regards, IM