mod_admin_adhoc: Ignore the very long lines at the end [luacheck]
authorKim Alvefur <zash@zash.se>
Sun, 30 Sep 2018 13:51:25 +0200
changeset 9405 b530b5daae91
parent 9404 6329c07452b7
child 9406 4416c1a96400
mod_admin_adhoc: Ignore the very long lines at the end [luacheck]
plugins/mod_admin_adhoc.lua
--- a/plugins/mod_admin_adhoc.lua	Sun Sep 30 13:39:25 2018 +0200
+++ b/plugins/mod_admin_adhoc.lua	Sun Sep 30 13:51:25 2018 +0200
@@ -808,6 +808,7 @@
 	end
 end);
 
+-- luacheck: max_line_length 180
 
 local add_user_desc = adhoc_new("Add User", "http://jabber.org/protocol/admin#add-user", add_user_command_handler, "admin");
 local change_user_password_desc = adhoc_new("Change User Password", "http://jabber.org/protocol/admin#change-user-password", change_user_password_command_handler, "admin");