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 2a98d56 commit ab4f769Copy full SHA for ab4f769
lua/nvim-tree/class.lua
@@ -39,7 +39,7 @@ end
39
40
-- avoid unused param warnings in abstract methods
41
---@param ... any
42
-function Class:nop(...)
+function Class:nop(...) --luacheck: ignore 212
43
end
44
45
return Class
0 commit comments