Skip to content
Snippets Groups Projects
Commit b1a4fed6 authored by Artem Starshov's avatar Artem Starshov Committed by Kirill Yukhin
Browse files

luacheck: change global vars to local in sql-tap

Fixed luacheck warning 111 (setting non-standard global variable)
in test/sql-tap directory.
Enabled this directory for checking W111 in
config file(.luacheckrc).

Changed almost all variables in test/sql-tap from globals
to locals. In any cases, where variables need to be global,
added explicit _G. prefix (table of globals).

Fixes #5173
Part-of #5464
parent 9b0278f4
No related branches found
No related tags found
Loading
Showing
with 135 additions and 70 deletions
Loading
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