mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 07:59:02 +08:00
Merge pull request #20247 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
This commit is contained in:
commit
23c491e5bc
@ -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