Software /
code /
prosody
Diff
util/termcolours.lua @ 7198:48d167f652ad
util.termcolours: Silence luacheck warning
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 25 Feb 2016 22:33:40 +0100 |
parent | 6777:5de6b93d0190 |
child | 7199:5846e0bca4ff |
line wrap: on
line diff
--- 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;