[Tarantool-patches] [PATCH v5 09/10] Add luacheck supressions for luajit tests

sergeyb at tarantool.org sergeyb at tarantool.org
Tue May 12 12:50:09 MSK 2020


From: Sergey Bronnikov <sergeyb at tarantool.org>

Closes #4681

Reviewed-by: Igor Munkin <imun at tarantool.org>
---
 .luacheckrc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.luacheckrc b/.luacheckrc
index 26986ffb1..62a0135d1 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -67,6 +67,8 @@ files["test/box/lua/fifo.lua"] = {globals = {"fifomax", "find_or_create_fifo", "
 files["test/box/lua/identifier.lua"] = {globals = {"run_test"}}
 files["test/box/lua/require_mod.lua"] = {globals = {"exports"}}
 files["test/engine/conflict.lua"] = {globals = {"test_conflict"}}
+files["test/luajit-tap/gh-4476-fix-string-find-recording.test.lua"] = {ignore = {"231"}}
+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



More information about the Tarantool-patches mailing list