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
|
||||
# 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
|
||||
|
||||
@ -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
|
||||
end
|
||||
|
||||
class RuboCop::AST::RegexpNode
|
||||
include ::RuboCop::Ext::RegexpNode
|
||||
end
|
||||
|
||||
class RuboCop::Cask::AST::CaskBlock
|
||||
def cask_body(*args, &block); end
|
||||
end
|
||||
@ -20277,8 +20281,12 @@ class RuboCop::Cop::FormulaAudit::DependencyOrder
|
||||
def uses_from_macos_node?(node=T.unsafe(nil)); end
|
||||
end
|
||||
|
||||
class RuboCop::Cop::FormulaAudit::DeprecateDate
|
||||
def deprecate_date(node0); end
|
||||
class RuboCop::Cop::FormulaAudit::DeprecateDisableDate
|
||||
def date(node0); end
|
||||
end
|
||||
|
||||
class RuboCop::Cop::FormulaAudit::DeprecateDisableReason
|
||||
def reason(node0); end
|
||||
end
|
||||
|
||||
class RuboCop::Cop::FormulaAudit::Miscellaneous
|
||||
@ -21736,6 +21744,7 @@ class SimpleCov::Formatter::Codecov
|
||||
BITRISE = ::T.let(nil, ::T.untyped)
|
||||
BUILDKITE = ::T.let(nil, ::T.untyped)
|
||||
CIRCLE = ::T.let(nil, ::T.untyped)
|
||||
CODEBUILD = ::T.let(nil, ::T.untyped)
|
||||
CODESHIP = ::T.let(nil, ::T.untyped)
|
||||
DRONEIO = ::T.let(nil, ::T.untyped)
|
||||
GITHUB = ::T.let(nil, ::T.untyped)
|
||||
@ -22268,8 +22277,6 @@ class String
|
||||
|
||||
def classify(); end
|
||||
|
||||
def colorize(color_code); end
|
||||
|
||||
def constantize(); end
|
||||
|
||||
def cyan(); end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user