diff options
author | Matthew Wild <mwild1@gmail.com> | 2023-11-07 11:56:15 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2023-11-07 11:56:15 +0000 |
commit | b3e293118dd75826b31f3056841ad22d15e705c6 (patch) | |
tree | b9110ae21391b550bb9db0df4d616ae68188ed1b | |
parent | 1d1e2cdd9c7ad081106928018aeb97223354ec05 (diff) | |
download | prosody-b3e293118dd75826b31f3056841ad22d15e705c6.tar.gz prosody-b3e293118dd75826b31f3056841ad22d15e705c6.zip |
.luacheckrc: Add module:could()
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index 59a7d8ea..7614ec1d 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -61,6 +61,7 @@ files["plugins/"] = { "module.hourly", "module.broadcast", "module.context", + "module.could", "module.depends", "module.default_permission", "module.default_permissions", |