changeset 2612:1cf418299d86

luacheckrc: Add the module:http_url API provided by mod_http to known globals
author Kim Alvefur <zash@zash.se>
date Tue, 14 Mar 2017 00:19:59 +0100
parents 4d81d7219db0
children 2103135f1851
files .luacheckrc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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",