From 1dd3dc731f0cf4147a111ffc88d9d54752d0f51f Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 7 Mar 2018 19:20:31 +0100 Subject: luacheckrc: Remove allowance legacy module() related globals --- .luacheckrc | 4 ---- 1 file changed, 4 deletions(-) (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc index 25e422c6..8fbd0247 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,7 +1,5 @@ cache = true -globals = { "_M" } allow_defined_top = true -module = true unused_secondaries = false codes = true ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV", "431/log" } @@ -84,8 +82,6 @@ files["plugins/"] = { "module.wrap_object_event", }; globals = { - "_M", - -- Methods that can be set on module API "module.unload", "module.add_host", -- cgit v1.2.3