aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-04-02 22:26:52 +0200
committerKim Alvefur <zash@zash.se>2017-04-02 22:26:52 +0200
commit879f2148f684a9e234dc042e45e7fd49f376ac2d (patch)
tree5e562b7d2e59369a96b87d0bec14e96c25897e10 /.luacheckrc
parent88a828de4d502eec14ed4bc71e648af83e947db5 (diff)
downloadprosody-879f2148f684a9e234dc042e45e7fd49f376ac2d.tar.gz
prosody-879f2148f684a9e234dc042e45e7fd49f376ac2d.zip
luacheckrc: Declare module.environment as writable (thanks Link Mauve)
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc2
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/"] = {