diff options
author | Kim Alvefur <zash@zash.se> | 2018-03-29 16:42:24 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-03-29 16:42:24 +0200 |
commit | 8760f89c36fa2e16c730b267bcaee8999bdbd9b5 (patch) | |
tree | 7ca58d6764400c4c98babb0b9c183869998f3e65 /.luacheckrc | |
parent | 585601be4ba63eaeff974400ad030c746412b890 (diff) | |
download | prosody-8760f89c36fa2e16c730b267bcaee8999bdbd9b5.tar.gz prosody-8760f89c36fa2e16c730b267bcaee8999bdbd9b5.zip |
luacheckrc: Forget about _G.hosts, things should use _G.prosody.hosts
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 2 |
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/"] = { |