changeset 4186:aba0470ed725

mod_register_apps: Ignore the long lines [luacheck]
author Kim Alvefur <zash@zash.se>
date Sat, 10 Oct 2020 16:52:36 +0200
parents 06a9ac93e2f1
children e2db07017332
files mod_register_apps/mod_register_apps.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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");