aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-12-03 09:05:41 +0100
committerKim Alvefur <zash@zash.se>2021-12-03 09:05:41 +0100
commit8aa16eaec0ad9d66d3da9b453bf9159f8446ff2a (patch)
tree9f4bd9460d7e32aa0dcb8c21a3b9c354d9040797 /.luacheckrc
parentd6070eea1ff8629f8bd71578ea4288e552b9e2db (diff)
downloadprosody-8aa16eaec0ad9d66d3da9b453bf9159f8446ff2a.tar.gz
prosody-8aa16eaec0ad9d66d3da9b453bf9159f8446ff2a.zip
mod_cron: Add a 'weekly' job frequency
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 21191a4e..19942f9b 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -52,6 +52,7 @@ files["plugins/"] = {
"module.add_identity",
"module.add_item",
"module.add_timer",
+ "module.weekly",
"module.daily",
"module.hourly",
"module.broadcast",