[Tarantool-patches] [PATCH 02/19] Fix luacheck warnings in test/app
sergeyb at tarantool.org
sergeyb at tarantool.org
Thu Jul 16 17:11:22 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>
Co-authored-by: Vladislav Shpilevoy <v.shpilevoy at tarantool.org>
Co-authored-by: Igor Munkin <imun at tarantool.org>
---
.luacheckrc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.luacheckrc b/.luacheckrc
index 4055b0994..358789457 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -33,7 +33,7 @@ exclude_files = {
-- Third-party source code.
"src/box/lua/serpent.lua",
"test-run/**/*.lua",
- "test/app/**/*.lua",
+ "test/app/*.test.lua",
"test/box/**/*.lua",
"test/box-py/**/*.lua",
"test/box-tap/**/*.lua",
@@ -81,3 +81,6 @@ files["test/app-tap/lua/require_mod.lua"] = {
files["test/app-tap/string.test.lua"] = {
globals = {"utf8"}
}
+files["test/app/lua/fiber.lua"] = {
+ globals = {"box_fiber_run_test"}
+}
--
2.26.2
More information about the Tarantool-patches
mailing list