From 14f5606da9c3d220ecea41c0ed6563fe4b287677 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 13 Jun 2017 20:13:09 +0200 Subject: mod_posix: Ignore currently unused argument [luacheck] --- plugins/mod_posix.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/mod_posix.lua b/plugins/mod_posix.lua index 9c1dff3d..32fc27bc 100644 --- a/plugins/mod_posix.lua +++ b/plugins/mod_posix.lua @@ -113,7 +113,7 @@ local function write_pidfile() end local syslog_opened; -function syslog_sink_maker(config) +function syslog_sink_maker(config) -- luacheck: ignore 212/config if not syslog_opened then pposix.syslog_open("prosody", module:get_option_string("syslog_facility")); syslog_opened = true; -- cgit v1.2.3