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 312084429E1 for ; Sat, 20 Jun 2020 02:15:10 +0300 (MSK) References: <20200604084340.GA47445@pony.bronevichok.ru> From: Vladislav Shpilevoy Message-ID: Date: Sat, 20 Jun 2020 01:15:07 +0200 MIME-Version: 1.0 In-Reply-To: <20200604084340.GA47445@pony.bronevichok.ru> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH 0/6] Add static analysis of Lua code in src/ and extra/ with luacheck List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Bronnikov , tarantool-patches@dev.tarantool.org, imun@tarantool.org Cc: alexander.turenko@tarantool.org Hi! Thanks for the fixes! The check fails in gitlab: https://gitlab.com/tarantool/tarantool/-/jobs/600867104 Also it fails locally: Checking src/lua/log.lua 2 warnings src/lua/log.lua:321:33: (W212) unused argument update_box_cfg src/lua/log.lua:441:25: (W212) unused argument oldcfg