# HG changeset patch # User Kim Alvefur # Date 1520442710 -3600 # Node ID b63f236a378f8a9b92bac8fd77c5dc13444079ba # Parent 788f3616e6a029cec4843491e4d3b65177688817 luacheckrc: Assign module.environment to section for writable globals diff -r 788f3616e6a0 -r b63f236a378f .luacheckrc --- a/.luacheckrc Wed Mar 07 18:11:08 2018 +0100 +++ b/.luacheckrc Wed Mar 07 18:11:50 2018 +0100 @@ -16,7 +16,6 @@ "module.event_handlers", "module.reloading", "module.saved_state", - "module.environment", "module.global", "module.path", @@ -80,4 +79,5 @@ "module.save", "module.restore", "module.command", + "module.environment", }