Table of Contents - rubocop-sorbet-0.6.2 Documentation
Classes and Modules
- RuboCop
- RuboCop::Cop
- RuboCop::Cop::Sorbet
- RuboCop::Cop::Sorbet::AllowIncompatibleOverride
- RuboCop::Cop::Sorbet::BindingConstantWithoutTypeAlias
- RuboCop::Cop::Sorbet::CallbackConditionalsBinding
- RuboCop::Cop::Sorbet::CheckedTrueInSignature
- RuboCop::Cop::Sorbet::ConstantsFromStrings
- RuboCop::Cop::Sorbet::EnforceSigilOrder
- RuboCop::Cop::Sorbet::EnforceSignatures
- RuboCop::Cop::Sorbet::EnforceSignatures::SigSuggestion
- RuboCop::Cop::Sorbet::FalseSigil
- RuboCop::Cop::Sorbet::ForbidExtendTSigHelpersInShims
- RuboCop::Cop::Sorbet::ForbidIncludeConstLiteral
- RuboCop::Cop::Sorbet::ForbidRBIOutsideOfSorbetDir
- RuboCop::Cop::Sorbet::ForbidSuperclassConstLiteral
- RuboCop::Cop::Sorbet::ForbidTUnsafe
- RuboCop::Cop::Sorbet::ForbidUntypedStructProps
- RuboCop::Cop::Sorbet::HasSigil
- RuboCop::Cop::Sorbet::IgnoreSigil
- RuboCop::Cop::Sorbet::KeywordArgumentOrdering
- RuboCop::Cop::Sorbet::OneAncestorPerLine
- RuboCop::Cop::Sorbet::ParametersOrderingInSignature
- RuboCop::Cop::Sorbet::SignatureBuildOrder
- RuboCop::Cop::Sorbet::SignatureBuildOrder::ModernBuilder
- RuboCop::Cop::Sorbet::SignatureCop
- RuboCop::Cop::Sorbet::SingleLineRbiClassModuleDefinitions
- RuboCop::Cop::Sorbet::StrictSigil
- RuboCop::Cop::Sorbet::StrongSigil
- RuboCop::Cop::Sorbet::TrueSigil
- RuboCop::Cop::Sorbet::ValidSigil
- RuboCop::Sorbet
- RuboCop::Sorbet::Error
- RuboCop::Sorbet::Inject
Methods
- ::defaults! — RuboCop::Sorbet::Inject
- ::new — RuboCop::Cop::Sorbet::ForbidIncludeConstLiteral
- ::new — RuboCop::Cop::Sorbet::EnforceSignatures
- ::new — RuboCop::Cop::Sorbet::EnforceSignatures::SigSuggestion
- #autocorrect — RuboCop::Cop::Sorbet::BindingConstantWithoutTypeAlias
- #autocorrect — RuboCop::Cop::Sorbet::CallbackConditionalsBinding
- #autocorrect — RuboCop::Cop::Sorbet::OneAncestorPerLine
- #autocorrect — RuboCop::Cop::Sorbet::ForbidExtendTSigHelpersInShims
- #autocorrect — RuboCop::Cop::Sorbet::SingleLineRbiClassModuleDefinitions
- #autocorrect — RuboCop::Cop::Sorbet::EnforceSigilOrder
- #autocorrect — RuboCop::Cop::Sorbet::ValidSigil
- #autocorrect — RuboCop::Cop::Sorbet::EnforceSignatures
- #autocorrect — RuboCop::Cop::Sorbet::SignatureBuildOrder
- #call_chain — RuboCop::Cop::Sorbet::SignatureBuildOrder
- #can_autocorrect? — RuboCop::Cop::Sorbet::SignatureBuildOrder
- #check_for_inconsistent_param_ordering — RuboCop::Cop::Sorbet::ParametersOrderingInSignature
- #check_magic_comments_order — RuboCop::Cop::Sorbet::EnforceSigilOrder
- #check_node — RuboCop::Cop::Sorbet::EnforceSignatures
- #check_order_for_kwoptargs — RuboCop::Cop::Sorbet::KeywordArgumentOrdering
- #check_sigil_present — RuboCop::Cop::Sorbet::ValidSigil
- #check_strictness_level — RuboCop::Cop::Sorbet::ValidSigil
- #check_strictness_not_empty — RuboCop::Cop::Sorbet::ValidSigil
- #check_strictness_valid — RuboCop::Cop::Sorbet::ValidSigil
- #convert_newlines — RuboCop::Cop::Sorbet::SingleLineRbiClassModuleDefinitions
- #extract_magic_comments — RuboCop::Cop::Sorbet::EnforceSigilOrder
- #extract_parameters — RuboCop::Cop::Sorbet::ParametersOrderingInSignature
- #extract_sigil — RuboCop::Cop::Sorbet::ValidSigil
- #extract_strictness — RuboCop::Cop::Sorbet::ValidSigil
- #generate_params — RuboCop::Cop::Sorbet::EnforceSignatures::SigSuggestion
- #generate_return — RuboCop::Cop::Sorbet::EnforceSignatures::SigSuggestion
- #investigate — RuboCop::Cop::Sorbet::ForbidRBIOutsideOfSorbetDir
- #investigate — RuboCop::Cop::Sorbet::EnforceSigilOrder
- #investigate — RuboCop::Cop::Sorbet::ValidSigil
- #minimum_strictness — RuboCop::Cop::Sorbet::FalseSigil
- #minimum_strictness — RuboCop::Cop::Sorbet::IgnoreSigil
- #minimum_strictness — RuboCop::Cop::Sorbet::StrictSigil
- #minimum_strictness — RuboCop::Cop::Sorbet::StrongSigil
- #minimum_strictness — RuboCop::Cop::Sorbet::TrueSigil
- #minimum_strictness — RuboCop::Cop::Sorbet::ValidSigil
- #new_ra_line — RuboCop::Cop::Sorbet::OneAncestorPerLine
- #node_reparsed_with_modern_features — RuboCop::Cop::Sorbet::SignatureBuildOrder
- #not_dynamic_type_creation_with_block? — RuboCop::Cop::Sorbet::BindingConstantWithoutTypeAlias
- #not_generic_parameter_decl? — RuboCop::Cop::Sorbet::BindingConstantWithoutTypeAlias
- #not_nil? — RuboCop::Cop::Sorbet::BindingConstantWithoutTypeAlias
- #not_nil? — RuboCop::Cop::Sorbet::AllowIncompatibleOverride
- #not_t_let? — RuboCop::Cop::Sorbet::BindingConstantWithoutTypeAlias
- #on_block — RuboCop::Cop::Sorbet::EnforceSignatures
- #on_block — RuboCop::Cop::Sorbet::SignatureCop
- #on_casgn — RuboCop::Cop::Sorbet::BindingConstantWithoutTypeAlias
- #on_class — RuboCop::Cop::Sorbet::ForbidSuperclassConstLiteral
- #on_class — RuboCop::Cop::Sorbet::ForbidUntypedStructProps
- #on_class — RuboCop::Cop::Sorbet::OneAncestorPerLine
- #on_class — RuboCop::Cop::Sorbet::SingleLineRbiClassModuleDefinitions
- #on_def — RuboCop::Cop::Sorbet::EnforceSignatures
- #on_defs — RuboCop::Cop::Sorbet::EnforceSignatures
- #on_module — RuboCop::Cop::Sorbet::OneAncestorPerLine
- #on_module — RuboCop::Cop::Sorbet::SingleLineRbiClassModuleDefinitions
- #on_send — RuboCop::Cop::Sorbet::CallbackConditionalsBinding
- #on_send — RuboCop::Cop::Sorbet::ConstantsFromStrings
- #on_send — RuboCop::Cop::Sorbet::ForbidIncludeConstLiteral
- #on_send — RuboCop::Cop::Sorbet::ForbidTUnsafe
- #on_send — RuboCop::Cop::Sorbet::ForbidExtendTSigHelpersInShims
- #on_send — RuboCop::Cop::Sorbet::AllowIncompatibleOverride
- #on_send — RuboCop::Cop::Sorbet::EnforceSignatures
- #on_signature — RuboCop::Cop::Sorbet::CheckedTrueInSignature
- #on_signature — RuboCop::Cop::Sorbet::KeywordArgumentOrdering
- #on_signature — RuboCop::Cop::Sorbet::ParametersOrderingInSignature
- #on_signature — RuboCop::Cop::Sorbet::SignatureBuildOrder
- #on_signature — RuboCop::Cop::Sorbet::SignatureCop
- #param_type_placeholder — RuboCop::Cop::Sorbet::EnforceSignatures
- #process_node — RuboCop::Cop::Sorbet::OneAncestorPerLine
- #process_node — RuboCop::Cop::Sorbet::SingleLineRbiClassModuleDefinitions
- #require_sigil_on_all_files? — RuboCop::Cop::Sorbet::HasSigil
- #require_sigil_on_all_files? — RuboCop::Cop::Sorbet::ValidSigil
- #return_type_placeholder — RuboCop::Cop::Sorbet::EnforceSignatures
- #scope — RuboCop::Cop::Sorbet::EnforceSignatures
- #suggested_strictness — RuboCop::Cop::Sorbet::ValidSigil
- #suggested_strictness_level — RuboCop::Cop::Sorbet::ValidSigil
- #to_autocorrect — RuboCop::Cop::Sorbet::EnforceSignatures::SigSuggestion