changeset 2079:edec9de0220a

mod_firewall: Silence warnings about unused arguments [luacheck]
author Kim Alvefur <zash@zash.se>
date Fri, 11 Mar 2016 18:52:36 +0100
parents 11539785cb92
children a435db77a5e5
files mod_firewall/definitions.lib.lua
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_firewall/definitions.lib.lua	Fri Mar 11 18:48:34 2016 +0100
+++ b/mod_firewall/definitions.lib.lua	Fri Mar 11 18:52:36 2016 +0100
@@ -1,3 +1,6 @@
+
+-- Name arguments are unused here
+-- luacheck: ignore 212
 
 local definition_handlers = {};