From 13a78a9463cc890a3796c8868a79c8da70059815 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 7 Mar 2018 19:21:24 +0100 Subject: .luacheckrc: Add awareness of the module:http_url API added by mod_http --- .luacheckrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc index 8fbd0247..7a72a385 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -80,6 +80,9 @@ files["plugins/"] = { "module.wrap_event", "module.wrap_global", "module.wrap_object_event", + + -- mod_http API + "module.http_url", }; globals = { -- Methods that can be set on module API -- cgit v1.2.3