util.termcolours: Silence luacheck warning
authorKim Alvefur <zash@zash.se>
Thu, 25 Feb 2016 22:33:40 +0100
changeset 7201 48d167f652ad
parent 7200 ff514c1b1c27
child 7202 5846e0bca4ff
util.termcolours: Silence luacheck warning
util/termcolours.lua
--- a/util/termcolours.lua	Thu Feb 25 22:32:13 2016 +0100
+++ b/util/termcolours.lua	Thu Feb 25 22:33:40 2016 +0100
@@ -5,6 +5,8 @@
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
 --
+--
+-- luacheck: ignore 213/i
 
 
 local t_concat, t_insert = table.concat, table.insert;