aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2025-01-10 12:34:29 +0100
committerKim Alvefur <zash@zash.se>2025-01-10 12:34:29 +0100
commitdc80c46504718a166cb060d67310e57ab43a10b0 (patch)
tree80bbe7e14b5ab718e8de99d818d4acad2f83bbe8 /.luacheckrc
parentdadd754f74eb69ded5b070478e05beb89476a834 (diff)
downloadprosody-dc80c46504718a166cb060d67310e57ab43a10b0.tar.gz
prosody-dc80c46504718a166cb060d67310e57ab43a10b0.zip
luacheckrc: Add module.ready()HEADorigin/mastermaster
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 84a52243..00fb61b0 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -116,6 +116,7 @@ files["plugins/"] = {
};
globals = {
-- Methods that can be set on module API
+ "module.ready",
"module.unload",
"module.add_host",
"module.load",