fix(ci): more luacats annotations

This commit is contained in:
Barrett Ruth 2025-09-15 18:35:35 -04:00
parent ffc35ff2b2
commit 75cdf3fbaa

View file

@ -148,7 +148,7 @@ local function run_single_test_case(ctx, contest_config, test_case)
} }
end end
---@param ctx table ---@param ctx ProblemContext
---@param state table ---@param state table
---@return boolean ---@return boolean
function M.load_test_cases(ctx, state) function M.load_test_cases(ctx, state)
@ -165,8 +165,8 @@ function M.load_test_cases(ctx, state)
return #test_cases > 0 return #test_cases > 0
end end
---@param ctx table ---@param ctx ProblemContext
---@param contest_config table ---@param contest_config ContestConfig
---@param index number ---@param index number
---@return boolean ---@return boolean
function M.run_test_case(ctx, contest_config, index) function M.run_test_case(ctx, contest_config, index)