aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-03-29 16:42:24 +0200
committerKim Alvefur <zash@zash.se>2018-03-29 16:42:24 +0200
commit8760f89c36fa2e16c730b267bcaee8999bdbd9b5 (patch)
tree7ca58d6764400c4c98babb0b9c183869998f3e65 /.luacheckrc
parent585601be4ba63eaeff974400ad030c746412b890 (diff)
downloadprosody-8760f89c36fa2e16c730b267bcaee8999bdbd9b5.tar.gz
prosody-8760f89c36fa2e16c730b267bcaee8999bdbd9b5.zip
luacheckrc: Forget about _G.hosts, things should use _G.prosody.hosts
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 661072f3..44019c81 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -7,7 +7,6 @@ max_line_length = 150
read_globals = {
"prosody",
- "hosts",
"import",
"server",
};
@@ -22,7 +21,6 @@ files["prosodyctl"] = {
files["core/"] = {
globals = {
"prosody.hosts.?",
- "hosts.?",
};
}
files["util/"] = {