Changeset

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
parents 8726:fbb6751dbe85
children 8728:41c959c5c84b
files .luacheckrc
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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;