diff options
author | Kim Alvefur <zash@zash.se> | 2025-01-10 12:34:29 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2025-01-10 12:34:29 +0100 |
commit | dc80c46504718a166cb060d67310e57ab43a10b0 (patch) | |
tree | 80bbe7e14b5ab718e8de99d818d4acad2f83bbe8 /.luacheckrc | |
parent | dadd754f74eb69ded5b070478e05beb89476a834 (diff) | |
download | prosody-dc80c46504718a166cb060d67310e57ab43a10b0.tar.gz prosody-dc80c46504718a166cb060d67310e57ab43a10b0.zip |
luacheckrc: Add module.ready()HEADorigin/mastermaster
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
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", |