util.logger: Silence luacheck warning
authorKim Alvefur <zash@zash.se>
Thu, 4 Feb 2016 15:40:32 +0000 (16:40 +0100)
committerKim Alvefur <zash@zash.se>
Thu, 4 Feb 2016 15:40:32 +0000 (16:40 +0100)
util/logger.lua

index 8010e8adda94cd1ec65e57d52b26faa481f047c0..e72b29bc05843987867a66c42526fefd1bb2527f 100644 (file)
@@ -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;