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 | 5414788b5172d1221b63927d794228c1fff283c0 (patch) | |
tree | 27271ebd29b84117bdfed5a4faf7e365ccbcb164 | |
parent | 2f6cd743bbd3310bf886e9a895f88817cf7d6a98 (diff) | |
download | prosody-5414788b5172d1221b63927d794228c1fff283c0.tar.gz prosody-5414788b5172d1221b63927d794228c1fff283c0.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"] = { |