# HG changeset patch # User Kim Alvefur # Date 1709748731 -3600 # Node ID 3347ed1014b8e965739271517eec42eb4f035cf6 # Parent e9ab660b9c5f8675ed3c626ec90bcbeaffccfe2a mod_pubsub: Ignore shadowed variable [luacheck] diff -r e9ab660b9c5f -r 3347ed1014b8 plugins/mod_pubsub/mod_pubsub.lua --- a/plugins/mod_pubsub/mod_pubsub.lua Wed Mar 06 17:38:21 2024 +0000 +++ b/plugins/mod_pubsub/mod_pubsub.lua Wed Mar 06 19:12:11 2024 +0100 @@ -282,6 +282,7 @@ host_selector = "service_jid"; handler = function (self, service_jid) --luacheck: ignore 212/self + -- luacheck: ignore 431/service local service = get_service(service_jid); local nodes = select(2, assert(service:get_nodes(true))); local count = 0;