Skip to content
Snippets Groups Projects
Commit 8d6a154f authored by Kirill Yukhin's avatar Kirill Yukhin
Browse files

luacheck: exclude test-run tests

Running of luacheck against test-run submodule is redundant.
Add dedicated bypass to .luacheckrc.

NO_DOC=ci
NO_CHANGELOG=ci
NO_TEST=ci
parent 7dc9fe44
No related branches found
No related tags found
No related merge requests found
......@@ -30,9 +30,7 @@ include_files = {
exclude_files = {
"build/**/*.lua",
"test-run/test/test-tarantool/*.test.lua",
"test-run/lib/checks/*",
"test-run/lib/luatest/*",
"test-run/**/*.lua",
"test/app/*.test.lua",
"test/box/*.test.lua",
"test/engine/*.test.lua",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment