[Tarantool-patches] [PATCH 18/19] Add luacheck supression for luajit test

sergeyb at tarantool.org sergeyb at tarantool.org
Thu Jul 16 17:11:54 MSK 2020


From: Sergey Bronnikov <sergeyb at tarantool.org>

Part of #4681

Reviewed-by: Igor Munkin <imun at tarantool.org>
---
 .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



More information about the Tarantool-patches mailing list