We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2d11f commit 8ecfcd0Copy full SHA for 8ecfcd0
lua/nvim-tree/actions/tree/modifiers/expand.lua
@@ -40,10 +40,10 @@ local function limit_folder_discovery(should_descend)
40
end
41
42
43
----@param expansion_count integer
+---@param _ integer expansion_count
44
---@param node Node
45
---@return boolean
46
-local function descend_until_empty(expansion_count, node) --luacheck: ignore 212
+local function descend_until_empty(_, node)
47
48
local dir = node:as(DirectoryNode)
49
if not dir then
0 commit comments