# HG changeset patch # User Kim Alvefur # Date 1602341556 -7200 # Node ID aba0470ed725a8315087439edcdd20f582759d96 # Parent 06a9ac93e2f176a123044253db6898f52a278d13 mod_register_apps: Ignore the long lines [luacheck] diff -r 06a9ac93e2f1 -r aba0470ed725 mod_register_apps/mod_register_apps.lua --- a/mod_register_apps/mod_register_apps.lua Fri Oct 09 16:47:46 2020 +0200 +++ b/mod_register_apps/mod_register_apps.lua Sat Oct 10 16:52:36 2020 +0200 @@ -1,3 +1,4 @@ +-- luacheck: ignore 631 module:depends("http"); local http_files = module:depends("http_files");