aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 607db06d..41ae1495 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -94,3 +94,15 @@ files["plugins/"] = {
files["spec/"] = {
std = "+busted"
}
+files["prosody.cfg.lua"] = {
+ globals = {
+ "Host",
+ "host",
+ "VirtualHost",
+ "Component",
+ "component",
+ "Include",
+ "include",
+ "RunScript"
+ };
+}