# sig/rubocop/cop/rspec_describe_class.rbs class Rubocop::Cop::RSpecDescribeClass < Rubocop::Cop::Cop def on_top_level_describe: () -> untyped end # sig/rubocop/cop/rspec_describe_method.rbs class Rubocop::Cop::RSpecDescribeMethod < Rubocop::Cop::Cop def on_top_level_describe: () -> untyped end # sig/rubocop/cop/rspec_described_class.rbs class Rubocop::Cop::RSpecDescribedClass < Rubocop::Cop::Cop def inspect_children: () -> untyped def on_block: () -> untyped def scope_change?: () -> untyped end # sig/rubocop/cop/rspec_example_wording.rbs class Rubocop::Cop::RSpecExampleWording < Rubocop::Cop::Cop def on_block: () -> untyped end # sig/rubocop/cop/rspec_file_name.rbs class Rubocop::Cop::RSpecFileName < Rubocop::Cop::Cop def camel_to_underscore: () -> untyped def matcher: () -> untyped def on_top_level_describe: () -> untyped def regexp_from_glob: () -> untyped def source_filename: () -> untyped end # sig/rubocop/cop/rspec_instance_variable.rbs class Rubocop::Cop::RSpecInstanceVariable < Rubocop::Cop::Cop def on_block: () -> untyped def on_ivar: () -> untyped end # sig/rubocop/cop/rspec_multiple_describes.rbs class Rubocop::Cop::RSpecMultipleDescribes < Rubocop::Cop::Cop def on_top_level_describe: () -> untyped end # sig/rubocop/rspec/inject.rbs module Rubocop::RSpec::Inject def self.defaults!: () -> untyped end # sig/rubocop/rspec/top_level_describe.rbs module Rubocop::RSpec::TopLevelDescribe def describe_statement_children: () -> untyped def node_children: () -> untyped def on_send: () -> untyped def root_node: () -> untyped def single_top_level_describe?: () -> untyped def top_level_describe?: () -> untyped def top_level_nodes: () -> untyped end