Changeset

8716:2f3b08ad9b8a

luacheckrc: Forget about _G.hosts, things should use _G.prosody.hosts
author Kim Alvefur <zash@zash.se>
date Thu, 29 Mar 2018 16:42:24 +0200
parents 8715:25d8d6091ec3
children 8717:9ddd0fbbe53a
files .luacheckrc
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.luacheckrc	Thu Mar 29 16:38:35 2018 +0200
+++ b/.luacheckrc	Thu Mar 29 16:42:24 2018 +0200
@@ -7,7 +7,6 @@
 
 read_globals = {
 	"prosody",
-	"hosts",
 	"import",
 	"server",
 };
@@ -22,7 +21,6 @@
 files["core/"] = {
 	globals = {
 		"prosody.hosts.?",
-		"hosts.?",
 	};
 }
 files["util/"] = {