Diff

.luacheckrc @ 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
parent 8573:85e51205eef7
child 8674:55807a2f5d23
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",