aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-04-05 15:56:47 +0200
committerKim Alvefur <zash@zash.se>2018-04-05 15:56:47 +0200
commit5414788b5172d1221b63927d794228c1fff283c0 (patch)
tree27271ebd29b84117bdfed5a4faf7e365ccbcb164
parent2f6cd743bbd3310bf886e9a895f88817cf7d6a98 (diff)
downloadprosody-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--.luacheckrc1
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"] = {