Changeset

6986:6aae14b079d0

.luacheckrc: Whitelist import() global function
author Matthew Wild <mwild1@gmail.com>
date Thu, 10 Dec 2015 17:58:52 +0000
parents 6985:a2e1f5ebdb53
children 6987:06696882d972
files .luacheckrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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