aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-10-15 16:43:14 +0200
committerKim Alvefur <zash@zash.se>2023-10-15 16:43:14 +0200
commit33657b4001c5ac339157a749524076a7cdc6fade (patch)
tree8c6b37ddf28a92e73aabc37cf91fbdc8434d7296 /.luacheckrc
parentda4111b9974ee92c405e23d17d996d336e881bf6 (diff)
downloadprosody-33657b4001c5ac339157a749524076a7cdc6fade.tar.gz
prosody-33657b4001c5ac339157a749524076a7cdc6fade.zip
lint: Teach luacheck about module:once
Silence warning for using this introduced in 9c62ffbdf2ae
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 7aaade08..59a7d8ea 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -94,6 +94,7 @@ files["plugins/"] = {
"module.may",
"module.measure",
"module.metric",
+ "module.once",
"module.open_store",
"module.provides",
"module.remove_item",