diff options
author | Matthew Wild <mwild1@gmail.com> | 2015-12-10 17:58:52 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2015-12-10 17:58:52 +0000 |
commit | 411adde53618a64bfbe87946f7a56111617feb6f (patch) | |
tree | b2b9087f67edb43a722de8136aa88d5862d46d98 | |
parent | c028aceb9f3bda3ad8f46dada4a7e38381ee60f2 (diff) | |
download | prosody-411adde53618a64bfbe87946f7a56111617feb6f.tar.gz prosody-411adde53618a64bfbe87946f7a56111617feb6f.zip |
.luacheckrc: Whitelist import() global function
-rw-r--r-- | .luacheckrc | 2 |
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 |