Update RBI files for rubocop-rspec.
This commit is contained in:
parent
019dd9fbec
commit
19435e6f17
@ -652,11 +652,11 @@ class RuboCop::Cop::RSpec::FilePath < ::RuboCop::Cop::RSpec::Base
|
||||
def custom_transform; end
|
||||
def ensure_correct_file_path(send_node, described_class, arguments); end
|
||||
def expected_path(constant); end
|
||||
def filename_ends_with?(glob); end
|
||||
def glob_for(described_class, method_name); end
|
||||
def glob_for_spec_suffix_only?; end
|
||||
def filename_ends_with?(pattern); end
|
||||
def ignore_methods?; end
|
||||
def name_glob(method_name); end
|
||||
def name_pattern(method_name); end
|
||||
def pattern_for(described_class, method_name); end
|
||||
def pattern_for_spec_suffix_only?; end
|
||||
def relevant_rubocop_rspec_file?(_file); end
|
||||
def routing_spec?(args); end
|
||||
def spec_suffix_only?; end
|
||||
@ -669,6 +669,9 @@ module RuboCop::Cop::RSpec::FinalEndLocation
|
||||
end
|
||||
|
||||
class RuboCop::Cop::RSpec::Focus < ::RuboCop::Cop::RSpec::Base
|
||||
include(::RuboCop::Cop::RangeHelp)
|
||||
extend(::RuboCop::Cop::AutoCorrector)
|
||||
|
||||
def focusable_selector?(param0 = T.unsafe(nil)); end
|
||||
def focused_block?(param0 = T.unsafe(nil)); end
|
||||
def metadata(param0 = T.unsafe(nil)); end
|
||||
@ -676,7 +679,9 @@ class RuboCop::Cop::RSpec::Focus < ::RuboCop::Cop::RSpec::Base
|
||||
|
||||
private
|
||||
|
||||
def correct_send(corrector, focus); end
|
||||
def focus_metadata(node, &block); end
|
||||
def with_surrounding(focus); end
|
||||
end
|
||||
|
||||
RuboCop::Cop::RSpec::Focus::MSG = T.let(T.unsafe(nil), String)
|
||||
@ -6938,10 +6938,6 @@ module FileUtils
|
||||
extend ::FileUtils::StreamUtils_
|
||||
end
|
||||
|
||||
class Formula
|
||||
include ::Formula::Compat
|
||||
end
|
||||
|
||||
module FormulaCellarChecks
|
||||
extend ::T::Private::Methods::MethodHooks
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
@ -7690,10 +7686,6 @@ class Homebrew::CLI::NamedArgs
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
end
|
||||
|
||||
class Homebrew::CLI::Parser
|
||||
include ::Homebrew::CLI::Parser::Compat
|
||||
end
|
||||
|
||||
class Homebrew::CLI::Parser
|
||||
extend ::T::Private::Methods::MethodHooks
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
@ -7770,12 +7762,8 @@ module Homebrew::EnvConfig
|
||||
|
||||
def self.git_name(); end
|
||||
|
||||
def self.github_api_password(); end
|
||||
|
||||
def self.github_api_token(); end
|
||||
|
||||
def self.github_api_username(); end
|
||||
|
||||
def self.http_proxy(); end
|
||||
|
||||
def self.https_proxy(); end
|
||||
@ -7857,7 +7845,6 @@ end
|
||||
module Homebrew
|
||||
extend ::T::Private::Methods::MethodHooks
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
extend ::Homebrew::Compat
|
||||
end
|
||||
|
||||
module HostEnvironmentSimulatorHelper
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user