From 75cdf3fbaa814389d3a1fd6b3159a1f338cf0620 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 15 Sep 2025 18:35:35 -0400 Subject: [PATCH] fix(ci): more luacats annotations --- lua/cp/test.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/cp/test.lua b/lua/cp/test.lua index 8bbfa53..7333dda 100644 --- a/lua/cp/test.lua +++ b/lua/cp/test.lua @@ -148,7 +148,7 @@ local function run_single_test_case(ctx, contest_config, test_case) } end ----@param ctx table +---@param ctx ProblemContext ---@param state table ---@return boolean function M.load_test_cases(ctx, state) @@ -165,8 +165,8 @@ function M.load_test_cases(ctx, state) return #test_cases > 0 end ----@param ctx table ----@param contest_config table +---@param ctx ProblemContext +---@param contest_config ContestConfig ---@param index number ---@return boolean function M.run_test_case(ctx, contest_config, index)