From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.mail.ru (smtp1.mail.ru [94.100.179.111]) (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 6AA9D445333 for ; Thu, 16 Jul 2020 17:14:25 +0300 (MSK) From: sergeyb@tarantool.org Date: Thu, 16 Jul 2020 17:11:54 +0300 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 18/19] Add luacheck supression for luajit test 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: alexander.turenko@tarantool.org From: Sergey Bronnikov Part of #4681 Reviewed-by: Igor Munkin --- .luacheckrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.luacheckrc b/.luacheckrc index 2bc2eaa33..21680c08c 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -171,6 +171,12 @@ files["test/long_run-py/suite.lua"] = { "delete_insert", } } +files["test/luajit-tap/or-232-unsink-64-kptr.test.lua"] = { + ignore = { + -- An empty if branch. + "542", + } +} files["test/replication/replica_quorum.lua"] = { globals = { "INSTANCE_URI", -- 2.26.2