aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-03-10 00:08:21 +0100
committerKim Alvefur <zash@zash.se>2018-03-10 00:08:21 +0100
commit3bf7392fd843e689b165d796591fc15f14609976 (patch)
treed88183ca173c900f4603206b675a2514eeaa5dff /.luacheckrc
parent52eb5ec505e1ddafe167e3323697cb42c433fdfe (diff)
downloadprosody-3bf7392fd843e689b165d796591fc15f14609976.tar.gz
prosody-3bf7392fd843e689b165d796591fc15f14609976.zip
luacheckrc: Ignore all unknown globals in config file (ie all settings)
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
index c51cdfe5..2b90eebb 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -101,6 +101,7 @@ files["spec/"] = {
std = "+busted"
}
files["prosody.cfg.lua"] = {
+ ignore = { "131" };
globals = {
"Host",
"host",