luacheckrc: Add the module:http_url API provided by mod_http to known globals
authorKim Alvefur <zash@zash.se>
Tue, 14 Mar 2017 00:19:59 +0100
changeset 2616 1cf418299d86
parent 2615 4d81d7219db0
child 2617 2103135f1851
luacheckrc: Add the module:http_url API provided by mod_http to known globals
.luacheckrc
--- a/.luacheckrc	Mon Mar 13 01:11:55 2017 +0100
+++ b/.luacheckrc	Tue Mar 14 00:19:59 2017 +0100
@@ -63,6 +63,9 @@
 	"module.wrap_event",
 	"module.wrap_global",
 	"module.wrap_object_event",
+
+	-- mod_http API
+	"module.http_url",
 }
 globals = {
 	"_M",