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 | 9409b787dc7d6602836f43eeafee772b79afe6a4 (patch) | |
tree | b2b9087f67edb43a722de8136aa88d5862d46d98 | |
parent | ed3b57fd194ee4eebfccf5f09e3ac55011eda5a1 (diff) | |
download | prosody-9409b787dc7d6602836f43eeafee772b79afe6a4.tar.gz prosody-9409b787dc7d6602836f43eeafee772b79afe6a4.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 |