Changeset

7131:ea3eea291321

util.logger: Silence luacheck warning
author Kim Alvefur <zash@zash.se>
date Thu, 04 Feb 2016 16:40:32 +0100
parents 7130:2b48ce0bfe7d
children 7132:3868d231c2c5
files util/logger.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;