aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-07-16 19:49:12 +0200
committerKim Alvefur <zash@zash.se>2023-07-16 19:49:12 +0200
commit3c4dc9a7545791bb70f3a542eac910e6487e4ba4 (patch)
treeff96eeec5cc8df58ed0cc0dd9c76cad8d750efb2 /.luacheckrc
parent924064a30ad560e9aecc2d5e3b72f6a4a85b40ae (diff)
downloadprosody-3c4dc9a7545791bb70f3a542eac910e6487e4ba4.tar.gz
prosody-3c4dc9a7545791bb70f3a542eac910e6487e4ba4.zip
core.moduleapi: Add :get_option_period for parsing time intervals
E.g. for use in mod_mam and others that take an amount of time before some (usually cleanup) action is taken.
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 473015d8..9d89fbe6 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -77,6 +77,7 @@ files["plugins/"] = {
"module.get_option_inherited_set",
"module.get_option_number",
"module.get_option_path",
+ "module.get_option_period",
"module.get_option_scalar",
"module.get_option_set",
"module.get_option_string",