[Tarantool-patches] [PATCH v5 04/10] Fix luacheck warnings in src/lua/

sergeyb at tarantool.org sergeyb at tarantool.org
Tue May 12 12:49:59 MSK 2020


From: Sergey Bronnikov <sergeyb at tarantool.org>

Closes #4681

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>
---
 .luacheckrc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.luacheckrc b/.luacheckrc
index f39502063..3cd05a254 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -29,3 +29,6 @@ files["extra/dist/tarantoolctl.in"] = {
 	globals = {"box", "_TARANTOOL"},
 	ignore = {"212/self", "122", "431"}
 }
+files["src/lua/*.lua"] = {ignore = {"212/self"}}
+files["src/lua/init.lua"] = {globals = {"dostring"}}
+files["src/lua/swim.lua"] = {ignore = {"431"}}
-- 
2.23.0



More information about the Tarantool-patches mailing list