mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 07:59:02 +08:00
sorbet: Update RBI files.
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sorbet.yml) workflow.
This commit is contained in:
parent
b631179579
commit
cc930ca089
@ -5,14 +5,4 @@
|
|||||||
# Please instead update this file by running `bin/tapioca dsl RuboCop::Cop::FormulaAudit::Text`.
|
# Please instead update this file by running `bin/tapioca dsl RuboCop::Cop::FormulaAudit::Text`.
|
||||||
|
|
||||||
|
|
||||||
class RuboCop::Cop::FormulaAudit::Text
|
class RuboCop::Cop::FormulaAudit::Text; end
|
||||||
sig do
|
|
||||||
params(
|
|
||||||
node: RuboCop::AST::Node,
|
|
||||||
pattern: T.any(String, Symbol),
|
|
||||||
kwargs: T.untyped,
|
|
||||||
block: T.untyped
|
|
||||||
).returns(T.untyped)
|
|
||||||
end
|
|
||||||
def prefix_path(node, *pattern, **kwargs, &block); end
|
|
||||||
end
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user