fix(ci): more luacats annotations
This commit is contained in:
parent
ffc35ff2b2
commit
75cdf3fbaa
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue