diff options
-rw-r--r-- | .luacheckrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc index 8b1afa42..91face3f 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -23,7 +23,6 @@ files["plugins/"] = { "module.event_handlers", "module.reloading", "module.saved_state", - "module.environment", "module.global", "module.path", @@ -87,6 +86,7 @@ files["plugins/"] = { "module.save", "module.restore", "module.command", + "module.environment", }; } files["tests/"] = { |