ci(fix): ignore 631 warnings from luacheck

This commit is contained in:
Qingping Hou
2017-03-04 23:30:26 -08:00
committed by Frans de Jonge
parent b4462da1b6
commit 40e19dbc37

View File

@@ -98,3 +98,6 @@ read_globals = {
exclude_files = {
"frontend/luxl.lua",
}
-- TODO: clean up and enforce max line width (631)
ignore = {"631"}