aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2025-01-18 12:33:18 +0100
committerKim Alvefur <zash@zash.se>2025-01-18 12:33:18 +0100
commit9db7569abca727451aab83480a54644810318948 (patch)
tree013f1f97e050992729b0e727895e937dd7217ba5 /.luacheckrc
parent059d6457e0a03a4990319a08924a0d9c71b82468 (diff)
downloadprosody-9db7569abca727451aab83480a54644810318948.tar.gz
prosody-9db7569abca727451aab83480a54644810318948.zip
luacheck: Declare new config globals
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 00fb61b0..09225d01 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -141,6 +141,10 @@ files["prosody.cfg.lua"] = {
"component",
"Include",
"include",
+ "FileContents",
+ "FileLine",
+ "FileLines",
+ "Credential",
"RunScript"
};
}