fix(ci): selene lint
This commit is contained in:
parent
62eab3df2d
commit
8df8c16a72
4 changed files with 4 additions and 6 deletions
|
|
@ -86,7 +86,7 @@ end
|
|||
---@param input_file string
|
||||
---@param expected_file string
|
||||
---@return TestCase[]
|
||||
local function parse_test_cases_from_files(input_file, expected_file)
|
||||
local function parse_test_cases_from_files(input_file, _)
|
||||
local base_name = vim.fn.fnamemodify(input_file, ':r')
|
||||
local test_cases = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue