Changeset

8582:6a2366759974

luacheckrc: Ignore all unknown globals in config file (ie all settings)
author Kim Alvefur <zash@zash.se>
date Sat, 10 Mar 2018 00:08:21 +0100
parents 8581:f7c397935872
children 8583:9918f324a0be
files .luacheckrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.luacheckrc	Fri Mar 09 22:17:59 2018 +0100
+++ b/.luacheckrc	Sat Mar 10 00:08:21 2018 +0100
@@ -101,6 +101,7 @@
 	std = "+busted"
 }
 files["prosody.cfg.lua"] = {
+	ignore = { "131" };
 	globals = { 
 		"Host",
 		"host",