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

This commit is contained in:
Kim Alvefur 2017-04-02 22:26:52 +02:00
parent 863f155efb
commit bf96691bcc

View file

@ -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/"] = {