Changeset

9401:6329c07452b7

mod_admin_adhoc: Ignore shadowed 'err' variables [luacheck]
author Kim Alvefur <zash@zash.se>
date Sun, 30 Sep 2018 13:39:25 +0200
parents 9400:9ef746c2a644
children 9402:b530b5daae91
files plugins/mod_admin_adhoc.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;