aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-02-04 16:40:32 +0100
committerKim Alvefur <zash@zash.se>2016-02-04 16:40:32 +0100
commite5b1487eeb3f604dc1ea54a83d62e6f81f61b2c1 (patch)
treee3ae826a7138f0f1402429de95ea22c839d8eb33
parent5dc7e5810d1940de1b90f5451946cc61d165750d (diff)
downloadprosody-e5b1487eeb3f604dc1ea54a83d62e6f81f61b2c1.tar.gz
prosody-e5b1487eeb3f604dc1ea54a83d62e6f81f61b2c1.zip
util.logger: Silence luacheck warning
-rw-r--r--util/logger.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/logger.lua b/util/logger.lua
index 8010e8ad..e72b29bc 100644
--- a/util/logger.lua
+++ b/util/logger.lua
@@ -5,6 +5,7 @@
-- This project is MIT/X11 licensed. Please see the
-- COPYING file in the source package for more information.
--
+-- luacheck: ignore 213/level
local pairs = pairs;