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
commitbf96691bcc7ceeef346906259ebe901c09a6e876 (patch)
tree5e562b7d2e59369a96b87d0bec14e96c25897e10 /.luacheckrc
parent863f155efbaed606bd6d83bc052175e2d9bec2da (diff)
downloadprosody-bf96691bcc7ceeef346906259ebe901c09a6e876.tar.gz
prosody-bf96691bcc7ceeef346906259ebe901c09a6e876.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/"] = {