diff options
Diffstat (limited to '.luacheckrc')
-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", |