From 07d40c319c3dcbd45d3591e406fffa35b61add9d Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Sun, 30 Sep 2018 13:39:25 +0200
Subject: mod_admin_adhoc: Ignore shadowed 'err' variables [luacheck]

---
 plugins/mod_admin_adhoc.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/mod_admin_adhoc.lua b/plugins/mod_admin_adhoc.lua
index 30678bbd..bf86efae 100644
--- a/plugins/mod_admin_adhoc.lua
+++ b/plugins/mod_admin_adhoc.lua
@@ -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;
 
-- 
cgit v1.2.3