From 9a34311af7fc23f030540993a607e1370ed9c74f Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Wed, 30 Aug 2017 15:07:12 +0200 Subject: [PATCH] [Minor] Silence luacheck warning --- .luacheckrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.luacheckrc b/.luacheckrc index 15ccdc2295..591690f9e1 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -42,6 +42,7 @@ files['/**/src/plugins/lua/greylist.lua'].globals = { } files['/**/lualib/lua_util.lua'].globals = { + 'table.unpack', 'unpack', } -- 2.47.3