diff options
-rw-r--r-- | .luacheckrc | 4 |
1 files changed, 0 insertions, 4 deletions
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", |