diff options
author | Kim Alvefur <zash@zash.se> | 2018-03-23 13:16:14 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-03-23 13:16:14 +0100 |
commit | f0533e4d52e9971e2ff62e0fffd2415b9e0a498d (patch) | |
tree | 962de63a33d87faee7ff83398bdf2b54c38572f2 /.luacheckrc | |
parent | dad6f672946f5aec7e83c3c65546a6b041f3ab38 (diff) | |
download | prosody-f0533e4d52e9971e2ff62e0fffd2415b9e0a498d.tar.gz prosody-f0533e4d52e9971e2ff62e0fffd2415b9e0a498d.zip |
luacheckrc: Let luacheck know about the log and server globals
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index 978f12de..e8b3a5a4 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -9,6 +9,8 @@ read_globals = { "prosody", "hosts", "import", + "log", + "server", }; files["prosody"] = { allow_defined_top = true; |