Merge pull request #8582 from Homebrew/tapioca-update
sorbet: update RBI files using Tapioca.
This commit is contained in:
commit
2b3d1e7a52
@ -1,6 +1,6 @@
|
|||||||
# DO NOT EDIT MANUALLY
|
# DO NOT EDIT MANUALLY
|
||||||
# This is an autogenerated file for types exported from the `codecov` gem.
|
# This is an autogenerated file for types exported from the `codecov` gem.
|
||||||
# Please instead update this file by running `tapioca sync --exclude json`.
|
# Please instead update this file by running `tapioca sync`.
|
||||||
|
|
||||||
# typed: true
|
# typed: true
|
||||||
|
|
||||||
@ -1,7 +0,0 @@
|
|||||||
# DO NOT EDIT MANUALLY
|
|
||||||
# This is an autogenerated file for types exported from the `minitest` gem.
|
|
||||||
# Please instead update this file by running `tapioca generate --exclude json`.
|
|
||||||
|
|
||||||
# typed: true
|
|
||||||
|
|
||||||
|
|
||||||
8
Library/Homebrew/sorbet/rbi/gems/minitest@5.14.2.rbi
Normal file
8
Library/Homebrew/sorbet/rbi/gems/minitest@5.14.2.rbi
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# DO NOT EDIT MANUALLY
|
||||||
|
# This is an autogenerated file for types exported from the `minitest` gem.
|
||||||
|
# Please instead update this file by running `tapioca sync`.
|
||||||
|
|
||||||
|
# typed: true
|
||||||
|
|
||||||
|
# THIS IS AN EMPTY RBI FILE.
|
||||||
|
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
||||||
File diff suppressed because it is too large
Load Diff
@ -20115,6 +20115,10 @@ class RuboCop::AST::Node
|
|||||||
def val_node(node=T.unsafe(nil)); end
|
def val_node(node=T.unsafe(nil)); end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class RuboCop::AST::RegexpNode
|
||||||
|
include ::RuboCop::Ext::RegexpNode
|
||||||
|
end
|
||||||
|
|
||||||
class RuboCop::Cask::AST::CaskBlock
|
class RuboCop::Cask::AST::CaskBlock
|
||||||
def cask_body(*args, &block); end
|
def cask_body(*args, &block); end
|
||||||
end
|
end
|
||||||
@ -20277,8 +20281,12 @@ class RuboCop::Cop::FormulaAudit::DependencyOrder
|
|||||||
def uses_from_macos_node?(node=T.unsafe(nil)); end
|
def uses_from_macos_node?(node=T.unsafe(nil)); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class RuboCop::Cop::FormulaAudit::DeprecateDate
|
class RuboCop::Cop::FormulaAudit::DeprecateDisableDate
|
||||||
def deprecate_date(node0); end
|
def date(node0); end
|
||||||
|
end
|
||||||
|
|
||||||
|
class RuboCop::Cop::FormulaAudit::DeprecateDisableReason
|
||||||
|
def reason(node0); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class RuboCop::Cop::FormulaAudit::Miscellaneous
|
class RuboCop::Cop::FormulaAudit::Miscellaneous
|
||||||
@ -21736,6 +21744,7 @@ class SimpleCov::Formatter::Codecov
|
|||||||
BITRISE = ::T.let(nil, ::T.untyped)
|
BITRISE = ::T.let(nil, ::T.untyped)
|
||||||
BUILDKITE = ::T.let(nil, ::T.untyped)
|
BUILDKITE = ::T.let(nil, ::T.untyped)
|
||||||
CIRCLE = ::T.let(nil, ::T.untyped)
|
CIRCLE = ::T.let(nil, ::T.untyped)
|
||||||
|
CODEBUILD = ::T.let(nil, ::T.untyped)
|
||||||
CODESHIP = ::T.let(nil, ::T.untyped)
|
CODESHIP = ::T.let(nil, ::T.untyped)
|
||||||
DRONEIO = ::T.let(nil, ::T.untyped)
|
DRONEIO = ::T.let(nil, ::T.untyped)
|
||||||
GITHUB = ::T.let(nil, ::T.untyped)
|
GITHUB = ::T.let(nil, ::T.untyped)
|
||||||
@ -22268,8 +22277,6 @@ class String
|
|||||||
|
|
||||||
def classify(); end
|
def classify(); end
|
||||||
|
|
||||||
def colorize(color_code); end
|
|
||||||
|
|
||||||
def constantize(); end
|
def constantize(); end
|
||||||
|
|
||||||
def cyan(); end
|
def cyan(); end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user