changeset 3422:ba3c79ef2253

lint: Teach luacheck about the new module:send_iq API
author Kim Alvefur <zash@zash.se>
date Wed, 02 Jan 2019 10:49:43 +0100
parents 41dd405efb5a
children 4a8fa0364f35
files .luacheckrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.luacheckrc	Mon Dec 31 09:43:29 2018 +0100
+++ b/.luacheckrc	Wed Jan 02 10:49:43 2019 +0100
@@ -57,6 +57,7 @@
 	"module.remove_item",
 	"module.require",
 	"module.send",
+	"module.send_iq",
 	"module.set_global",
 	"module.shared",
 	"module.unhook",