[Tarantool-patches] [PATCH v6 07/25] Supress luacheck warnings in test/app
sergeyb at tarantool.org
sergeyb at tarantool.org
Fri May 29 18:09:06 MSK 2020
From: Sergey Bronnikov <sergeyb at tarantool.org>
Part of #4681
Reviewed-by: Vladislav Shpilevoy <v.shpilevoy at tarantool.org>
Reviewed-by: Igor Munkin <imun at tarantool.org>
---
.luacheckrc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.luacheckrc b/.luacheckrc
index 03a51ba3e..78bb54adb 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -6,7 +6,7 @@ include_files = {
exclude_files = {
"build/**/*.lua",
"src/box/lua/serpent.lua", -- third-party source code
- "test/app/*.lua",
+ "test/app/*.test.lua",
"test/app-tap/lua/serializer_test.lua",
"test/box/**/*.lua",
"test/engine/*.lua",
@@ -39,3 +39,4 @@ files["src/lua/swim.lua"] = {ignore = {"431"}}
files["src/box/lua/console.lua"] = {globals = {"help"}, ignore = {"212"}}
files["src/box/lua/net_box.lua"] = {globals = {"bit"}, ignore = {"431", "432"}}
files["src/box/lua/schema.lua"] = {globals = {"tonumber64"}, ignore = {"431", "432"}}
+files["test/app/lua/fiber.lua"] = {globals = {"box_fiber_run_test"}}
--
2.23.0
More information about the Tarantool-patches
mailing list