mod_admin_adhoc: Ignore shadowed 'err' variables [luacheck]

This commit is contained in:
Kim Alvefur 2018-09-30 13:39:25 +02:00
parent 6a4c16aa00
commit 07d40c319c

View file

@ -3,7 +3,7 @@
-- This file is MIT/X11 licensed. Please see the
-- COPYING file in the source package for more information.
--
-- luacheck: ignore 212/self 212/data 212/state 412/err
-- luacheck: ignore 212/self 212/data 212/state 412/err 422/err
local _G = _G;