aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-03-04 20:09:28 +0100
committerKim Alvefur <zash@zash.se>2017-03-04 20:09:28 +0100
commit91d2b2518f3e3d047dc43f59db3f7025d29ab86c (patch)
treec6228dea80fc393abf6eaf11909eca109d0cd30e /.luacheckrc
parent31e05635fa945b69a730ea8858829df636e59153 (diff)
downloadprosody-91d2b2518f3e3d047dc43f59db3f7025d29ab86c.tar.gz
prosody-91d2b2518f3e3d047dc43f59db3f7025d29ab86c.zip
core: Allow select core modules to mutate some globals (needs luacheck 1.19)
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 4d7ae76e..0040cfbb 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -10,7 +10,8 @@ ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" }
max_line_length = 150
files["core/"] = {
- ignore = { "122/prosody", "122/hosts" };
+ read_globals = { "prosody", "hosts" };
+ globals = { "prosody.hosts.?", "hosts.?" };
}
files["plugins/"] = {
globals = { "module" };