From c904d1e28dbf00d2deee806ddb8de08be0eb0218 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 10 Nov 2017 17:47:11 +0100 Subject: util: Ignore some Lua 5.1 vs 5.2 compat things [luacheck] --- util/sql.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/sql.lua') diff --git a/util/sql.lua b/util/sql.lua index 1dd278eb..9648101a 100644 --- a/util/sql.lua +++ b/util/sql.lua @@ -1,6 +1,6 @@ local setmetatable, getmetatable = setmetatable, getmetatable; -local ipairs, unpack, select = ipairs, table.unpack or unpack, select; --luacheck: ignore 113 +local ipairs, unpack, select = ipairs, table.unpack or unpack, select; --luacheck: ignore 113 143 local tostring = tostring; local type = type; local assert, pcall, xpcall, debug_traceback = assert, pcall, xpcall, debug.traceback; -- cgit v1.2.3