luacheck suppression attempt

This commit is contained in:
Mikayla Fischler 2023-05-05 13:15:17 -04:00
parent 464451c378
commit 7e33f22577

View File

@ -168,6 +168,7 @@ function element.new(args)
self.bounds.y2 = self.position.y + f.h - 1
end
-- luacheck: push ignore
---@diagnostic disable: unused-local, unused-vararg
-- handle a mouse event
@ -224,6 +225,7 @@ function element.new(args)
function protected.resize(...)
end
-- luacheck: pop
---@diagnostic enable: unused-local, unused-vararg
-- start animations