Diff

.luacheckrc @ 8727:285075a27f28

luacheckrc: No longer ignore use of the global 'server' (net.server)
author Kim Alvefur <zash@zash.se>
date Thu, 05 Apr 2018 19:37:32 +0200
parent 8716:2f3b08ad9b8a
child 8799:7324a2fe755a
line wrap: on
line diff
--- a/.luacheckrc	Thu Apr 05 19:34:51 2018 +0200
+++ b/.luacheckrc	Thu Apr 05 19:37:32 2018 +0200
@@ -8,7 +8,6 @@
 read_globals = {
 	"prosody",
 	"import",
-	"server",
 };
 files["prosody"] = {
 	allow_defined_top = true;