diff options
author | Kim Alvefur <zash@zash.se> | 2018-03-10 00:08:21 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-03-10 00:08:21 +0100 |
commit | 0417cdaae2f27a069f3ee6380a90f066599ec881 (patch) | |
tree | d88183ca173c900f4603206b675a2514eeaa5dff | |
parent | d57f649578c6311492fa714ee5d08617e2678ff8 (diff) | |
download | prosody-0417cdaae2f27a069f3ee6380a90f066599ec881.tar.gz prosody-0417cdaae2f27a069f3ee6380a90f066599ec881.zip |
luacheckrc: Ignore all unknown globals in config file (ie all settings)
-rw-r--r-- | .luacheckrc | 1 |
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", |