From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp17.mail.ru (smtp17.mail.ru [94.100.176.154]) (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 AE2F8469710 for ; Tue, 12 May 2020 12:52:56 +0300 (MSK) From: sergeyb@tarantool.org Date: Tue, 12 May 2020 12:49:59 +0300 Message-Id: <1a49a09206b23b0fa9367381e1ae7d08d6bf11b3.1589275364.git.sergeyb@tarantool.org> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v5 04/10] Fix luacheck warnings in src/lua/ List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org Cc: Vladislav Shpilevoy , o.piskunov@tarantool.org From: Sergey Bronnikov Closes #4681 Reviewed-by: Vladislav Shpilevoy Reviewed-by: Igor Munkin Co-authored-by: Vladislav Shpilevoy Co-authored-by: Igor Munkin --- .luacheckrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.luacheckrc b/.luacheckrc index f39502063..3cd05a254 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -29,3 +29,6 @@ files["extra/dist/tarantoolctl.in"] = { globals = {"box", "_TARANTOOL"}, ignore = {"212/self", "122", "431"} } +files["src/lua/*.lua"] = {ignore = {"212/self"}} +files["src/lua/init.lua"] = {globals = {"dostring"}} +files["src/lua/swim.lua"] = {ignore = {"431"}} -- 2.23.0