From 8d6a154fce4a65a071c75acc214ca945ef35df3f Mon Sep 17 00:00:00 2001 From: Kirill Yukhin <kyukhin@tarantool.org> Date: Fri, 18 Mar 2022 16:21:43 +0300 Subject: [PATCH] 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 --- .luacheckrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.luacheckrc b/.luacheckrc index 2073335a71..9ffae1ace3 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -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", -- GitLab