From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp38.i.mail.ru (smtp38.i.mail.ru [94.100.177.98]) (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 2DFC7469710 for ; Thu, 28 May 2020 13:14:48 +0300 (MSK) Date: Thu, 28 May 2020 13:13:50 +0300 From: Sergey Bronnikov Message-ID: <20200528101350.GC5970@pony.bronevichok.ru> References: <20200526231146.GT5455@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200526231146.GT5455@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v5 03/10] Fix luacheck warnings in extra/dist/tarantoolctl.in 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, Vladislav Shpilevoy , alexander.turenko@tarantool.org Igor, thanks for review! On 02:11 Wed 27 May , Igor Munkin wrote: > > + > > +files["extra/dist/tarantoolctl.in"] = { > > + globals = {"box", "_TARANTOOL"}, > > + ignore = {"212/self", "122", "431"} > > +} > > Typo: there is a little mess with whitespace above: > * tabs are used instead of spaces for indentation > * trailing whitespace (but I don't see it on branch) Fixed in a branch.