changeset 2906:d9603b555be2

luacheckrc: Forget about the _M global
author Kim Alvefur <zash@zash.se>
date Wed, 07 Mar 2018 18:15:31 +0100
parents b63f236a378f
children 776017c92076
files .luacheckrc
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.luacheckrc	Wed Mar 07 18:11:50 2018 +0100
+++ b/.luacheckrc	Wed Mar 07 18:15:31 2018 +0100
@@ -69,8 +69,6 @@
 	"module.http_url",
 }
 globals = {
-	"_M",
-
 	-- Methods that can be set on module API
 	"module.unload",
 	"module.add_host",