From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp43.i.mail.ru (smtp43.i.mail.ru [94.100.177.103]) (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 BF7FC4696C3 for ; Fri, 24 Apr 2020 11:02:39 +0300 (MSK) Date: Fri, 24 Apr 2020 11:02:34 +0300 From: Sergey Bronnikov Message-ID: <20200424080234.GA24166@pony.bronevichok.ru> References: <20200423114037.GA11314@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200423114037.GA11314@tarantool.org> 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: Igor Munkin Cc: o.piskunov@tarantool.org, tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org On 14:40 Thu 23 Apr , Igor Munkin wrote: > > +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 https://github.com/tarantool/tarantool/issues/4929