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
commit9ce110e603b5b9077252f35002d48e1d8c53897f (patch)
tree7ca58d6764400c4c98babb0b9c183869998f3e65 /.luacheckrc
parent38a5e6ec34d6d9b66f71a95bfe0e7d33f0dc6183 (diff)
downloadprosody-9ce110e603b5b9077252f35002d48e1d8c53897f.tar.gz
prosody-9ce110e603b5b9077252f35002d48e1d8c53897f.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/"] = {