possible luacheck fixes
This commit is contained in:
@@ -166,7 +166,7 @@ function unit_session.new(session_id, unit_id, advert, out_queue, log_tag, txn_t
|
||||
|
||||
-- PUBLIC TEMPLATE FUNCTIONS --
|
||||
|
||||
-- luacheck no unused args
|
||||
-- luacheck: no unused args
|
||||
|
||||
-- handle a packet
|
||||
---@param m_pkt modbus_frame
|
||||
@@ -182,7 +182,7 @@ function unit_session.new(session_id, unit_id, advert, out_queue, log_tag, txn_t
|
||||
log.debug("template unit_session.update() called", true)
|
||||
end
|
||||
|
||||
-- luacheck unused args
|
||||
-- luacheck: unused args
|
||||
|
||||
-- invalidate build cache
|
||||
function public.invalidate_cache()
|
||||
|
||||
Reference in New Issue
Block a user