aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2019-03-19 09:07:36 +0000
committerMatthew Wild <mwild1@gmail.com>2019-03-19 09:07:36 +0000
commitd89b760be1cc44c166a587b8b32b67536c92c9d9 (patch)
treef0418e89319ee0ae1fdac3a302737716183eea93 /.luacheckrc
parentab545f19a339c76afe6d24912a79e05ee5f4d94c (diff)
downloadprosody-d89b760be1cc44c166a587b8b32b67536c92c9d9.tar.gz
prosody-d89b760be1cc44c166a587b8b32b67536c92c9d9.zip
.luacheckrc: Update to reflect new module API methods
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index b2fa7cdb..f0cb93a8 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -34,7 +34,6 @@ files["plugins/"] = {
"module.name",
"module.host",
"module._log",
- "module.log",
"module.event_handlers",
"module.reloading",
"module.saved_state",
@@ -65,12 +64,15 @@ files["plugins/"] = {
"module.get_option_scalar",
"module.get_option_set",
"module.get_option_string",
+ "module.get_status",
"module.handle_items",
"module.hook",
"module.hook_global",
"module.hook_object_event",
"module.hook_tag",
"module.load_resource",
+ "module.log",
+ "module.log_status",
"module.measure",
"module.measure_event",
"module.measure_global_event",
@@ -82,6 +84,7 @@ files["plugins/"] = {
"module.send",
"module.send_iq",
"module.set_global",
+ "module.set_status",
"module.shared",
"module.unhook",
"module.unhook_object_event",