From 40e19dbc37b8b873d8c6ce69a1440755e6878399 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Sat, 4 Mar 2017 23:30:26 -0800 Subject: [PATCH] ci(fix): ignore 631 warnings from luacheck --- .luacheckrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.luacheckrc b/.luacheckrc index 694ccc435..92febd149 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -98,3 +98,6 @@ read_globals = { exclude_files = { "frontend/luxl.lua", } + +-- TODO: clean up and enforce max line width (631) +ignore = {"631"}