# HG changeset patch # User Kim Alvefur # Date 1538307565 -7200 # Node ID 6329c07452b785e34a3c6c1931719e4f76183cd8 # Parent 9ef746c2a644226e0634e52b733276cde793df93 mod_admin_adhoc: Ignore shadowed 'err' variables [luacheck] diff -r 9ef746c2a644 -r 6329c07452b7 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;