diff options
author | Matthew Wild <mwild1@gmail.com> | 2015-12-10 18:58:30 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2015-12-10 18:58:30 +0000 |
commit | 499d239662bfc5d663335626664adb0500efa5bc (patch) | |
tree | 6abe7e628961f73a7f0a5b15d5715ded3345a77a /.luacheckrc | |
parent | 60a27e378108dfaf2cfec678eaed357f79ced051 (diff) | |
parent | 47fd3f55f22d92f1fa2d25097545a6b4a17d3564 (diff) | |
download | prosody-499d239662bfc5d663335626664adb0500efa5bc.tar.gz prosody-499d239662bfc5d663335626664adb0500efa5bc.zip |
Merge 0.10->trunk
Diffstat (limited to '.luacheckrc')
-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 |