mod_admin_adhoc: Ignore shadowed 'err' variables [luacheck]
authorKim Alvefur <zash@zash.se>
Sun, 30 Sep 2018 13:39:25 +0200
changeset 9404 6329c07452b7
parent 9403 9ef746c2a644
child 9405 b530b5daae91
mod_admin_adhoc: Ignore shadowed 'err' variables [luacheck]
plugins/mod_admin_adhoc.lua
--- a/plugins/mod_admin_adhoc.lua	Sun Sep 30 13:38:33 2018 +0200
+++ b/plugins/mod_admin_adhoc.lua	Sun Sep 30 13:39:25 2018 +0200
@@ -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;