Update RBI files for all.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
parent
b47125625a
commit
6b10f65cb7
File diff suppressed because it is too large
Load Diff
@ -3003,6 +3003,12 @@ RuboCop::Cop::Layout::EmptyLines::LINE_OFFSET = T.let(T.unsafe(nil), Integer)
|
|||||||
|
|
||||||
RuboCop::Cop::Layout::EmptyLines::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::Layout::EmptyLines::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
|
RuboCop::Cop::Layout::EmptyLinesAfterModuleInclusion::MODULE_INCLUSION_METHODS = T.let(T.unsafe(nil), Array)
|
||||||
|
|
||||||
|
RuboCop::Cop::Layout::EmptyLinesAfterModuleInclusion::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
|
RuboCop::Cop::Layout::EmptyLinesAfterModuleInclusion::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array)
|
||||||
|
|
||||||
RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier::MSG_AFTER = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier::MSG_AFTER = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier::MSG_AFTER_FOR_ONLY_BEFORE = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier::MSG_AFTER_FOR_ONLY_BEFORE = T.let(T.unsafe(nil), String)
|
||||||
@ -3629,10 +3635,14 @@ RuboCop::Cop::Lint::RedundantRequireStatement::RESTRICT_ON_SEND = T.let(T.unsafe
|
|||||||
|
|
||||||
RuboCop::Cop::Lint::RedundantRequireStatement::RUBY_22_LOADED_FEATURES = T.let(T.unsafe(nil), Array)
|
RuboCop::Cop::Lint::RedundantRequireStatement::RUBY_22_LOADED_FEATURES = T.let(T.unsafe(nil), Array)
|
||||||
|
|
||||||
|
RuboCop::Cop::Lint::RedundantSafeNavigation::GUARANTEED_INSTANCE_METHODS = T.let(T.unsafe(nil), Array)
|
||||||
|
|
||||||
RuboCop::Cop::Lint::RedundantSafeNavigation::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::Lint::RedundantSafeNavigation::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
RuboCop::Cop::Lint::RedundantSafeNavigation::MSG_LITERAL = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::Lint::RedundantSafeNavigation::MSG_LITERAL = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
|
RuboCop::Cop::Lint::RedundantSafeNavigation::MSG_NON_NIL = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
RuboCop::Cop::Lint::RedundantSafeNavigation::NIL_SPECIFIC_METHODS = T.let(T.unsafe(nil), Set)
|
RuboCop::Cop::Lint::RedundantSafeNavigation::NIL_SPECIFIC_METHODS = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::Cop::Lint::RedundantSafeNavigation::SNAKE_CASE = T.let(T.unsafe(nil), Regexp)
|
RuboCop::Cop::Lint::RedundantSafeNavigation::SNAKE_CASE = T.let(T.unsafe(nil), Regexp)
|
||||||
@ -3845,6 +3855,8 @@ RuboCop::Cop::Lint::UselessTimes::MSG = T.let(T.unsafe(nil), String)
|
|||||||
|
|
||||||
RuboCop::Cop::Lint::UselessTimes::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array)
|
RuboCop::Cop::Lint::UselessTimes::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array)
|
||||||
|
|
||||||
|
RuboCop::Cop::Lint::Utils::NilReceiverChecker::NIL_METHODS = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::Cop::Lint::Void::BINARY_OPERATORS = T.let(T.unsafe(nil), Array)
|
RuboCop::Cop::Lint::Void::BINARY_OPERATORS = T.let(T.unsafe(nil), Array)
|
||||||
|
|
||||||
RuboCop::Cop::Lint::Void::CONST_MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::Lint::Void::CONST_MSG = T.let(T.unsafe(nil), String)
|
||||||
@ -3990,6 +4002,8 @@ RuboCop::Cop::Naming::MethodName::MSG = T.let(T.unsafe(nil), String)
|
|||||||
|
|
||||||
RuboCop::Cop::Naming::MethodName::MSG_FORBIDDEN = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::Naming::MethodName::MSG_FORBIDDEN = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
|
RuboCop::Cop::Naming::MethodName::OPERATOR_METHODS = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::Cop::Naming::PredicateMethod::MSG_NON_PREDICATE = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::Naming::PredicateMethod::MSG_NON_PREDICATE = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
RuboCop::Cop::Naming::PredicateMethod::MSG_PREDICATE = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::Naming::PredicateMethod::MSG_PREDICATE = T.let(T.unsafe(nil), String)
|
||||||
@ -4633,8 +4647,6 @@ RuboCop::Cop::Style::AmbiguousEndlessMethodDefinition::MSG = T.let(T.unsafe(nil)
|
|||||||
|
|
||||||
RuboCop::Cop::Style::AndOr::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::Style::AndOr::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
RuboCop::Cop::Style::ArgumentsForwarding::ADDITIONAL_ARG_TYPES = T.let(T.unsafe(nil), Array)
|
|
||||||
|
|
||||||
RuboCop::Cop::Style::ArgumentsForwarding::ARGS_MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::Style::ArgumentsForwarding::ARGS_MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
RuboCop::Cop::Style::ArgumentsForwarding::BLOCK_MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::Style::ArgumentsForwarding::BLOCK_MSG = T.let(T.unsafe(nil), String)
|
||||||
@ -6152,6 +6164,8 @@ RuboCop::Cop::VariableForce::ARGUMENT_DECLARATION_TYPES = T.let(T.unsafe(nil), A
|
|||||||
|
|
||||||
RuboCop::Cop::VariableForce::Assignment::MULTIPLE_LEFT_HAND_SIDE_TYPE = T.let(T.unsafe(nil), Symbol)
|
RuboCop::Cop::VariableForce::Assignment::MULTIPLE_LEFT_HAND_SIDE_TYPE = T.let(T.unsafe(nil), Symbol)
|
||||||
|
|
||||||
|
RuboCop::Cop::VariableForce::BRANCH_NODES = T.let(T.unsafe(nil), Array)
|
||||||
|
|
||||||
RuboCop::Cop::VariableForce::Branch::CLASSES_BY_TYPE = T.let(T.unsafe(nil), Hash)
|
RuboCop::Cop::VariableForce::Branch::CLASSES_BY_TYPE = T.let(T.unsafe(nil), Hash)
|
||||||
|
|
||||||
RuboCop::Cop::VariableForce::LOGICAL_OPERATOR_ASSIGNMENT_TYPES = T.let(T.unsafe(nil), Array)
|
RuboCop::Cop::VariableForce::LOGICAL_OPERATOR_ASSIGNMENT_TYPES = T.let(T.unsafe(nil), Array)
|
||||||
@ -6920,7 +6934,7 @@ class RuboCop::ResultCache
|
|||||||
#
|
#
|
||||||
# @api private
|
# @api private
|
||||||
#
|
#
|
||||||
# source://rubocop//lib/rubocop/result_cache.rb#229
|
# source://rubocop//lib/rubocop/result_cache.rb#231
|
||||||
def context_checksum(team, options); end
|
def context_checksum(team, options); end
|
||||||
|
|
||||||
# @api private
|
# @api private
|
||||||
@ -6939,7 +6953,7 @@ class RuboCop::ResultCache
|
|||||||
#
|
#
|
||||||
# @api private
|
# @api private
|
||||||
#
|
#
|
||||||
# source://rubocop//lib/rubocop/result_cache.rb#220
|
# source://rubocop//lib/rubocop/result_cache.rb#222
|
||||||
def relevant_options_digest(options); end
|
def relevant_options_digest(options); end
|
||||||
|
|
||||||
# The checksum of the RuboCop program running the inspection.
|
# The checksum of the RuboCop program running the inspection.
|
||||||
@ -1,191 +0,0 @@
|
|||||||
# typed: true
|
|
||||||
|
|
||||||
# DO NOT EDIT MANUALLY
|
|
||||||
# This is an autogenerated file for types exported from the `simplecov-cobertura` gem.
|
|
||||||
# Please instead update this file by running `bin/tapioca gem simplecov-cobertura`.
|
|
||||||
|
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura/version.rb#1
|
|
||||||
module SimpleCov
|
|
||||||
class << self
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#174
|
|
||||||
def at_exit_behavior; end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#170
|
|
||||||
def clear_result; end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#86
|
|
||||||
def collate(result_filenames, profile = T.unsafe(nil), ignore_timeout: T.unsafe(nil), &block); end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#223
|
|
||||||
def exit_and_report_previous_error(exit_status); end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#200
|
|
||||||
def exit_status_from_exception; end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#28
|
|
||||||
def external_at_exit; end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#28
|
|
||||||
def external_at_exit=(_arg0); end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#28
|
|
||||||
def external_at_exit?; end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#131
|
|
||||||
def filtered(files); end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#268
|
|
||||||
def final_result_process?; end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#142
|
|
||||||
def grouped(files); end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#162
|
|
||||||
def load_adapter(name); end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#158
|
|
||||||
def load_profile(name); end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#24
|
|
||||||
def pid; end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#24
|
|
||||||
def pid=(_arg0); end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#213
|
|
||||||
def previous_error?(error_exit_status); end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#248
|
|
||||||
def process_result(result); end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#233
|
|
||||||
def process_results_and_report_error; end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#229
|
|
||||||
def ready_to_process_results?; end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#101
|
|
||||||
def result; end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#124
|
|
||||||
def result?; end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#256
|
|
||||||
def result_exit_status(result); end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#296
|
|
||||||
def round_coverage(coverage); end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#186
|
|
||||||
def run_exit_tasks!; end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#24
|
|
||||||
def running; end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#24
|
|
||||||
def running=(_arg0); end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#48
|
|
||||||
def start(profile = T.unsafe(nil), &block); end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#276
|
|
||||||
def wait_for_other_processes; end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#285
|
|
||||||
def write_last_run(result); end
|
|
||||||
|
|
||||||
private
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#399
|
|
||||||
def adapt_coverage_result; end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#371
|
|
||||||
def add_not_loaded_files(result); end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#302
|
|
||||||
def initial_setup(profile, &block); end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#363
|
|
||||||
def lookup_corresponding_ruby_coverage_name(criterion); end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#425
|
|
||||||
def make_parallel_tests_available; end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#434
|
|
||||||
def probably_running_parallel_tests?; end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#388
|
|
||||||
def process_coverage_result; end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#410
|
|
||||||
def remove_useless_results; end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#420
|
|
||||||
def result_with_not_loaded_files; end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#314
|
|
||||||
def start_coverage_measurement; end
|
|
||||||
|
|
||||||
# source://simplecov/0.22.0/lib/simplecov.rb#349
|
|
||||||
def start_coverage_with_criteria; end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura/version.rb#2
|
|
||||||
module SimpleCov::Formatter; end
|
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura/version.rb#3
|
|
||||||
class SimpleCov::Formatter::CoberturaFormatter
|
|
||||||
# @return [CoberturaFormatter] a new instance of CoberturaFormatter
|
|
||||||
#
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#15
|
|
||||||
def initialize(result_file_name: T.unsafe(nil)); end
|
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#19
|
|
||||||
def format(result); end
|
|
||||||
|
|
||||||
private
|
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#151
|
|
||||||
def coverage_output(result); end
|
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#166
|
|
||||||
def extract_rate(percent); end
|
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#170
|
|
||||||
def project_root; end
|
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#162
|
|
||||||
def resolve_filename(filename); end
|
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#36
|
|
||||||
def result_to_xml(result); end
|
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#134
|
|
||||||
def set_branch_attributes(line, file_line, branched_lines, branched_lines_covered); end
|
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#115
|
|
||||||
def set_class_attributes(class_, file); end
|
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#86
|
|
||||||
def set_coverage_attributes(coverage, result); end
|
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#129
|
|
||||||
def set_line_attributes(line, file_line); end
|
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#103
|
|
||||||
def set_package_attributes(package, name, result); end
|
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#144
|
|
||||||
def set_xml_head(lines = T.unsafe(nil)); end
|
|
||||||
end
|
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#13
|
|
||||||
SimpleCov::Formatter::CoberturaFormatter::DTD_URL = T.let(T.unsafe(nil), String)
|
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#12
|
|
||||||
SimpleCov::Formatter::CoberturaFormatter::RESULT_FILE_NAME = T.let(T.unsafe(nil), String)
|
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura/version.rb#4
|
|
||||||
SimpleCov::Formatter::CoberturaFormatter::VERSION = T.let(T.unsafe(nil), String)
|
|
||||||
69
Library/Homebrew/sorbet/rbi/gems/simplecov-cobertura@3.0.0.rbi
generated
Normal file
69
Library/Homebrew/sorbet/rbi/gems/simplecov-cobertura@3.0.0.rbi
generated
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
# typed: true
|
||||||
|
|
||||||
|
# DO NOT EDIT MANUALLY
|
||||||
|
# This is an autogenerated file for types exported from the `simplecov-cobertura` gem.
|
||||||
|
# Please instead update this file by running `bin/tapioca gem simplecov-cobertura`.
|
||||||
|
|
||||||
|
|
||||||
|
# source://simplecov-cobertura//lib/simplecov-cobertura/version.rb#1
|
||||||
|
module SimpleCov; end
|
||||||
|
|
||||||
|
# source://simplecov-cobertura//lib/simplecov-cobertura/version.rb#2
|
||||||
|
module SimpleCov::Formatter; end
|
||||||
|
|
||||||
|
# source://simplecov-cobertura//lib/simplecov-cobertura/version.rb#3
|
||||||
|
class SimpleCov::Formatter::CoberturaFormatter
|
||||||
|
# @return [CoberturaFormatter] a new instance of CoberturaFormatter
|
||||||
|
#
|
||||||
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#13
|
||||||
|
def initialize(result_file_name: T.unsafe(nil)); end
|
||||||
|
|
||||||
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#17
|
||||||
|
def format(result); end
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#162
|
||||||
|
def extract_rate(percent); end
|
||||||
|
|
||||||
|
# Roughly mirrors private method SimpleCov::Formatter::HTMLFormatter#output_coverage
|
||||||
|
#
|
||||||
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#151
|
||||||
|
def output_message(result, output_path); end
|
||||||
|
|
||||||
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#166
|
||||||
|
def project_root; end
|
||||||
|
|
||||||
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#158
|
||||||
|
def resolve_filename(filename); end
|
||||||
|
|
||||||
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#35
|
||||||
|
def result_to_xml(result); end
|
||||||
|
|
||||||
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#133
|
||||||
|
def set_branch_attributes(line, file_line, branched_lines, branched_lines_covered); end
|
||||||
|
|
||||||
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#114
|
||||||
|
def set_class_attributes(class_, file); end
|
||||||
|
|
||||||
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#85
|
||||||
|
def set_coverage_attributes(coverage, result); end
|
||||||
|
|
||||||
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#128
|
||||||
|
def set_line_attributes(line, file_line); end
|
||||||
|
|
||||||
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#102
|
||||||
|
def set_package_attributes(package, name, result); end
|
||||||
|
|
||||||
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#143
|
||||||
|
def set_xml_head(lines = T.unsafe(nil)); end
|
||||||
|
end
|
||||||
|
|
||||||
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#11
|
||||||
|
SimpleCov::Formatter::CoberturaFormatter::DTD_URL = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#10
|
||||||
|
SimpleCov::Formatter::CoberturaFormatter::RESULT_FILE_NAME = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
|
# source://simplecov-cobertura//lib/simplecov-cobertura/version.rb#4
|
||||||
|
SimpleCov::Formatter::CoberturaFormatter::VERSION = T.let(T.unsafe(nil), String)
|
||||||
Loading…
x
Reference in New Issue
Block a user