Merge pull request #8582 from Homebrew/tapioca-update

sorbet: update RBI files using Tapioca.
This commit is contained in:
Mike McQuaid 2020-09-03 10:25:55 +01:00 committed by GitHub
commit 2b3d1e7a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 699 additions and 442 deletions

View File

@ -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

View File

@ -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

View 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

View File

@ -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