luacheck fixes

This commit is contained in:
Mikayla Fischler
2023-05-05 14:02:25 -04:00
parent 8064b33a36
commit b2e21cb6d9
7 changed files with 12 additions and 12 deletions

View File

@ -113,7 +113,7 @@ end
---@return table lines
function util.strwrap(str, limit) return cc_strings.wrap(str, limit) end
-- luacheck push no unused varargs
-- luacheck push no unused args
-- concatenation with built-in to string
---@nodiscard