aboutsummaryrefslogtreecommitdiffstats
path: root/util/termcolours.lua
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
commit403402d40c366f5f320138cbbec011f3121bd086 (patch)
treeb927504f36fd0ab2bece7eb4fac5c9679cd4d274 /util/termcolours.lua
parentc414d27829b3dec37e804359121c0dc82c443d9d (diff)
downloadprosody-403402d40c366f5f320138cbbec011f3121bd086.tar.gz
prosody-403402d40c366f5f320138cbbec011f3121bd086.zip
util.termcolours: Silence luacheck warning
Diffstat (limited to 'util/termcolours.lua')
-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;