From 55614ba97d2b9e40c7e77c503102b8abca02256c Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Tue, 25 Jul 2017 23:03:43 +0200 Subject: db: set luacheck to ignore too long line --- aports/db.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/aports/db.lua b/aports/db.lua index a087020..46e265b 100644 --- a/aports/db.lua +++ b/aports/db.lua @@ -87,6 +87,7 @@ local function apkbuilds_open(aportsdir, repos) end local obj = {} + --luacheck: ignore 631 (line is too long) obj.handle = io.popen(". "..abuild.functions..";"..[[ for i in ]]..str..[[; do pkgname= -- cgit v1.2.3