Merge pull request #8894 from Homebrew/sorbet-files-update

sorbet: Update RBI files and prune files.yaml.
This commit is contained in:
Vidushee Amoli 2020-10-10 11:52:00 +05:30 committed by GitHub
commit 87942d1748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 3134 additions and 2507 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `strscan` gem.
# This is an autogenerated file for types exported from the `rspec-core` gem.
# Please instead update this file by running `tapioca sync`.
# typed: true

View File

@ -1,7 +0,0 @@
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `simplecov-html` 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 `simplecov-html` 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

@ -14,6 +14,7 @@ class Tapioca::Cli < ::Thor
include(::Thor::Actions)
extend(::Thor::Actions::ClassMethods)
def __print_version; end
def dsl(*constants); end
def generate(*gems); end
def generator; end
@ -85,7 +86,7 @@ class Tapioca::Compilers::DslCompiler
def gather_constants(requested_constants); end
sig { params(requested_generators: T::Array[String]).returns(T::Enumerable[Tapioca::Compilers::Dsl::Base]) }
def gather_generators(requested_generators); end
sig { params(requested_generators: T::Array[String]).returns(Proc) }
sig { params(requested_generators: T::Array[String]).returns(T.proc.params(klass: Class).returns(T::Boolean)) }
def generator_filter(requested_generators); end
sig { params(constant: Module).returns(T.nilable(String)) }
def rbi_for_constant(constant); end

File diff suppressed because it is too large Load Diff