diff options
author | Kim Alvefur <zash@zash.se> | 2018-04-05 15:56:47 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-04-05 15:56:47 +0200 |
commit | 268c164b862feb1af000a4bd9be5d12174310a7a (patch) | |
tree | 27271ebd29b84117bdfed5a4faf7e365ccbcb164 | |
parent | b243e2fe18bd8d873f51c67397ccd2d2948be2aa (diff) | |
download | prosody-268c164b862feb1af000a4bd9be5d12174310a7a.tar.gz prosody-268c164b862feb1af000a4bd9be5d12174310a7a.zip |
luacheckrc: Remove allowance for the global log() since it may not exist as early as before
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc index cdaeeb36..661072f3 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -9,7 +9,6 @@ read_globals = { "prosody", "hosts", "import", - "log", "server", }; files["prosody"] = { |