util.termcolours: Silence luacheck warning
authorKim Alvefur <zash@zash.se>
Thu, 25 Feb 2016 21:33:40 +0000 (22:33 +0100)
committerKim Alvefur <zash@zash.se>
Thu, 25 Feb 2016 21:33:40 +0000 (22:33 +0100)
util/termcolours.lua

index a1c01aa58517aa79f3cb685aa9b3480b3079fcd7..e99294a42327f6b4420dabb3ff3854bce31995be 100644 (file)
@@ -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;