.luacheckrc: Whitelist import() global function
authorMatthew Wild <mwild1@gmail.com>
Thu, 10 Dec 2015 17:58:52 +0000 (17:58 +0000)
committerMatthew Wild <mwild1@gmail.com>
Thu, 10 Dec 2015 17:58:52 +0000 (17:58 +0000)
.luacheckrc

index bcce11552a84e912d3e8a75c6a75dada9d406195..590f9c3718fb6625e12e096dcba5e33249b82efb 100644 (file)
@@ -1,5 +1,5 @@
 cache = true
-read_globals = { "prosody", "hosts" }
+read_globals = { "prosody", "hosts", "import" }
 globals = { "_M" }
 allow_defined_top = true
 module = true