# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1454600432 -3600
# Node ID ea3eea291321567a134d762d3ab5084ef974847a
# Parent  2b48ce0bfe7da7579f767b6c17c0bdb554211b97
util.logger: Silence luacheck warning

diff -r 2b48ce0bfe7d -r ea3eea291321 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;