luacheck: Declare new config globals

This commit is contained in:
Kim Alvefur 2025-01-18 12:33:18 +01:00
parent 059d6457e0
commit 9db7569abc

View file

@ -141,6 +141,10 @@ files["prosody.cfg.lua"] = {
"component", "component",
"Include", "Include",
"include", "include",
"FileContents",
"FileLine",
"FileLines",
"Credential",
"RunScript" "RunScript"
}; };
} }