.luacheckrc
changeset 8560 28f9b8a5d9cb
parent 8536 66cdf5c7af85
child 8570 93695bb1f0e7
--- a/.luacheckrc	Wed Feb 28 20:17:21 2018 +0100
+++ b/.luacheckrc	Thu Mar 01 21:58:50 2018 +0100
@@ -94,3 +94,15 @@
 files["spec/"] = {
 	std = "+busted"
 }
+files["prosody.cfg.lua"] = {
+	globals = { 
+		"Host",
+		"host",
+		"VirtualHost",
+		"Component",
+		"component",
+		"Include",
+		"include",
+		"RunScript"
+	};
+}