# HG changeset patch # User Kim Alvefur # Date 1520446884 -3600 # Node ID f88bd2428bc2c9289605f1a408192af6371b6d27 # Parent 37d98a5fbb77ce701a357409bd945d5b2ac7bfbd .luacheckrc: Add awareness of the module:http_url API added by mod_http diff -r 37d98a5fbb77 -r f88bd2428bc2 .luacheckrc --- a/.luacheckrc Wed Mar 07 19:20:31 2018 +0100 +++ b/.luacheckrc Wed Mar 07 19:21:24 2018 +0100 @@ -80,6 +80,9 @@ "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