Changeset

12556:706375b75475

mod_mam: Silence luacheck (yay warnings in CI but not locally)
author Kim Alvefur <zash@zash.se>
date Tue, 14 Jun 2022 22:06:21 +0200
parents 12555:519e6403f455
children 12558:0f71106448af
files plugins/mod_mam/mod_mam.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_mam/mod_mam.lua	Tue Jun 14 22:03:02 2022 +0200
+++ b/plugins/mod_mam/mod_mam.lua	Tue Jun 14 22:06:21 2022 +0200
@@ -53,7 +53,7 @@
 end
 local use_total = module:get_option_boolean("mam_include_total", true);
 
-function schedule_cleanup(_username, _date)
+function schedule_cleanup(_username, _date) -- luacheck: ignore 212
 	-- Called to make a note of which users have messages on which days, which in
 	-- turn is used to optimize the message expiry routine.
 	--