From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng1.m.smailru.net (smtpng1.m.smailru.net [94.100.181.251]) (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 436DA4696C3 for ; Thu, 23 Apr 2020 14:47:46 +0300 (MSK) Date: Thu, 23 Apr 2020 14:40:37 +0300 From: Igor Munkin Message-ID: <20200423114037.GA11314@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v4 3/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: sergeyb@tarantool.org Cc: o.piskunov@tarantool.org, tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org Sergey, Thanks for the patch, LGTM! On 21.04.20, sergeyb@tarantool.org wrote: > From: Sergey Bronnikov > > Closes #4681 > > Reviewed-by: Vladislav Shpilevoy > Reviewed-by: Igor Munkin > > Co-authored-by: Vladislav Shpilevoy > Co-authored-by: Igor Munkin > --- > .luacheckrc | 2 ++ > extra/dist/tarantoolctl.in | 29 +++++++++++++---------------- > 2 files changed, 15 insertions(+), 16 deletions(-) > > diff --git a/.luacheckrc b/.luacheckrc > index 2683c8c26..0b7dc2dfe 100644 > --- a/.luacheckrc > +++ b/.luacheckrc > @@ -24,3 +24,5 @@ exclude_files = { > ".rocks/**/*.lua", > ".git/**/*.lua", > } > + > +files["extra/dist/tarantoolctl.in"] = {ignore = {"212/self", "122", "431"}} Side note: Please file a follow-up issue to fix a single (W122) warning: | extra/dist/tarantoolctl.in:217:5: (W122) setting read-only field ? of global arg > -- > 2.23.0 > -- Best regards, IM