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
commit0417cdaae2f27a069f3ee6380a90f066599ec881 (patch)
treed88183ca173c900f4603206b675a2514eeaa5dff /.luacheckrc
parentd57f649578c6311492fa714ee5d08617e2678ff8 (diff)
downloadprosody-0417cdaae2f27a069f3ee6380a90f066599ec881.tar.gz
prosody-0417cdaae2f27a069f3ee6380a90f066599ec881.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",