Skip to content

Commit

Permalink
Fix luacheck warnings in test/app
Browse files Browse the repository at this point in the history
Part of #5454

Reviewed-by: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
Reviewed-by: Igor Munkin <imun@tarantool.org>

Co-authored-by: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
Co-authored-by: Igor Munkin <imun@tarantool.org>
  • Loading branch information
3 people committed Dec 15, 2020
1 parent 3093661 commit 6b07961
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exclude_files = {
"build/**/*.lua",
-- Third-party source code.
"test-run/**/*.lua",
"test/app/**/*.lua",
"test/app/*.test.lua",
"test/box/**/*.lua",
"test/box-py/**/*.lua",
"test/box-tap/**/*.lua",
Expand Down Expand Up @@ -74,3 +74,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"}
}

0 comments on commit 6b07961

Please sign in to comment.