Skip to content
Snippets Groups Projects
  1. Jan 15, 2021
  2. Jan 14, 2021
  3. Dec 25, 2020
  4. Dec 16, 2020
    • Artem Starshov's avatar
      luacheck: change global vars to local in sql-tap · b1a4fed6
      Artem Starshov authored
      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
      b1a4fed6
  5. Dec 01, 2020
  6. Oct 14, 2020
  7. Jul 15, 2020
Loading