luacheckrc: Declare module.environment as writable (thanks Link Mauve)

remotes/origin/0.11
Kim Alvefur 9 years ago
parent 863f155efb
commit bf96691bcc
  1. 2
      .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/"] = {

Loading…
Cancel
Save