From 0417cdaae2f27a069f3ee6380a90f066599ec881 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 10 Mar 2018 00:08:21 +0100 Subject: luacheckrc: Ignore all unknown globals in config file (ie all settings) --- .luacheckrc | 1 + 1 file changed, 1 insertion(+) (limited to '.luacheckrc') 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", -- cgit v1.2.3