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
143623a8f9
commit
5256b2467c
@ -7083,7 +7083,7 @@ class RuboCop::Runner
|
|||||||
# source://rubocop//lib/rubocop/runner.rb#177
|
# source://rubocop//lib/rubocop/runner.rb#177
|
||||||
def file_offense_cache(file); end
|
def file_offense_cache(file); end
|
||||||
|
|
||||||
# source://rubocop//lib/rubocop/runner.rb#485
|
# source://rubocop//lib/rubocop/runner.rb#487
|
||||||
def get_processed_source(*args); end
|
def get_processed_source(*args); end
|
||||||
|
|
||||||
# source://rubocop//lib/rubocop/runner.rb#67
|
# source://rubocop//lib/rubocop/runner.rb#67
|
||||||
@ -7110,7 +7110,7 @@ class RuboCop::Runner
|
|||||||
# Check whether a run created source identical to a previous run, which
|
# Check whether a run created source identical to a previous run, which
|
||||||
# means that we definitely have an infinite loop.
|
# means that we definitely have an infinite loop.
|
||||||
#
|
#
|
||||||
# source://rubocop//lib/rubocop/runner.rb#331
|
# source://rubocop//lib/rubocop/runner.rb#333
|
||||||
def check_for_infinite_loop(processed_source, offenses_by_iteration); end
|
def check_for_infinite_loop(processed_source, offenses_by_iteration); end
|
||||||
|
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
@ -7120,10 +7120,10 @@ class RuboCop::Runner
|
|||||||
|
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
#
|
#
|
||||||
# source://rubocop//lib/rubocop/runner.rb#433
|
# source://rubocop//lib/rubocop/runner.rb#435
|
||||||
def considered_failure?(offense); end
|
def considered_failure?(offense); end
|
||||||
|
|
||||||
# source://rubocop//lib/rubocop/runner.rb#470
|
# source://rubocop//lib/rubocop/runner.rb#472
|
||||||
def default_config(cop_name); end
|
def default_config(cop_name); end
|
||||||
|
|
||||||
# source://rubocop//lib/rubocop/runner.rb#275
|
# source://rubocop//lib/rubocop/runner.rb#275
|
||||||
@ -7137,7 +7137,7 @@ class RuboCop::Runner
|
|||||||
# source://rubocop//lib/rubocop/runner.rb#239
|
# source://rubocop//lib/rubocop/runner.rb#239
|
||||||
def except_redundant_cop_disable_directive?; end
|
def except_redundant_cop_disable_directive?; end
|
||||||
|
|
||||||
# source://rubocop//lib/rubocop/runner.rb#360
|
# source://rubocop//lib/rubocop/runner.rb#362
|
||||||
def extract_ruby_sources(processed_source); end
|
def extract_ruby_sources(processed_source); end
|
||||||
|
|
||||||
# source://rubocop//lib/rubocop/runner.rb#165
|
# source://rubocop//lib/rubocop/runner.rb#165
|
||||||
@ -7146,22 +7146,22 @@ class RuboCop::Runner
|
|||||||
# source://rubocop//lib/rubocop/runner.rb#243
|
# source://rubocop//lib/rubocop/runner.rb#243
|
||||||
def file_started(file); end
|
def file_started(file); end
|
||||||
|
|
||||||
# source://rubocop//lib/rubocop/runner.rb#413
|
# source://rubocop//lib/rubocop/runner.rb#415
|
||||||
def filter_cop_classes(cop_classes, config); end
|
def filter_cop_classes(cop_classes, config); end
|
||||||
|
|
||||||
# source://rubocop//lib/rubocop/runner.rb#104
|
# source://rubocop//lib/rubocop/runner.rb#104
|
||||||
def find_target_files(paths); end
|
def find_target_files(paths); end
|
||||||
|
|
||||||
# source://rubocop//lib/rubocop/runner.rb#424
|
# source://rubocop//lib/rubocop/runner.rb#426
|
||||||
def formatter_set; end
|
def formatter_set; end
|
||||||
|
|
||||||
# source://rubocop//lib/rubocop/runner.rb#345
|
# source://rubocop//lib/rubocop/runner.rb#347
|
||||||
def inspect_file(processed_source, team = T.unsafe(nil)); end
|
def inspect_file(processed_source, team = T.unsafe(nil)); end
|
||||||
|
|
||||||
# source://rubocop//lib/rubocop/runner.rb#115
|
# source://rubocop//lib/rubocop/runner.rb#115
|
||||||
def inspect_files(files); end
|
def inspect_files(files); end
|
||||||
|
|
||||||
# source://rubocop//lib/rubocop/runner.rb#306
|
# source://rubocop//lib/rubocop/runner.rb#308
|
||||||
def iterate_until_no_changes(source, offenses_by_iteration); end
|
def iterate_until_no_changes(source, offenses_by_iteration); end
|
||||||
|
|
||||||
# source://rubocop//lib/rubocop/runner.rb#148
|
# source://rubocop//lib/rubocop/runner.rb#148
|
||||||
@ -7169,30 +7169,30 @@ class RuboCop::Runner
|
|||||||
|
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
#
|
#
|
||||||
# source://rubocop//lib/rubocop/runner.rb#466
|
# source://rubocop//lib/rubocop/runner.rb#468
|
||||||
def mark_as_safe_by_config?(config); end
|
def mark_as_safe_by_config?(config); end
|
||||||
|
|
||||||
# source://rubocop//lib/rubocop/runner.rb#474
|
# source://rubocop//lib/rubocop/runner.rb#476
|
||||||
def minimum_severity_to_fail; end
|
def minimum_severity_to_fail; end
|
||||||
|
|
||||||
# source://rubocop//lib/rubocop/runner.rb#374
|
# source://rubocop//lib/rubocop/runner.rb#376
|
||||||
def mobilize_team(processed_source); end
|
def mobilize_team(processed_source); end
|
||||||
|
|
||||||
# source://rubocop//lib/rubocop/runner.rb#379
|
# source://rubocop//lib/rubocop/runner.rb#381
|
||||||
def mobilized_cop_classes(config); end
|
def mobilized_cop_classes(config); end
|
||||||
|
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
#
|
#
|
||||||
# source://rubocop//lib/rubocop/runner.rb#442
|
# source://rubocop//lib/rubocop/runner.rb#444
|
||||||
def offense_displayed?(offense); end
|
def offense_displayed?(offense); end
|
||||||
|
|
||||||
# source://rubocop//lib/rubocop/runner.rb#454
|
# source://rubocop//lib/rubocop/runner.rb#456
|
||||||
def offenses_to_report(offenses); end
|
def offenses_to_report(offenses); end
|
||||||
|
|
||||||
# source://rubocop//lib/rubocop/runner.rb#152
|
# source://rubocop//lib/rubocop/runner.rb#152
|
||||||
def process_file(file); end
|
def process_file(file); end
|
||||||
|
|
||||||
# source://rubocop//lib/rubocop/runner.rb#403
|
# source://rubocop//lib/rubocop/runner.rb#405
|
||||||
def qualify_option_cop_names; end
|
def qualify_option_cop_names; end
|
||||||
|
|
||||||
# @yield [cop]
|
# @yield [cop]
|
||||||
@ -7208,17 +7208,17 @@ class RuboCop::Runner
|
|||||||
# otherwise dormant team that can be used for config- and option-
|
# otherwise dormant team that can be used for config- and option-
|
||||||
# level caching in ResultCache.
|
# level caching in ResultCache.
|
||||||
#
|
#
|
||||||
# source://rubocop//lib/rubocop/runner.rb#517
|
# source://rubocop//lib/rubocop/runner.rb#519
|
||||||
def standby_team(config); end
|
def standby_team(config); end
|
||||||
|
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
#
|
#
|
||||||
# source://rubocop//lib/rubocop/runner.rb#420
|
# source://rubocop//lib/rubocop/runner.rb#422
|
||||||
def style_guide_cops_only?(config); end
|
def style_guide_cops_only?(config); end
|
||||||
|
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
#
|
#
|
||||||
# source://rubocop//lib/rubocop/runner.rb#458
|
# source://rubocop//lib/rubocop/runner.rb#460
|
||||||
def supports_safe_autocorrect?(offense); end
|
def supports_safe_autocorrect?(offense); end
|
||||||
|
|
||||||
# @yield [team]
|
# @yield [team]
|
||||||
@ -23,40 +23,37 @@ class SimpleCov::Formatter::CoberturaFormatter
|
|||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#162
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#158
|
||||||
def extract_rate(percent); end
|
def extract_rate(percent); end
|
||||||
|
|
||||||
# Roughly mirrors private method SimpleCov::Formatter::HTMLFormatter#output_coverage
|
# Roughly mirrors private method SimpleCov::Formatter::HTMLFormatter#output_coverage
|
||||||
#
|
#
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#151
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#147
|
||||||
def output_message(result, output_path); end
|
def output_message(result, output_path); end
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#166
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#162
|
||||||
def project_root; end
|
def project_root; end
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#158
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#154
|
||||||
def resolve_filename(filename); end
|
def resolve_filename(filename); end
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#35
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#35
|
||||||
def result_to_xml(result); end
|
def result_to_xml(result); end
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#133
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#136
|
||||||
def set_branch_attributes(line, file_line, branched_lines, branched_lines_covered); end
|
def set_branch_attributes(line, file_line, branched_lines, branched_lines_covered); end
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#114
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#117
|
||||||
def set_class_attributes(class_, file); end
|
def set_class_attributes(class_, file); end
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#85
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#88
|
||||||
def set_coverage_attributes(coverage, result); end
|
def set_coverage_attributes(coverage, result); end
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#128
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#131
|
||||||
def set_line_attributes(line, file_line); end
|
def set_line_attributes(line, file_line); end
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#102
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#105
|
||||||
def set_package_attributes(package, name, result); end
|
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
|
end
|
||||||
|
|
||||||
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#11
|
# source://simplecov-cobertura//lib/simplecov-cobertura.rb#11
|
||||||
Loading…
x
Reference in New Issue
Block a user