From 284797792771830215d87683e2796db830d47b07 Mon Sep 17 00:00:00 2001 From: VitaliyaIoffe <vitaioffe@yandex.ru> Date: Fri, 22 Oct 2021 17:04:41 +0300 Subject: [PATCH] ci: make green luacheck There are different warnings after adding checks and luatest submodules. Follows-up tarantool/test-run#304 --- .luacheckrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.luacheckrc b/.luacheckrc index 703f86dc58..2073335a71 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -31,6 +31,8 @@ include_files = { exclude_files = { "build/**/*.lua", "test-run/test/test-tarantool/*.test.lua", + "test-run/lib/checks/*", + "test-run/lib/luatest/*", "test/app/*.test.lua", "test/box/*.test.lua", "test/engine/*.test.lua", -- GitLab