Diff

.luacheckrc @ 7874:de3c6fb74759

Merge 0.10->trunk
author Kim Alvefur <zash@zash.se>
date Sat, 28 Jan 2017 21:39:14 +0100
parent 7872:3105d35cc2c2
child 7948:ed99a8e3c260
line wrap: on
line diff
--- a/.luacheckrc	Fri Jan 27 12:23:19 2017 +0100
+++ b/.luacheckrc	Sat Jan 28 21:39:14 2017 +0100
@@ -7,6 +7,9 @@
 codes = true
 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" }
 
+files["core/"] = {
+	ignore = { "122/prosody", "122/hosts" };
+}
 files["plugins/"] = {
 	globals = { "module" };
 }