# HG changeset patch
# User Matthew Wild <mwild1@gmail.com>
# Date 1449770332 0
# Node ID 6aae14b079d0b57c4b3c026cf2c42cb9956e0c23
# Parent  a2e1f5ebdb53c2fb597704c1a5958d285e4d0112
.luacheckrc: Whitelist import() global function

diff -r a2e1f5ebdb53 -r 6aae14b079d0 .luacheckrc
--- 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