aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2015-12-10 17:58:52 +0000
committerMatthew Wild <mwild1@gmail.com>2015-12-10 17:58:52 +0000
commit411adde53618a64bfbe87946f7a56111617feb6f (patch)
treeb2b9087f67edb43a722de8136aa88d5862d46d98
parentc028aceb9f3bda3ad8f46dada4a7e38381ee60f2 (diff)
downloadprosody-411adde53618a64bfbe87946f7a56111617feb6f.tar.gz
prosody-411adde53618a64bfbe87946f7a56111617feb6f.zip
.luacheckrc: Whitelist import() global function
-rw-r--r--.luacheckrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index bcce1155..590f9c37 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -1,5 +1,5 @@
cache = true
-read_globals = { "prosody", "hosts" }
+read_globals = { "prosody", "hosts", "import" }
globals = { "_M" }
allow_defined_top = true
module = true