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 88a828de4d
commit 879f2148f6

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