util.logger: Silence luacheck warning
authorKim Alvefur <zash@zash.se>
Thu, 04 Feb 2016 16:40:32 +0100
changeset 7134 ea3eea291321
parent 7133 2b48ce0bfe7d
child 7135 3868d231c2c5
util.logger: Silence luacheck warning
util/logger.lua
--- a/util/logger.lua	Thu Feb 04 16:38:56 2016 +0100
+++ b/util/logger.lua	Thu Feb 04 16:40:32 2016 +0100
@@ -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;