mod_admin_adhoc: Ignore the very long lines at the end [luacheck]

This commit is contained in:
Kim Alvefur 2018-09-30 13:51:25 +02:00
parent c9a15744fe
commit bcb7076e7c

View file

@ -808,6 +808,7 @@ local deactivate_host_handler = adhoc_simple(deactivate_host_layout, function(fi
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");