Update RBI files for sorbet.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
parent
c1b2ef4df6
commit
ed9cf4eec1
@ -31,14 +31,4 @@ class RuboCop::Cop::FormulaAudit::Miscellaneous
|
|||||||
|
|
||||||
sig { params(node: RuboCop::AST::Node, kwargs: T.untyped, block: T.untyped).returns(T.untyped) }
|
sig { params(node: RuboCop::AST::Node, kwargs: T.untyped, block: T.untyped).returns(T.untyped) }
|
||||||
def hash_dep(node, **kwargs, &block); end
|
def hash_dep(node, **kwargs, &block); end
|
||||||
|
|
||||||
sig do
|
|
||||||
params(
|
|
||||||
node: RuboCop::AST::Node,
|
|
||||||
pattern: T.any(String, Symbol),
|
|
||||||
kwargs: T.untyped,
|
|
||||||
block: T.untyped
|
|
||||||
).returns(T::Boolean)
|
|
||||||
end
|
|
||||||
def languageNodeModule?(node, *pattern, **kwargs, &block); end
|
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user