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"}