From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp47.i.mail.ru (smtp47.i.mail.ru [94.100.177.107]) (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 F10F5469710 for ; Sat, 30 May 2020 15:20:39 +0300 (MSK) Date: Sat, 30 May 2020 15:19:40 +0300 From: Sergey Bronnikov Message-ID: <20200530121940.GC69@pony.bronevichok.ru> References: <20200529160429.GF21558@tarantool.org> <20200529162714.GG21558@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200529162714.GG21558@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v6 01/25] Add initial luacheck config 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, alexander.turenko@tarantool.org Added in a separate commit, I'll squash it before merge. On 19:27 Fri 29 May , Igor Munkin wrote: > Furthemore, please add std = "luajit" right in the first patch, as we > discussed. It prevents warnings about LuaJIT-related globals e.g. jit > (see [1] for more info). > > [1]: https://luacheck.readthedocs.io/en/stable/config.html#config-options > > -- > Best regards, > IM -- sergeyb@