Merge pull request #8894 from Homebrew/sorbet-files-update
sorbet: Update RBI files and prune files.yaml.
This commit is contained in:
commit
87942d1748
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
@ -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
Loading…
x
Reference in New Issue
Block a user