From: daurnimator Date: Fri, 27 Jan 2017 01:48:51 +0000 (+1100) Subject: luatz/tzfile: Add luacheck annotation X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/414b3f2c8793286885e3b999a3911f3b6def630c?ds=sidebyside luatz/tzfile: Add luacheck annotation --- diff --git a/luatz/tzfile.lua b/luatz/tzfile.lua index ec10bc0..9603cfc 100644 --- a/luatz/tzfile.lua +++ b/luatz/tzfile.lua @@ -98,7 +98,7 @@ local function read_tz ( fd ) local abbreviations = assert ( fd:read ( tzh_charcnt ) ) - local leap_seconds = { } + local leap_seconds = { } -- luacheck: ignore 241 for i=1, tzh_leapcnt do leap_seconds [ i ] = { offset = assert ( read_int32be ( fd ) ) ;