Ignore unused param warning
This commit is contained in:
parent
cc256800b8
commit
ba2d11fcd8
@ -43,7 +43,8 @@ end
|
|||||||
---@param expansion_count integer
|
---@param expansion_count integer
|
||||||
---@param node Node
|
---@param node Node
|
||||||
---@return boolean
|
---@return boolean
|
||||||
local function descend_until_empty(expansion_count, node)
|
local function descend_until_empty(expansion_count, node) --luacheck: ignore 212
|
||||||
|
|
||||||
local dir = node:as(DirectoryNode)
|
local dir = node:as(DirectoryNode)
|
||||||
if not dir then
|
if not dir then
|
||||||
return false
|
return false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user