some luacheck fixes

This commit is contained in:
Mikayla Fischler
2023-05-05 13:55:14 -04:00
parent 7e33f22577
commit 8064b33a36
5 changed files with 11 additions and 9 deletions

View File

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