[Tarantool-patches] [PATCH v7] test: fix luacheck warnings in test/wal_off

sergeyb at tarantool.org sergeyb at tarantool.org
Wed Jan 13 17:42:19 MSK 2021


From: Sergey Bronnikov <sergeyb at tarantool.org>

Closes #5467

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>
---
Issue: https://github.com/tarantool/tarantool/issues/5467
Gitlab CI: https://gitlab.com/tarantool/tarantool/-/pipelines/241108325

 .luacheckrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.luacheckrc b/.luacheckrc
index 4b829f3dc..638131e4a 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -45,7 +45,7 @@ exclude_files = {
     "test/swim/**/*.lua",
     "test/var/**/*.lua",
     "test/vinyl/**/*.lua",
-    "test/wal_off/**/*.lua",
+    "test/wal_off/*.test.lua",
     "test/xlog/**/*.lua",
     "test/xlog-py/**/*.lua",
     "third_party/**/*.lua",
-- 
2.25.1



More information about the Tarantool-patches mailing list