Merge pull request #9104 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
This commit is contained in:
commit
a4f41716f9
@ -1,6 +1,6 @@
|
|||||||
# DO NOT EDIT MANUALLY
|
# DO NOT EDIT MANUALLY
|
||||||
# This is an autogenerated file for types exported from the `parallel` gem.
|
# This is an autogenerated file for types exported from the `parallel` gem.
|
||||||
# Please instead update this file by running `tapioca generate --exclude json`.
|
# Please instead update this file by running `tapioca sync`.
|
||||||
|
|
||||||
# typed: true
|
# typed: true
|
||||||
|
|
||||||
@ -26,7 +26,6 @@ module Parallel
|
|||||||
def call_with_index(item, index, options, &block); end
|
def call_with_index(item, index, options, &block); end
|
||||||
def create_workers(job_factory, options, &block); end
|
def create_workers(job_factory, options, &block); end
|
||||||
def extract_count_from_options(options); end
|
def extract_count_from_options(options); end
|
||||||
def handle_exception(exception, results); end
|
|
||||||
def process_incoming_jobs(read, write, job_factory, options, &block); end
|
def process_incoming_jobs(read, write, job_factory, options, &block); end
|
||||||
def replace_worker(job_factory, workers, i, options, blk); end
|
def replace_worker(job_factory, workers, i, options, blk); end
|
||||||
def with_instrumentation(item, index, options); end
|
def with_instrumentation(item, index, options); end
|
||||||
@ -38,6 +37,9 @@ module Parallel
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Parallel::Break < ::StandardError
|
class Parallel::Break < ::StandardError
|
||||||
|
def initialize(value = T.unsafe(nil)); end
|
||||||
|
|
||||||
|
def value; end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Parallel::DeadWorker < ::StandardError
|
class Parallel::DeadWorker < ::StandardError
|
||||||
@ -63,7 +65,7 @@ class Parallel::JobFactory
|
|||||||
def queue_wrapper(array); end
|
def queue_wrapper(array); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Parallel::Kill < ::StandardError
|
class Parallel::Kill < ::Parallel::Break
|
||||||
end
|
end
|
||||||
|
|
||||||
module Parallel::ProcessorCount
|
module Parallel::ProcessorCount
|
||||||
@ -105,7 +107,7 @@ class Parallel::Worker
|
|||||||
def read; end
|
def read; end
|
||||||
def stop; end
|
def stop; end
|
||||||
def thread; end
|
def thread; end
|
||||||
def thread=(_); end
|
def thread=(_arg0); end
|
||||||
def work(data); end
|
def work(data); end
|
||||||
def write; end
|
def write; end
|
||||||
|
|
@ -929,10 +929,10 @@ class RuboCop::AST::NodePattern::Compiler::Debug::Colorizer::Result < ::Struct
|
|||||||
def color_map_for(node, color); end
|
def color_map_for(node, color); end
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
def [](*_); end
|
def [](*_arg0); end
|
||||||
def inspect; end
|
def inspect; end
|
||||||
def members; end
|
def members; end
|
||||||
def new(*_); end
|
def new(*_arg0); end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -1078,7 +1078,7 @@ RuboCop::AST::NodePattern::Lexer::Error = RuboCop::AST::NodePattern::LexerRex::S
|
|||||||
class RuboCop::AST::NodePattern::LexerRex
|
class RuboCop::AST::NodePattern::LexerRex
|
||||||
def action; end
|
def action; end
|
||||||
def filename; end
|
def filename; end
|
||||||
def filename=(_); end
|
def filename=(_arg0); end
|
||||||
def location; end
|
def location; end
|
||||||
def match; end
|
def match; end
|
||||||
def matches; end
|
def matches; end
|
||||||
@ -1087,11 +1087,15 @@ class RuboCop::AST::NodePattern::LexerRex
|
|||||||
def parse_file(path); end
|
def parse_file(path); end
|
||||||
def scanner_class; end
|
def scanner_class; end
|
||||||
def ss; end
|
def ss; end
|
||||||
def ss=(_); end
|
def ss=(_arg0); end
|
||||||
def state; end
|
def state; end
|
||||||
def state=(_); end
|
def state=(_arg0); end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
RuboCop::AST::NodePattern::LexerRex::CALL = T.let(T.unsafe(nil), Regexp)
|
||||||
|
|
||||||
|
RuboCop::AST::NodePattern::LexerRex::CONST_NAME = T.let(T.unsafe(nil), Regexp)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::LexerRex::IDENTIFIER = T.let(T.unsafe(nil), Regexp)
|
RuboCop::AST::NodePattern::LexerRex::IDENTIFIER = T.let(T.unsafe(nil), Regexp)
|
||||||
|
|
||||||
class RuboCop::AST::NodePattern::LexerRex::LexerError < ::StandardError
|
class RuboCop::AST::NodePattern::LexerRex::LexerError < ::StandardError
|
||||||
@ -1340,6 +1344,8 @@ RuboCop::AST::NodePattern::Sets::SET_ADD_DEPENDENCY_ADD_RUNTIME_DEPENDENCY_ADD_D
|
|||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_ALL_CONTEXT = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_ALL_CONTEXT = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
|
RuboCop::AST::NodePattern::Sets::SET_AND_RETURN_AND_RAISE_AND_THROW_ETC = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_ANY_ALL_NORETURN_ETC = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_ANY_ALL_NORETURN_ETC = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_ANY_INSTANCE_ALLOW_ANY_INSTANCE_OF_EXPECT_ANY_INSTANCE_OF = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_ANY_INSTANCE_ALLOW_ANY_INSTANCE_OF_EXPECT_ANY_INSTANCE_OF = T.let(T.unsafe(nil), Set)
|
||||||
@ -1362,8 +1368,6 @@ RuboCop::AST::NodePattern::Sets::SET_CALL_RUN = T.let(T.unsafe(nil), Set)
|
|||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_CAPTURE2_CAPTURE2E_CAPTURE3_ETC = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_CAPTURE2_CAPTURE2E_CAPTURE3_ETC = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_CHANNEL_CONTROLLER_HELPER_ETC = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_CIPHER_DIGEST = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_CIPHER_DIGEST = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_CLASS_EVAL_INSTANCE_EVAL = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_CLASS_EVAL_INSTANCE_EVAL = T.let(T.unsafe(nil), Set)
|
||||||
@ -1386,18 +1390,6 @@ RuboCop::AST::NodePattern::Sets::SET_DEBUGGER_BYEBUG_REMOTE_BYEBUG = T.let(T.uns
|
|||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_DEFINE_METHOD_DEFINE_SINGLETON_METHOD = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_DEFINE_METHOD_DEFINE_SINGLETON_METHOD = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_DESCRIBE_CONTEXT_FEATURE_ETC = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_DESCRIBE_CONTEXT_FEATURE_ETC_2 = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_DESCRIBE_CONTEXT_FEATURE_ETC_3 = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_DESCRIBE_CONTEXT_FEATURE_ETC_4 = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_DESCRIBE_CONTEXT_FEATURE_ETC_5 = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_DESCRIBE_CONTEXT_FEATURE_ETC_6 = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_DESCRIBE_FEATURE = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_DESCRIBE_FEATURE = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_DOUBLE_SPY = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_DOUBLE_SPY = T.let(T.unsafe(nil), Set)
|
||||||
@ -1418,12 +1410,8 @@ RuboCop::AST::NodePattern::Sets::SET_EXACTLY_AT_LEAST_AT_MOST = T.let(T.unsafe(n
|
|||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_EXPECT_ALLOW = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_EXPECT_ALLOW = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_EXPECT_IS_EXPECTED_EXPECT_ANY_INSTANCE_OF = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_FACTORYGIRL_FACTORYBOT = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_FACTORYGIRL_FACTORYBOT = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_FDESCRIBE_FCONTEXT_FFEATURE_ETC = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_FIRST_LAST_POP_ETC = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_FIRST_LAST_POP_ETC = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_FIRST_LAST__ETC = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_FIRST_LAST__ETC = T.let(T.unsafe(nil), Set)
|
||||||
@ -1452,16 +1440,6 @@ RuboCop::AST::NodePattern::Sets::SET_IO_FILE = T.let(T.unsafe(nil), Set)
|
|||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_IS_EXPECTED_SHOULD_SHOULD_NOT = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_IS_EXPECTED_SHOULD_SHOULD_NOT = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_IT_BEHAVES_LIKE_IT_SHOULD_BEHAVE_LIKE_INCLUDE_EXAMPLES = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_IT_BEHAVES_LIKE_IT_SHOULD_BEHAVE_LIKE_INCLUDE_EXAMPLES_INCLUDE_CONTEXT = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_IT_SPECIFY_EXAMPLE_ETC = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_IT_SPECIFY_EXAMPLE_ETC_2 = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_IT_SPECIFY_EXAMPLE_ETC_3 = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_KEYS_VALUES = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_KEYS_VALUES = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_KEY_HAS_KEY_FETCH_ETC = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_KEY_HAS_KEY_FETCH_ETC = T.let(T.unsafe(nil), Set)
|
||||||
@ -1470,10 +1448,6 @@ RuboCop::AST::NodePattern::Sets::SET_LAST_FIRST = T.let(T.unsafe(nil), Set)
|
|||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_LENGTH_SIZE = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_LENGTH_SIZE = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_LET_LET = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_LET_LET_SUBJECT_SUBJECT = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_LOAD_RESTORE = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_LOAD_RESTORE = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_MAP_COLLECT = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_MAP_COLLECT = T.let(T.unsafe(nil), Set)
|
||||||
@ -1488,18 +1462,14 @@ RuboCop::AST::NodePattern::Sets::SET_NEW_OPEN = T.let(T.unsafe(nil), Set)
|
|||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_NIL_ = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_NIL_ = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_PENDING_XIT_XSPECIFY_ETC = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_PIPELINE_PIPELINE_R_PIPELINE_RW_ETC = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_PIPELINE_PIPELINE_R_PIPELINE_RW_ETC = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_PREPEND_BEFORE_BEFORE_APPEND_BEFORE_ETC = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_PREPEND_BEFORE_BEFORE_APPEND_BEFORE_ETC_2 = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_PRIVATE_PROTECTED = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_PRIVATE_PROTECTED = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_PRIVATE_PROTECTED_PUBLIC = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_PRIVATE_PROTECTED_PUBLIC = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
|
RuboCop::AST::NodePattern::Sets::SET_PROC_LAMBDA = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_PROP_CONST = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_PROP_CONST = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_PRY_REMOTE_PRY_PRY_REMOTE_CONSOLE = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_PRY_REMOTE_PRY_PRY_REMOTE_CONSOLE = T.let(T.unsafe(nil), Set)
|
||||||
@ -1520,24 +1490,22 @@ RuboCop::AST::NodePattern::Sets::SET_RECEIVE_MESSAGE_CHAIN_STUB_CHAIN = T.let(T.
|
|||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_RECEIVE_RECEIVE_MESSAGES_RECEIVE_MESSAGE_CHAIN_HAVE_RECEIVED = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_RECEIVE_RECEIVE_MESSAGES_RECEIVE_MESSAGE_CHAIN_HAVE_RECEIVED = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
|
RuboCop::AST::NodePattern::Sets::SET_RECEIVE_RECEIVE_MESSAGE_CHAIN = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_REDUCE_INJECT = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_REDUCE_INJECT = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
|
RuboCop::AST::NodePattern::Sets::SET_REJECT_REJECT = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_REQUIRE_REQUIRE_RELATIVE = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_REQUIRE_REQUIRE_RELATIVE = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_SAVE_AND_OPEN_PAGE_SAVE_AND_OPEN_SCREENSHOT_SAVE_SCREENSHOT = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_SAVE_AND_OPEN_PAGE_SAVE_AND_OPEN_SCREENSHOT = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_SELECT_FILTER_FIND_ALL_REJECT = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_SELECT_FILTER_FIND_ALL_REJECT = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
|
RuboCop::AST::NodePattern::Sets::SET_SELECT_SELECT = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_SEND_PUBLIC_SEND___SEND__ = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_SEND_PUBLIC_SEND___SEND__ = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_SHARED_CONTEXT = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_SHARED_EXAMPLES_SHARED_EXAMPLES_FOR = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_SHARED_EXAMPLES_SHARED_EXAMPLES_FOR_SHARED_CONTEXT = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_SHARED_EXAMPLES_SHARED_EXAMPLES_FOR_SHARED_CONTEXT_ETC = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_SHOULD_SHOULD_NOT = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_SHOULD_SHOULD_NOT = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_SKIP_PENDING = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_SKIP_PENDING = T.let(T.unsafe(nil), Set)
|
||||||
@ -1556,18 +1524,14 @@ RuboCop::AST::NodePattern::Sets::SET_START_WITH_STARTS_WITH_END_WITH_ENDS_WITH =
|
|||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_STRUCT_CLASS = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_STRUCT_CLASS = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_SUBJECT_SUBJECT = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_SUCC_PRED_NEXT = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_SUCC_PRED_NEXT = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_TEMPFILE_STRINGIO = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_TEMPFILE_STRINGIO = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_TIME_DATETIME = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_TO_ENUM_ENUM_FOR = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_TO_I_TO_F_TO_C = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_TO_I_TO_F_TO_C = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_TO_TO_NOT_NOT_TO = T.let(T.unsafe(nil), Set)
|
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_TRUE_FALSE = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_TRUE_FALSE = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET_TYPE_TEMPLATE_TYPE_MEMBER = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET_TYPE_TEMPLATE_TYPE_MEMBER = T.let(T.unsafe(nil), Set)
|
||||||
@ -1598,6 +1562,8 @@ RuboCop::AST::NodePattern::Sets::SET___6 = T.let(T.unsafe(nil), Set)
|
|||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET___7 = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET___7 = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
|
RuboCop::AST::NodePattern::Sets::SET___8 = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET____ = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET____ = T.let(T.unsafe(nil), Set)
|
||||||
|
|
||||||
RuboCop::AST::NodePattern::Sets::SET____ETC = T.let(T.unsafe(nil), Set)
|
RuboCop::AST::NodePattern::Sets::SET____ETC = T.let(T.unsafe(nil), Set)
|
@ -54,6 +54,10 @@ class RuboCop::Cop::RSpec::AlignLeftLetBrace < ::RuboCop::Cop::RSpec::Base
|
|||||||
|
|
||||||
def on_new_investigation; end
|
def on_new_investigation; end
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
|
def token_aligner; end
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
def autocorrect_incompatible_with; end
|
def autocorrect_incompatible_with; end
|
||||||
end
|
end
|
||||||
@ -66,6 +70,10 @@ class RuboCop::Cop::RSpec::AlignRightLetBrace < ::RuboCop::Cop::RSpec::Base
|
|||||||
|
|
||||||
def on_new_investigation; end
|
def on_new_investigation; end
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
|
def token_aligner; end
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
def autocorrect_incompatible_with; end
|
def autocorrect_incompatible_with; end
|
||||||
end
|
end
|
||||||
@ -97,27 +105,15 @@ RuboCop::Cop::RSpec::AroundBlock::MSG_UNUSED_ARG = T.let(T.unsafe(nil), String)
|
|||||||
|
|
||||||
class RuboCop::Cop::RSpec::Base < ::RuboCop::Cop::Base
|
class RuboCop::Cop::RSpec::Base < ::RuboCop::Cop::Base
|
||||||
include(::RuboCop::RSpec::Language)
|
include(::RuboCop::RSpec::Language)
|
||||||
include(::RuboCop::RSpec::Language::NodePattern)
|
extend(::RuboCop::RSpec::Language::NodePattern)
|
||||||
|
|
||||||
def relevant_file?(file); end
|
def on_new_investigation; end
|
||||||
|
|
||||||
private
|
|
||||||
|
|
||||||
def all_cops_config; end
|
|
||||||
def relevant_rubocop_rspec_file?(file); end
|
|
||||||
def rspec_pattern; end
|
|
||||||
def rspec_pattern_config; end
|
|
||||||
def rspec_pattern_config?; end
|
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
def inherited(subclass); end
|
def inherited(subclass); end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
RuboCop::Cop::RSpec::Base::DEFAULT_CONFIGURATION = T.let(T.unsafe(nil), Hash)
|
|
||||||
|
|
||||||
RuboCop::Cop::RSpec::Base::DEFAULT_PATTERN_RE = T.let(T.unsafe(nil), Regexp)
|
|
||||||
|
|
||||||
class RuboCop::Cop::RSpec::Be < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::Be < ::RuboCop::Cop::RSpec::Base
|
||||||
def be_without_args(param0 = T.unsafe(nil)); end
|
def be_without_args(param0 = T.unsafe(nil)); end
|
||||||
def on_send(node); end
|
def on_send(node); end
|
||||||
@ -226,10 +222,8 @@ end
|
|||||||
|
|
||||||
RuboCop::Cop::RSpec::ContextWording::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::RSpec::ContextWording::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
RuboCop::Cop::RSpec::Cop = RuboCop::Cop::RSpec::Base
|
|
||||||
|
|
||||||
class RuboCop::Cop::RSpec::DescribeClass < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::DescribeClass < ::RuboCop::Cop::RSpec::Base
|
||||||
include(::RuboCop::RSpec::TopLevelGroup)
|
include(::RuboCop::Cop::RSpec::TopLevelGroup)
|
||||||
|
|
||||||
def example_group_with_ignored_metadata?(param0 = T.unsafe(nil)); end
|
def example_group_with_ignored_metadata?(param0 = T.unsafe(nil)); end
|
||||||
def not_a_const_described(param0 = T.unsafe(nil)); end
|
def not_a_const_described(param0 = T.unsafe(nil)); end
|
||||||
@ -246,7 +240,7 @@ end
|
|||||||
RuboCop::Cop::RSpec::DescribeClass::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::RSpec::DescribeClass::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
class RuboCop::Cop::RSpec::DescribeMethod < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::DescribeMethod < ::RuboCop::Cop::RSpec::Base
|
||||||
include(::RuboCop::RSpec::TopLevelGroup)
|
include(::RuboCop::Cop::RSpec::TopLevelGroup)
|
||||||
|
|
||||||
def on_top_level_group(node); end
|
def on_top_level_group(node); end
|
||||||
def second_argument(param0 = T.unsafe(nil)); end
|
def second_argument(param0 = T.unsafe(nil)); end
|
||||||
@ -320,8 +314,6 @@ class RuboCop::Cop::RSpec::EmptyExampleGroup < ::RuboCop::Cop::RSpec::Base
|
|||||||
private
|
private
|
||||||
|
|
||||||
def conditionals_with_examples?(body); end
|
def conditionals_with_examples?(body); end
|
||||||
def custom_include?(method_name); end
|
|
||||||
def custom_include_methods; end
|
|
||||||
def examples_in_branches?(if_node); end
|
def examples_in_branches?(if_node); end
|
||||||
def offensive?(body); end
|
def offensive?(body); end
|
||||||
end
|
end
|
||||||
@ -339,9 +331,9 @@ end
|
|||||||
RuboCop::Cop::RSpec::EmptyHook::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::RSpec::EmptyHook::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
class RuboCop::Cop::RSpec::EmptyLineAfterExample < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::EmptyLineAfterExample < ::RuboCop::Cop::RSpec::Base
|
||||||
include(::RuboCop::RSpec::FinalEndLocation)
|
include(::RuboCop::Cop::RSpec::FinalEndLocation)
|
||||||
include(::RuboCop::Cop::RangeHelp)
|
include(::RuboCop::Cop::RangeHelp)
|
||||||
include(::RuboCop::RSpec::EmptyLineSeparation)
|
include(::RuboCop::Cop::RSpec::EmptyLineSeparation)
|
||||||
extend(::RuboCop::Cop::AutoCorrector)
|
extend(::RuboCop::Cop::AutoCorrector)
|
||||||
|
|
||||||
def allow_consecutive_one_liners?; end
|
def allow_consecutive_one_liners?; end
|
||||||
@ -355,9 +347,9 @@ end
|
|||||||
RuboCop::Cop::RSpec::EmptyLineAfterExample::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::RSpec::EmptyLineAfterExample::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
class RuboCop::Cop::RSpec::EmptyLineAfterExampleGroup < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::EmptyLineAfterExampleGroup < ::RuboCop::Cop::RSpec::Base
|
||||||
include(::RuboCop::RSpec::FinalEndLocation)
|
include(::RuboCop::Cop::RSpec::FinalEndLocation)
|
||||||
include(::RuboCop::Cop::RangeHelp)
|
include(::RuboCop::Cop::RangeHelp)
|
||||||
include(::RuboCop::RSpec::EmptyLineSeparation)
|
include(::RuboCop::Cop::RSpec::EmptyLineSeparation)
|
||||||
extend(::RuboCop::Cop::AutoCorrector)
|
extend(::RuboCop::Cop::AutoCorrector)
|
||||||
|
|
||||||
def on_block(node); end
|
def on_block(node); end
|
||||||
@ -366,9 +358,9 @@ end
|
|||||||
RuboCop::Cop::RSpec::EmptyLineAfterExampleGroup::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::RSpec::EmptyLineAfterExampleGroup::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
class RuboCop::Cop::RSpec::EmptyLineAfterFinalLet < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::EmptyLineAfterFinalLet < ::RuboCop::Cop::RSpec::Base
|
||||||
include(::RuboCop::RSpec::FinalEndLocation)
|
include(::RuboCop::Cop::RSpec::FinalEndLocation)
|
||||||
include(::RuboCop::Cop::RangeHelp)
|
include(::RuboCop::Cop::RangeHelp)
|
||||||
include(::RuboCop::RSpec::EmptyLineSeparation)
|
include(::RuboCop::Cop::RSpec::EmptyLineSeparation)
|
||||||
extend(::RuboCop::Cop::AutoCorrector)
|
extend(::RuboCop::Cop::AutoCorrector)
|
||||||
|
|
||||||
def on_block(node); end
|
def on_block(node); end
|
||||||
@ -377,9 +369,9 @@ end
|
|||||||
RuboCop::Cop::RSpec::EmptyLineAfterFinalLet::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::RSpec::EmptyLineAfterFinalLet::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
class RuboCop::Cop::RSpec::EmptyLineAfterHook < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::EmptyLineAfterHook < ::RuboCop::Cop::RSpec::Base
|
||||||
include(::RuboCop::RSpec::FinalEndLocation)
|
include(::RuboCop::Cop::RSpec::FinalEndLocation)
|
||||||
include(::RuboCop::Cop::RangeHelp)
|
include(::RuboCop::Cop::RangeHelp)
|
||||||
include(::RuboCop::RSpec::EmptyLineSeparation)
|
include(::RuboCop::Cop::RSpec::EmptyLineSeparation)
|
||||||
extend(::RuboCop::Cop::AutoCorrector)
|
extend(::RuboCop::Cop::AutoCorrector)
|
||||||
|
|
||||||
def on_block(node); end
|
def on_block(node); end
|
||||||
@ -388,9 +380,9 @@ end
|
|||||||
RuboCop::Cop::RSpec::EmptyLineAfterHook::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::RSpec::EmptyLineAfterHook::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
class RuboCop::Cop::RSpec::EmptyLineAfterSubject < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::EmptyLineAfterSubject < ::RuboCop::Cop::RSpec::Base
|
||||||
include(::RuboCop::RSpec::FinalEndLocation)
|
include(::RuboCop::Cop::RSpec::FinalEndLocation)
|
||||||
include(::RuboCop::Cop::RangeHelp)
|
include(::RuboCop::Cop::RangeHelp)
|
||||||
include(::RuboCop::RSpec::EmptyLineSeparation)
|
include(::RuboCop::Cop::RSpec::EmptyLineSeparation)
|
||||||
extend(::RuboCop::Cop::AutoCorrector)
|
extend(::RuboCop::Cop::AutoCorrector)
|
||||||
|
|
||||||
def on_block(node); end
|
def on_block(node); end
|
||||||
@ -402,6 +394,16 @@ end
|
|||||||
|
|
||||||
RuboCop::Cop::RSpec::EmptyLineAfterSubject::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::RSpec::EmptyLineAfterSubject::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
|
module RuboCop::Cop::RSpec::EmptyLineSeparation
|
||||||
|
include(::RuboCop::Cop::RSpec::FinalEndLocation)
|
||||||
|
include(::RuboCop::Cop::RangeHelp)
|
||||||
|
|
||||||
|
def last_child?(node); end
|
||||||
|
def missing_separating_line(node); end
|
||||||
|
def missing_separating_line_offense(node); end
|
||||||
|
def offending_loc(last_line); end
|
||||||
|
end
|
||||||
|
|
||||||
class RuboCop::Cop::RSpec::ExampleLength < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::ExampleLength < ::RuboCop::Cop::RSpec::Base
|
||||||
include(::RuboCop::Cop::ConfigurableMax)
|
include(::RuboCop::Cop::ConfigurableMax)
|
||||||
include(::RuboCop::Cop::CodeLength)
|
include(::RuboCop::Cop::CodeLength)
|
||||||
@ -638,7 +640,7 @@ RuboCop::Cop::RSpec::FactoryBot::FactoryClassName::ALLOWED_CONSTANTS = T.let(T.u
|
|||||||
RuboCop::Cop::RSpec::FactoryBot::FactoryClassName::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::RSpec::FactoryBot::FactoryClassName::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
class RuboCop::Cop::RSpec::FilePath < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::FilePath < ::RuboCop::Cop::RSpec::Base
|
||||||
include(::RuboCop::RSpec::TopLevelGroup)
|
include(::RuboCop::Cop::RSpec::TopLevelGroup)
|
||||||
|
|
||||||
def const_described(param0 = T.unsafe(nil)); end
|
def const_described(param0 = T.unsafe(nil)); end
|
||||||
def on_top_level_example_group(node); end
|
def on_top_level_example_group(node); end
|
||||||
@ -662,6 +664,10 @@ end
|
|||||||
|
|
||||||
RuboCop::Cop::RSpec::FilePath::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::RSpec::FilePath::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
|
module RuboCop::Cop::RSpec::FinalEndLocation
|
||||||
|
def final_end_location(start_node); end
|
||||||
|
end
|
||||||
|
|
||||||
class RuboCop::Cop::RSpec::Focus < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::Focus < ::RuboCop::Cop::RSpec::Base
|
||||||
def focusable_selector?(param0 = T.unsafe(nil)); end
|
def focusable_selector?(param0 = T.unsafe(nil)); end
|
||||||
def focused_block?(param0 = T.unsafe(nil)); end
|
def focused_block?(param0 = T.unsafe(nil)); end
|
||||||
@ -679,7 +685,6 @@ class RuboCop::Cop::RSpec::HookArgument < ::RuboCop::Cop::RSpec::Base
|
|||||||
include(::RuboCop::Cop::ConfigurableEnforcedStyle)
|
include(::RuboCop::Cop::ConfigurableEnforcedStyle)
|
||||||
extend(::RuboCop::Cop::AutoCorrector)
|
extend(::RuboCop::Cop::AutoCorrector)
|
||||||
|
|
||||||
def hook?(param0 = T.unsafe(nil)); end
|
|
||||||
def on_block(node); end
|
def on_block(node); end
|
||||||
def scoped_hook(param0 = T.unsafe(nil)); end
|
def scoped_hook(param0 = T.unsafe(nil)); end
|
||||||
def unscoped_hook(param0 = T.unsafe(nil)); end
|
def unscoped_hook(param0 = T.unsafe(nil)); end
|
||||||
@ -800,7 +805,7 @@ end
|
|||||||
RuboCop::Cop::RSpec::InstanceSpy::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::RSpec::InstanceSpy::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
class RuboCop::Cop::RSpec::InstanceVariable < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::InstanceVariable < ::RuboCop::Cop::RSpec::Base
|
||||||
include(::RuboCop::RSpec::TopLevelGroup)
|
include(::RuboCop::Cop::RSpec::TopLevelGroup)
|
||||||
|
|
||||||
def custom_matcher?(param0 = T.unsafe(nil)); end
|
def custom_matcher?(param0 = T.unsafe(nil)); end
|
||||||
def dynamic_class?(param0 = T.unsafe(nil)); end
|
def dynamic_class?(param0 = T.unsafe(nil)); end
|
||||||
@ -816,17 +821,6 @@ end
|
|||||||
|
|
||||||
RuboCop::Cop::RSpec::InstanceVariable::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::RSpec::InstanceVariable::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
class RuboCop::Cop::RSpec::InvalidPredicateMatcher < ::RuboCop::Cop::RSpec::Base
|
|
||||||
def invalid_predicate_matcher?(param0 = T.unsafe(nil)); end
|
|
||||||
def on_send(node); end
|
|
||||||
|
|
||||||
private
|
|
||||||
|
|
||||||
def predicate?(name); end
|
|
||||||
end
|
|
||||||
|
|
||||||
RuboCop::Cop::RSpec::InvalidPredicateMatcher::MSG = T.let(T.unsafe(nil), String)
|
|
||||||
|
|
||||||
class RuboCop::Cop::RSpec::ItBehavesLike < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::ItBehavesLike < ::RuboCop::Cop::RSpec::Base
|
||||||
include(::RuboCop::Cop::ConfigurableEnforcedStyle)
|
include(::RuboCop::Cop::ConfigurableEnforcedStyle)
|
||||||
extend(::RuboCop::Cop::AutoCorrector)
|
extend(::RuboCop::Cop::AutoCorrector)
|
||||||
@ -967,7 +961,7 @@ end
|
|||||||
RuboCop::Cop::RSpec::MissingExampleGroupArgument::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::RSpec::MissingExampleGroupArgument::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
class RuboCop::Cop::RSpec::MultipleDescribes < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::MultipleDescribes < ::RuboCop::Cop::RSpec::Base
|
||||||
include(::RuboCop::RSpec::TopLevelGroup)
|
include(::RuboCop::Cop::RSpec::TopLevelGroup)
|
||||||
|
|
||||||
def on_top_level_group(node); end
|
def on_top_level_group(node); end
|
||||||
end
|
end
|
||||||
@ -999,7 +993,7 @@ RuboCop::Cop::RSpec::MultipleExpectations::TRUE = T.let(T.unsafe(nil), Proc)
|
|||||||
|
|
||||||
class RuboCop::Cop::RSpec::MultipleMemoizedHelpers < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::MultipleMemoizedHelpers < ::RuboCop::Cop::RSpec::Base
|
||||||
include(::RuboCop::Cop::ConfigurableMax)
|
include(::RuboCop::Cop::ConfigurableMax)
|
||||||
include(::RuboCop::RSpec::Variable)
|
include(::RuboCop::Cop::RSpec::Variable)
|
||||||
|
|
||||||
def on_block(node); end
|
def on_block(node); end
|
||||||
def on_new_investigation; end
|
def on_new_investigation; end
|
||||||
@ -1033,9 +1027,9 @@ end
|
|||||||
RuboCop::Cop::RSpec::MultipleSubjects::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::RSpec::MultipleSubjects::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
class RuboCop::Cop::RSpec::NamedSubject < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::NamedSubject < ::RuboCop::Cop::RSpec::Base
|
||||||
|
def example_or_hook_block?(param0 = T.unsafe(nil)); end
|
||||||
def ignored_shared_example?(node); end
|
def ignored_shared_example?(node); end
|
||||||
def on_block(node); end
|
def on_block(node); end
|
||||||
def rspec_block?(param0 = T.unsafe(nil)); end
|
|
||||||
def shared_example?(param0 = T.unsafe(nil)); end
|
def shared_example?(param0 = T.unsafe(nil)); end
|
||||||
def subject_usage(param0); end
|
def subject_usage(param0); end
|
||||||
end
|
end
|
||||||
@ -1044,7 +1038,7 @@ RuboCop::Cop::RSpec::NamedSubject::MSG = T.let(T.unsafe(nil), String)
|
|||||||
|
|
||||||
class RuboCop::Cop::RSpec::NestedGroups < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::NestedGroups < ::RuboCop::Cop::RSpec::Base
|
||||||
include(::RuboCop::Cop::ConfigurableMax)
|
include(::RuboCop::Cop::ConfigurableMax)
|
||||||
include(::RuboCop::RSpec::TopLevelGroup)
|
include(::RuboCop::Cop::RSpec::TopLevelGroup)
|
||||||
|
|
||||||
def on_top_level_group(node); end
|
def on_top_level_group(node); end
|
||||||
|
|
||||||
@ -1103,10 +1097,6 @@ end
|
|||||||
|
|
||||||
RuboCop::Cop::RSpec::Pending::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::RSpec::Pending::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
RuboCop::Cop::RSpec::Pending::PENDING = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
|
||||||
|
|
||||||
RuboCop::Cop::RSpec::Pending::SKIPPABLE = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
|
||||||
|
|
||||||
class RuboCop::Cop::RSpec::PredicateMatcher < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::PredicateMatcher < ::RuboCop::Cop::RSpec::Base
|
||||||
include(::RuboCop::Cop::ConfigurableEnforcedStyle)
|
include(::RuboCop::Cop::ConfigurableEnforcedStyle)
|
||||||
include(::RuboCop::Cop::RSpec::InflectedHelper)
|
include(::RuboCop::Cop::RSpec::InflectedHelper)
|
||||||
@ -1379,7 +1369,7 @@ end
|
|||||||
RuboCop::Cop::RSpec::StubbedMock::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::RSpec::StubbedMock::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
class RuboCop::Cop::RSpec::SubjectStub < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::SubjectStub < ::RuboCop::Cop::RSpec::Base
|
||||||
include(::RuboCop::RSpec::TopLevelGroup)
|
include(::RuboCop::Cop::RSpec::TopLevelGroup)
|
||||||
|
|
||||||
def message_expectation?(param0 = T.unsafe(nil), param1); end
|
def message_expectation?(param0 = T.unsafe(nil), param1); end
|
||||||
def message_expectation_matcher?(param0); end
|
def message_expectation_matcher?(param0); end
|
||||||
@ -1394,6 +1384,21 @@ end
|
|||||||
|
|
||||||
RuboCop::Cop::RSpec::SubjectStub::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::RSpec::SubjectStub::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
|
module RuboCop::Cop::RSpec::TopLevelGroup
|
||||||
|
extend(::RuboCop::AST::NodePattern::Macros)
|
||||||
|
|
||||||
|
def on_new_investigation; end
|
||||||
|
def top_level_groups; end
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
|
def on_top_level_example_group(_node); end
|
||||||
|
def on_top_level_group(_node); end
|
||||||
|
def root_node; end
|
||||||
|
def top_level_group?(node); end
|
||||||
|
def top_level_nodes(node); end
|
||||||
|
end
|
||||||
|
|
||||||
class RuboCop::Cop::RSpec::UnspecifiedException < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::UnspecifiedException < ::RuboCop::Cop::RSpec::Base
|
||||||
def block_with_args?(node); end
|
def block_with_args?(node); end
|
||||||
def empty_exception_matcher?(node); end
|
def empty_exception_matcher?(node); end
|
||||||
@ -1403,9 +1408,19 @@ end
|
|||||||
|
|
||||||
RuboCop::Cop::RSpec::UnspecifiedException::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::RSpec::UnspecifiedException::MSG = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
|
module RuboCop::Cop::RSpec::Variable
|
||||||
|
extend(::RuboCop::AST::NodePattern::Macros)
|
||||||
|
|
||||||
|
def variable_definition?(param0 = T.unsafe(nil)); end
|
||||||
|
end
|
||||||
|
|
||||||
|
RuboCop::Cop::RSpec::Variable::Helpers = RuboCop::RSpec::Language::Helpers
|
||||||
|
|
||||||
|
RuboCop::Cop::RSpec::Variable::Subjects = RuboCop::RSpec::Language::Subjects
|
||||||
|
|
||||||
class RuboCop::Cop::RSpec::VariableDefinition < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::VariableDefinition < ::RuboCop::Cop::RSpec::Base
|
||||||
include(::RuboCop::Cop::ConfigurableEnforcedStyle)
|
include(::RuboCop::Cop::ConfigurableEnforcedStyle)
|
||||||
include(::RuboCop::RSpec::Variable)
|
include(::RuboCop::Cop::RSpec::Variable)
|
||||||
|
|
||||||
def on_send(node); end
|
def on_send(node); end
|
||||||
|
|
||||||
@ -1423,7 +1438,7 @@ class RuboCop::Cop::RSpec::VariableName < ::RuboCop::Cop::RSpec::Base
|
|||||||
include(::RuboCop::Cop::ConfigurableFormatting)
|
include(::RuboCop::Cop::ConfigurableFormatting)
|
||||||
include(::RuboCop::Cop::ConfigurableNaming)
|
include(::RuboCop::Cop::ConfigurableNaming)
|
||||||
include(::RuboCop::Cop::IgnoredPattern)
|
include(::RuboCop::Cop::IgnoredPattern)
|
||||||
include(::RuboCop::RSpec::Variable)
|
include(::RuboCop::Cop::RSpec::Variable)
|
||||||
|
|
||||||
def on_send(node); end
|
def on_send(node); end
|
||||||
|
|
||||||
@ -1487,7 +1502,7 @@ module RuboCop::RSpec
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RuboCop::RSpec::AlignLetBrace
|
class RuboCop::RSpec::AlignLetBrace
|
||||||
include(::RuboCop::RSpec::Language::NodePattern)
|
include(::RuboCop::RSpec::Language)
|
||||||
|
|
||||||
def initialize(root, token); end
|
def initialize(root, token); end
|
||||||
|
|
||||||
@ -1505,12 +1520,10 @@ class RuboCop::RSpec::AlignLetBrace
|
|||||||
def token; end
|
def token; end
|
||||||
end
|
end
|
||||||
|
|
||||||
RuboCop::RSpec::CONFIG = T.let(T.unsafe(nil), Hash)
|
|
||||||
|
|
||||||
class RuboCop::RSpec::Concept
|
class RuboCop::RSpec::Concept
|
||||||
include(::RuboCop::RSpec::Language)
|
include(::RuboCop::RSpec::Language)
|
||||||
include(::RuboCop::RSpec::Language::NodePattern)
|
|
||||||
extend(::RuboCop::AST::NodePattern::Macros)
|
extend(::RuboCop::AST::NodePattern::Macros)
|
||||||
|
extend(::RuboCop::RSpec::Language::NodePattern)
|
||||||
|
|
||||||
def initialize(node); end
|
def initialize(node); end
|
||||||
|
|
||||||
@ -1529,7 +1542,7 @@ end
|
|||||||
|
|
||||||
class RuboCop::RSpec::Corrector::MoveNode
|
class RuboCop::RSpec::Corrector::MoveNode
|
||||||
include(::RuboCop::Cop::RangeHelp)
|
include(::RuboCop::Cop::RangeHelp)
|
||||||
include(::RuboCop::RSpec::FinalEndLocation)
|
include(::RuboCop::Cop::RSpec::FinalEndLocation)
|
||||||
|
|
||||||
def initialize(node, corrector, processed_source); end
|
def initialize(node, corrector, processed_source); end
|
||||||
|
|
||||||
@ -1546,16 +1559,6 @@ class RuboCop::RSpec::Corrector::MoveNode
|
|||||||
def source(node); end
|
def source(node); end
|
||||||
end
|
end
|
||||||
|
|
||||||
module RuboCop::RSpec::EmptyLineSeparation
|
|
||||||
include(::RuboCop::RSpec::FinalEndLocation)
|
|
||||||
include(::RuboCop::Cop::RangeHelp)
|
|
||||||
|
|
||||||
def last_child?(node); end
|
|
||||||
def missing_separating_line(node); end
|
|
||||||
def missing_separating_line_offense(node); end
|
|
||||||
def offending_loc(last_line); end
|
|
||||||
end
|
|
||||||
|
|
||||||
class RuboCop::RSpec::Example < ::RuboCop::RSpec::Concept
|
class RuboCop::RSpec::Example < ::RuboCop::RSpec::Concept
|
||||||
def definition; end
|
def definition; end
|
||||||
def doc_string; end
|
def doc_string; end
|
||||||
@ -1586,10 +1589,6 @@ module RuboCop::RSpec::FactoryBot
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
module RuboCop::RSpec::FinalEndLocation
|
|
||||||
def final_end_location(start_node); end
|
|
||||||
end
|
|
||||||
|
|
||||||
class RuboCop::RSpec::Hook < ::RuboCop::RSpec::Concept
|
class RuboCop::RSpec::Hook < ::RuboCop::RSpec::Concept
|
||||||
def example?; end
|
def example?; end
|
||||||
def extract_metadata(param0 = T.unsafe(nil)); end
|
def extract_metadata(param0 = T.unsafe(nil)); end
|
||||||
@ -1614,65 +1613,8 @@ module RuboCop::RSpec::Inject
|
|||||||
end
|
end
|
||||||
|
|
||||||
module RuboCop::RSpec::Language
|
module RuboCop::RSpec::Language
|
||||||
end
|
|
||||||
|
|
||||||
RuboCop::RSpec::Language::ALL = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
|
||||||
|
|
||||||
module RuboCop::RSpec::Language::ExampleGroups
|
|
||||||
end
|
|
||||||
|
|
||||||
RuboCop::RSpec::Language::ExampleGroups::ALL = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
|
||||||
|
|
||||||
RuboCop::RSpec::Language::ExampleGroups::FOCUSED = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
|
||||||
|
|
||||||
RuboCop::RSpec::Language::ExampleGroups::GROUPS = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
|
||||||
|
|
||||||
RuboCop::RSpec::Language::ExampleGroups::SKIPPED = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
|
||||||
|
|
||||||
module RuboCop::RSpec::Language::Examples
|
|
||||||
end
|
|
||||||
|
|
||||||
RuboCop::RSpec::Language::Examples::ALL = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
|
||||||
|
|
||||||
RuboCop::RSpec::Language::Examples::EXAMPLES = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
|
||||||
|
|
||||||
RuboCop::RSpec::Language::Examples::FOCUSED = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
|
||||||
|
|
||||||
RuboCop::RSpec::Language::Examples::PENDING = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
|
||||||
|
|
||||||
RuboCop::RSpec::Language::Examples::SKIPPED = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
|
||||||
|
|
||||||
module RuboCop::RSpec::Language::Expectations
|
|
||||||
end
|
|
||||||
|
|
||||||
RuboCop::RSpec::Language::Expectations::ALL = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
|
||||||
|
|
||||||
module RuboCop::RSpec::Language::Helpers
|
|
||||||
end
|
|
||||||
|
|
||||||
RuboCop::RSpec::Language::Helpers::ALL = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
|
||||||
|
|
||||||
module RuboCop::RSpec::Language::Hooks
|
|
||||||
end
|
|
||||||
|
|
||||||
RuboCop::RSpec::Language::Hooks::ALL = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
|
||||||
|
|
||||||
module RuboCop::RSpec::Language::Hooks::Scopes
|
|
||||||
end
|
|
||||||
|
|
||||||
RuboCop::RSpec::Language::Hooks::Scopes::ALL = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
|
||||||
|
|
||||||
module RuboCop::RSpec::Language::Includes
|
|
||||||
end
|
|
||||||
|
|
||||||
RuboCop::RSpec::Language::Includes::ALL = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
|
||||||
|
|
||||||
RuboCop::RSpec::Language::Includes::CONTEXT = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
|
||||||
|
|
||||||
RuboCop::RSpec::Language::Includes::EXAMPLES = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
|
||||||
|
|
||||||
module RuboCop::RSpec::Language::NodePattern
|
|
||||||
extend(::RuboCop::AST::NodePattern::Macros)
|
extend(::RuboCop::AST::NodePattern::Macros)
|
||||||
|
extend(::RuboCop::RSpec::Language::NodePattern)
|
||||||
|
|
||||||
def example?(param0 = T.unsafe(nil)); end
|
def example?(param0 = T.unsafe(nil)); end
|
||||||
def example_group?(param0 = T.unsafe(nil)); end
|
def example_group?(param0 = T.unsafe(nil)); end
|
||||||
@ -1684,89 +1626,40 @@ module RuboCop::RSpec::Language::NodePattern
|
|||||||
def shared_group?(param0 = T.unsafe(nil)); end
|
def shared_group?(param0 = T.unsafe(nil)); end
|
||||||
def spec_group?(param0 = T.unsafe(nil)); end
|
def spec_group?(param0 = T.unsafe(nil)); end
|
||||||
def subject?(param0 = T.unsafe(nil)); end
|
def subject?(param0 = T.unsafe(nil)); end
|
||||||
|
|
||||||
|
class << self
|
||||||
|
def config; end
|
||||||
|
def config=(_arg0); end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
module RuboCop::RSpec::Language::Runners
|
module RuboCop::RSpec::Language::Helpers
|
||||||
|
class << self
|
||||||
|
def all(element); end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
RuboCop::RSpec::Language::Runners::ALL = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
module RuboCop::RSpec::Language::HookScopes
|
||||||
|
class << self
|
||||||
class RuboCop::RSpec::Language::SelectorSet
|
def all(element); end
|
||||||
def initialize(selectors); end
|
end
|
||||||
|
|
||||||
def +(other); end
|
|
||||||
def ==(other); end
|
|
||||||
def block_or_block_pass_pattern; end
|
|
||||||
def block_pass_pattern; end
|
|
||||||
def block_pattern; end
|
|
||||||
def include?(selector); end
|
|
||||||
def node_pattern; end
|
|
||||||
def node_pattern_union; end
|
|
||||||
def send_or_block_or_block_pass_pattern; end
|
|
||||||
def send_pattern; end
|
|
||||||
def to_a; end
|
|
||||||
|
|
||||||
protected
|
|
||||||
|
|
||||||
def selectors; end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
module RuboCop::RSpec::Language::SharedGroups
|
module RuboCop::RSpec::Language::NodePattern
|
||||||
|
def block_pattern(string); end
|
||||||
|
def send_pattern(string); end
|
||||||
end
|
end
|
||||||
|
|
||||||
RuboCop::RSpec::Language::SharedGroups::ALL = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
module RuboCop::RSpec::Language::Subjects
|
||||||
|
class << self
|
||||||
RuboCop::RSpec::Language::SharedGroups::CONTEXT = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
def all(element); end
|
||||||
|
end
|
||||||
RuboCop::RSpec::Language::SharedGroups::EXAMPLES = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
|
||||||
|
|
||||||
module RuboCop::RSpec::Language::Subject
|
|
||||||
end
|
end
|
||||||
|
|
||||||
RuboCop::RSpec::Language::Subject::ALL = T.let(T.unsafe(nil), RuboCop::RSpec::Language::SelectorSet)
|
|
||||||
|
|
||||||
module RuboCop::RSpec::Node
|
module RuboCop::RSpec::Node
|
||||||
def recursive_literal_or_const?; end
|
def recursive_literal_or_const?; end
|
||||||
end
|
end
|
||||||
|
|
||||||
module RuboCop::RSpec::TopLevelDescribe
|
|
||||||
extend(::RuboCop::AST::NodePattern::Macros)
|
|
||||||
|
|
||||||
def on_send(node); end
|
|
||||||
|
|
||||||
private
|
|
||||||
|
|
||||||
def describe_statement_children(node); end
|
|
||||||
def root_node; end
|
|
||||||
def single_top_level_describe?; end
|
|
||||||
def top_level_describe?(node); end
|
|
||||||
def top_level_nodes; end
|
|
||||||
end
|
|
||||||
|
|
||||||
module RuboCop::RSpec::TopLevelGroup
|
|
||||||
include(::RuboCop::RSpec::Language)
|
|
||||||
extend(::RuboCop::AST::NodePattern::Macros)
|
|
||||||
|
|
||||||
def example_or_shared_group?(param0 = T.unsafe(nil)); end
|
|
||||||
def on_new_investigation; end
|
|
||||||
def top_level_groups; end
|
|
||||||
|
|
||||||
private
|
|
||||||
|
|
||||||
def on_top_level_example_group(_node); end
|
|
||||||
def on_top_level_group(_node); end
|
|
||||||
def root_node; end
|
|
||||||
def top_level_group?(node); end
|
|
||||||
def top_level_nodes(node); end
|
|
||||||
end
|
|
||||||
|
|
||||||
module RuboCop::RSpec::Variable
|
|
||||||
include(::RuboCop::RSpec::Language)
|
|
||||||
extend(::RuboCop::AST::NodePattern::Macros)
|
|
||||||
|
|
||||||
def variable_definition?(param0 = T.unsafe(nil)); end
|
|
||||||
end
|
|
||||||
|
|
||||||
module RuboCop::RSpec::Version
|
module RuboCop::RSpec::Version
|
||||||
end
|
end
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
@ -25838,6 +25838,14 @@ module Readline
|
|||||||
def self.completion_quote_character(); end
|
def self.completion_quote_character(); end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class Regexp::Expression::Base
|
||||||
|
include ::RuboCop::Ext::RegexpParser::Expression::Base
|
||||||
|
end
|
||||||
|
|
||||||
|
class Regexp::Expression::CharacterSet
|
||||||
|
include ::RuboCop::Ext::RegexpParser::Expression::CharacterSet
|
||||||
|
end
|
||||||
|
|
||||||
class ReporterHub
|
class ReporterHub
|
||||||
def empty?(*args, &block); end
|
def empty?(*args, &block); end
|
||||||
end
|
end
|
||||||
@ -26230,12 +26238,9 @@ class RuboCop::AST::NodePattern::Parser
|
|||||||
end
|
end
|
||||||
|
|
||||||
module RuboCop::AST::NodePattern::Sets
|
module RuboCop::AST::NodePattern::Sets
|
||||||
SET_AND_RETURN_AND_RAISE_AND_THROW_ETC = ::T.let(nil, ::T.untyped)
|
|
||||||
SET_BUILD_RECOMMENDED_TEST_OPTIONAL = ::T.let(nil, ::T.untyped)
|
SET_BUILD_RECOMMENDED_TEST_OPTIONAL = ::T.let(nil, ::T.untyped)
|
||||||
SET_DEPENDS_ON_USES_FROM_MACOS = ::T.let(nil, ::T.untyped)
|
SET_DEPENDS_ON_USES_FROM_MACOS = ::T.let(nil, ::T.untyped)
|
||||||
SET_INCLUDE_WITH_WITHOUT = ::T.let(nil, ::T.untyped)
|
SET_INCLUDE_WITH_WITHOUT = ::T.let(nil, ::T.untyped)
|
||||||
SET_PROC_LAMBDA = ::T.let(nil, ::T.untyped)
|
|
||||||
SET_RECEIVE_RECEIVE_MESSAGE_CHAIN = ::T.let(nil, ::T.untyped)
|
|
||||||
SET_SYSTEM_SHELL_OUTPUT_PIPE_OUTPUT = ::T.let(nil, ::T.untyped)
|
SET_SYSTEM_SHELL_OUTPUT_PIPE_OUTPUT = ::T.let(nil, ::T.untyped)
|
||||||
SET_WITH_WITHOUT = ::T.let(nil, ::T.untyped)
|
SET_WITH_WITHOUT = ::T.let(nil, ::T.untyped)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user