Diff

.luacheckrc @ 12296:49ebac8a5260

prosody: Expose main thread on the 'prosody' global To allow running things in it.
author Kim Alvefur <zash@zash.se>
date Wed, 06 Oct 2021 14:49:26 +0200
parent 12002:cbed7d8d8f35
child 12298:cb459f8fa740
line wrap: on
line diff
--- a/.luacheckrc	Tue Jan 01 16:43:49 2019 +0100
+++ b/.luacheckrc	Wed Oct 06 14:49:26 2021 +0200
@@ -12,6 +12,9 @@
 files["prosody"] = {
 	allow_defined_top = true;
 	module = true;
+	globals = {
+		"prosody";
+	}
 }
 files["prosodyctl"] = {
 	allow_defined_top = true;