# sig/rubocop/cop/sorbet/allow_incompatible_override.rbs class RuboCop::Cop::Sorbet::AllowIncompatibleOverride < RuboCop::Cop::Sorbet::RuboCop::Cop::Cop def not_nil?: () -> untyped def on_send: () -> untyped end # sig/rubocop/cop/sorbet/binding_constants_without_type_alias.rbs class RuboCop::Cop::Sorbet::BindingConstantWithoutTypeAlias < RuboCop::Cop::Sorbet::RuboCop::Cop::Cop def autocorrect: () -> untyped def not_nil?: () -> untyped def not_t_let?: () -> untyped def on_casgn: () -> untyped end # sig/rubocop/cop/sorbet/checked_true_in_signature.rbs class RuboCop::Cop::Sorbet::CheckedTrueInSignature < RuboCop::Cop::Sorbet::RuboCop::Cop::Cop def on_block: () -> untyped end # sig/rubocop/cop/sorbet/constants_from_strings.rbs class RuboCop::Cop::Sorbet::ConstantsFromStrings < RuboCop::Cop::Cop def on_send: () -> untyped end # sig/rubocop/cop/sorbet/forbid_include_const_literal.rbs class RuboCop::Cop::Sorbet::ForbidIncludeConstLiteral < RuboCop::Cop::Sorbet::RuboCop::Cop::Cop def autocorrect: () -> untyped def find_free_name: () -> untyped def initialize: () -> void def on_send: () -> untyped end # sig/rubocop/cop/sorbet/forbid_superclass_const_literal.rbs class RuboCop::Cop::Sorbet::ForbidSuperclassConstLiteral < RuboCop::Cop::Sorbet::RuboCop::Cop::Cop def autocorrect: () -> untyped def on_class: () -> untyped end # sig/rubocop/cop/sorbet/keyword_argument_ordering.rbs class RuboCop::Cop::Sorbet::KeywordArgumentOrdering < RuboCop::Cop::Sorbet::RuboCop::Cop::Cop def check_order_for_kwoptargs: () -> untyped def on_block: () -> untyped end # sig/rubocop/cop/sorbet/parameters_ordering_in_signature.rbs class RuboCop::Cop::Sorbet::ParametersOrderingInSignature < RuboCop::Cop::Sorbet::RuboCop::Cop::Cop def check_for_inconsistent_param_ordering: () -> untyped def on_block: () -> untyped end # sig/rubocop/cop/sorbet/signature_build_order.rbs class RuboCop::Cop::Sorbet::SignatureBuildOrder < RuboCop::Cop::Sorbet::RuboCop::Cop::Cop def autocorrect: () -> untyped def call_chain: () -> untyped def can_autocorrect?: () -> untyped def on_block: () -> untyped end