From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp39.i.mail.ru (smtp39.i.mail.ru [94.100.177.99]) (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 6F0BF45BE32 for ; Fri, 29 May 2020 18:17:26 +0300 (MSK) From: sergeyb@tarantool.org Date: Fri, 29 May 2020 18:09:40 +0300 Message-Id: <0b1f7e18bb7fdf0ccd0cd6ca36c7ee7107cb3523.1590764168.git.sergeyb@tarantool.org> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v6 24/25] Add luacheck supressions for luajit tests List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org, imun@tarantool.org Cc: o.piskunov@tarantool.org, alexander.turenko@tarantool.org From: Sergey Bronnikov Part of #4681 Reviewed-by: Igor Munkin --- .luacheckrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.luacheckrc b/.luacheckrc index c33af181f..f2280a374 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -64,6 +64,7 @@ files["test/box-tap/extended_error.test.lua"] = { ignore = {"211"} } files["test/engine/conflict.lua"] = {globals = {"test_conflict"}} +files["test/luajit-tap/or-232-unsink-64-kptr.test.lua"] = {ignore = {"542"}} files["test/replication/replica_quorum.lua"] = {globals = {"INSTANCE_URI", "nonexistent_uri"}} files["test/replication/replica_on_schema_init.lua"] = {globals = {"trig_local", "trig_engine"}} files["test/replication/lua/fast_replica.lua"] = { -- 2.23.0