aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2025-01-10 12:32:29 +0100
committerKim Alvefur <zash@zash.se>2025-01-10 12:32:29 +0100
commitdadd754f74eb69ded5b070478e05beb89476a834 (patch)
tree1d4989e1dba9b1d81f8e48a3394aa1b805775f13 /.luacheckrc
parentea7bf939d54d3654ea95e878f11873fda9b1eba2 (diff)
downloadprosody-dadd754f74eb69ded5b070478e05beb89476a834.tar.gz
prosody-dadd754f74eb69ded5b070478e05beb89476a834.zip
luacheckrc: Reorder module API methods for consistency with prosody-modules
Makes it easier to keep them in sync when the diff is smaller
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 90e18ce5..84a52243 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -62,9 +62,9 @@ files["plugins/"] = {
"module.broadcast",
"module.context",
"module.could",
- "module.depends",
"module.default_permission",
"module.default_permissions",
+ "module.depends",
"module.fire_event",
"module.get_directory",
"module.get_host",