Diff

.luacheckrc @ 6986:6aae14b079d0

.luacheckrc: Whitelist import() global function
author Matthew Wild <mwild1@gmail.com>
date Thu, 10 Dec 2015 17:58:52 +0000
parent 6790:e2cd5848c650
child 7476:42d8955be784
line wrap: on
line diff
--- a/.luacheckrc	Thu Dec 10 13:33:14 2015 +0000
+++ b/.luacheckrc	Thu Dec 10 17:58:52 2015 +0000
@@ -1,5 +1,5 @@
 cache = true
-read_globals = { "prosody", "hosts" }
+read_globals = { "prosody", "hosts", "import" }
 globals = { "_M" }
 allow_defined_top = true
 module = true