aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-02-25 22:33:40 +0100
committerKim Alvefur <zash@zash.se>2016-02-25 22:33:40 +0100
commit73a51150e034bb2257b88bd82b54fa786e4d32d9 (patch)
treeb927504f36fd0ab2bece7eb4fac5c9679cd4d274
parent7541fc06b17202b5cc55086094cc6a2ff2da3772 (diff)
downloadprosody-73a51150e034bb2257b88bd82b54fa786e4d32d9.tar.gz
prosody-73a51150e034bb2257b88bd82b54fa786e4d32d9.zip
util.termcolours: Silence luacheck warning
-rw-r--r--util/termcolours.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/termcolours.lua b/util/termcolours.lua
index a1c01aa5..e99294a4 100644
--- a/util/termcolours.lua
+++ b/util/termcolours.lua
@@ -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;