luacheck fixes continued

This commit is contained in:
Mikayla Fischler
2023-05-05 14:04:28 -04:00
parent b2e21cb6d9
commit 30ba8bdccf
3 changed files with 6 additions and 6 deletions

View File

@@ -18,14 +18,14 @@ local iocontrol = {}
---@class ioctl
local io = {}
-- luacheck push ignore success
-- luacheck no unused args
-- placeholder acknowledge function for type hinting
---@param success boolean
---@diagnostic disable-next-line: unused-local
local function __generic_ack(success) end
-- luacheck pop
-- luacheck unused args
-- initialize the coordinator IO controller
---@param conf facility_conf configuration