diff options
author | Kim Alvefur <zash@zash.se> | 2025-01-18 12:33:18 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2025-01-18 12:33:18 +0100 |
commit | 9db7569abca727451aab83480a54644810318948 (patch) | |
tree | 013f1f97e050992729b0e727895e937dd7217ba5 /.luacheckrc | |
parent | 059d6457e0a03a4990319a08924a0d9c71b82468 (diff) | |
download | prosody-9db7569abca727451aab83480a54644810318948.tar.gz prosody-9db7569abca727451aab83480a54644810318948.zip |
luacheck: Declare new config globals
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 4 |
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" }; } |