changeset 3213:85c8a8c33028

mod_adhoc_dataforms_demo: Silence warning about unused argument [luacheck]
author Kim Alvefur <zash@zash.se>
date Fri, 03 Aug 2018 19:42:48 +0200
parents 69b6910f3bfc
children 453ec2938153
files mod_adhoc_dataforms_demo/mod_adhoc_dataforms_demo.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_adhoc_dataforms_demo/mod_adhoc_dataforms_demo.lua	Fri Aug 03 19:40:24 2018 +0200
+++ b/mod_adhoc_dataforms_demo/mod_adhoc_dataforms_demo.lua	Fri Aug 03 19:42:48 2018 +0200
@@ -107,7 +107,7 @@
 	},
 })
 
-local function handler(fields, err, data)
+local function handler(fields, err, data) -- luacheck: ignore 212/data
 		return {
 			status = "completed",
 			info = "Data was:\n"