Method List
-
#about RuboCop::RbsInline::Plugin
-
#add_ivar_offense RuboCop::Cop::Style::RbsInline::RedundantInstanceVariableAnnotation
-
#add_offense_for RuboCop::Cop::Style::RbsInline::UnmatchedAnnotations
-
#add_offense_for RuboCop::Cop::Style::RbsInline::RedundantReturnType
-
#add_offense_for_annotation RuboCop::Cop::Style::RbsInline::RedundantReturnType
-
#add_offense_for_annotation RuboCop::Cop::Style::RbsInline::RedundantArgumentType
-
#add_offense_for_doc_style_param RuboCop::Cop::Style::RbsInline::RedundantTypeAnnotation
-
#add_offense_for_doc_style_return RuboCop::Cop::Style::RbsInline::RedundantTypeAnnotation
-
#add_offense_for_inline RuboCop::Cop::Style::RbsInline::RedundantReturnType
-
#add_offense_for_method_type_signature RuboCop::Cop::Style::RbsInline::RedundantTypeAnnotation
-
#add_offense_for_rbs_param RuboCop::Cop::Style::RbsInline::RedundantArgumentType
-
#add_offense_for_rbs_return RuboCop::Cop::Style::RbsInline::RedundantReturnType
-
#add_offense_for_return RuboCop::Cop::Style::RbsInline::RedundantTypeAnnotation
-
#add_offense_for_trailing_return RuboCop::Cop::Style::RbsInline::RedundantTypeAnnotation
-
#add_offenses_for_folded_data_class RuboCop::Cop::Style::RbsInline::MissingDataClassAnnotation
-
#after_class RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#after_class RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#after_class RuboCop::Cop::Style::RbsInline::RedundantInstanceVariableAnnotation
-
#after_sclass RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#annotated_attribute_method? RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#annotation_column RuboCop::Cop::Style::RbsInline::DataClassCommentAlignment
-
#annotation_column RuboCop::Cop::Style::RbsInline::MissingDataClassAnnotation
-
#annotation_line RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#annotation_name RuboCop::Cop::Style::RbsInline::UnmatchedAnnotations
-
#annotation_range RuboCop::Cop::Style::RbsInline::SourceCodeHelper
-
#args_for RuboCop::Cop::Style::RbsInline::UnmatchedAnnotations
-
#args_node_for RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#arguments_for RuboCop::Cop::Style::RbsInline::UnmatchedAnnotations
-
#attr_method? RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#attribute_names_from RuboCop::Cop::Style::RbsInline::RedundantInstanceVariableAnnotation
-
#attributes_scope_stack RuboCop::Cop::Style::RbsInline::RedundantInstanceVariableAnnotation
-
#blank_line? RuboCop::Cop::Style::RbsInline::SourceCodeHelper
-
#block_end_line? RuboCop::Cop::Style::RbsInline::EmbeddedRbsSpacing
-
#build_multiline_replacement RuboCop::Cop::Style::RbsInline::MissingDataClassAnnotation
-
#char_at RuboCop::Cop::Style::RbsInline::SourceCodeHelper
-
#character_offset RuboCop::Cop::Style::RbsInline::SourceCodeHelper
-
#check_always_style RuboCop::Cop::Style::RbsInline::RequireRbsInlineComment
-
#check_annotation_alignment RuboCop::Cop::Style::RbsInline::DataClassCommentAlignment
-
#check_attribute_method RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#check_blank_line_case RuboCop::Cop::Style::RbsInline::MethodCommentSpacing
-
#check_comment RuboCop::Cop::Style::RbsInline::InvalidComment
-
#check_def RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#check_doc_style_annotations RuboCop::Cop::Style::RbsInline::RedundantAnnotationWithSkip
-
#check_embedded_annotation RuboCop::Cop::Style::RbsInline::EmbeddedRbsSpacing
-
#check_embedded_rbs_spacing RuboCop::Cop::Style::RbsInline::EmbeddedRbsSpacing
-
#check_method_annotation RuboCop::Cop::Style::RbsInline::MethodCommentSpacing
-
#check_method_comment_spacing RuboCop::Cop::Style::RbsInline::MethodCommentSpacing
-
#check_method_entries RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#check_method_parameters_in_doc_style RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#check_method_type_signature RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#check_method_type_signature_or_return_annotation RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#check_method_type_signature_or_return_annotation_style RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#check_multiline_data_class RuboCop::Cop::Style::RbsInline::MissingDataClassAnnotation
-
#check_never_style RuboCop::Cop::Style::RbsInline::RequireRbsInlineComment
-
#check_offenses RuboCop::Cop::Style::RbsInline::RedundantInstanceVariableAnnotation
-
#check_parameter_redundancy RuboCop::Cop::Style::RbsInline::RedundantTypeAnnotation
-
#check_return_type_in_doc_style RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#check_return_type_in_return_annotation RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#check_return_type_redundancy RuboCop::Cop::Style::RbsInline::RedundantTypeAnnotation
-
#check_skip_override RuboCop::Cop::Style::RbsInline::RedundantAnnotationWithSkip
-
#check_spacing_after_annotation RuboCop::Cop::Style::RbsInline::MethodCommentSpacing
-
#check_trailing_return RuboCop::Cop::Style::RbsInline::RedundantAnnotationWithSkip
-
#check_variable_comment RuboCop::Cop::Style::RbsInline::VariableCommentSpacing
-
#check_variable_comment_spacing RuboCop::Cop::Style::RbsInline::VariableCommentSpacing
-
#civar_type_annotations RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#collect_ivar_annotations RuboCop::Cop::Style::RbsInline::RedundantInstanceVariableAnnotation
-
#collect_ivar_type_annotations RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#collect_method_annotation_comments RuboCop::Cop::Style::RbsInline::KeywordSeparator
-
#collect_typed_ivars_for_scope RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#comment_at RuboCop::Cop::Style::RbsInline::SourceCodeHelper
-
#comment_range RuboCop::Cop::Style::RbsInline::SourceCodeHelper
-
#consume_embedded_rbs RuboCop::Cop::Style::RbsInline::InvalidComment
-
#correct_alignment RuboCop::Cop::Style::RbsInline::DataClassCommentAlignment
-
#correct_multiline RuboCop::Cop::Style::RbsInline::MissingDataClassAnnotation
-
#corrected_keyword RuboCop::Cop::Style::RbsInline::ParametersSeparator
-
#corrected_text RuboCop::Cop::Style::RbsInline::InvalidComment
-
#current_attributes_scope RuboCop::Cop::Style::RbsInline::RedundantInstanceVariableAnnotation
-
#current_method_entries RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#current_scope RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#current_visibility RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#data_attribute? RuboCop::Cop::Style::RbsInline::DataClassCommentAlignment
-
#data_attribute? RuboCop::Cop::Style::RbsInline::MissingDataClassAnnotation
-
#data_attributes RuboCop::Cop::Style::RbsInline::DataClassCommentAlignment
-
#data_attributes RuboCop::Cop::Style::RbsInline::MissingDataClassAnnotation
-
#data_define? RuboCop::Cop::Style::RbsInline::DataDefineWithBlock
-
#data_define? RuboCop::Cop::Style::RbsInline::DataClassCommentAlignment
-
#data_define? RuboCop::Cop::Style::RbsInline::MissingDataClassAnnotation
-
#disabled? RuboCop::Cop::Style::RbsInline::RequireRbsInlineComment
-
#doc_style_annotation_message RuboCop::Cop::Style::RbsInline::RedundantAnnotationWithSkip
-
#doc_style_annotation_name RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#end_line RuboCop::Cop::Style::RbsInline::ASTUtils
-
#extract_ivar_annotations RuboCop::Cop::Style::RbsInline::RedundantInstanceVariableAnnotation
-
#find_doc_style_param_annotations RuboCop::Cop::Style::RbsInline::CommentParser
-
#find_doc_style_return_annotation RuboCop::Cop::Style::RbsInline::CommentParser
-
#find_insert_position RuboCop::Cop::Style::RbsInline::RequireRbsInlineComment
-
#find_last_comment_in_first_block RuboCop::Cop::Style::RbsInline::RequireRbsInlineComment
-
#find_last_consecutive_comment RuboCop::Cop::Style::RbsInline::CommentParser
-
#find_leading_annotation RuboCop::Cop::Style::RbsInline::CommentParser
-
#find_method_type_signature_comments RuboCop::Cop::Style::RbsInline::CommentParser
-
#find_param_annotations RuboCop::Cop::Style::RbsInline::RedundantArgumentType
-
#find_rbs_inline_magic_comment RuboCop::Cop::Style::RbsInline::RequireRbsInlineComment
-
#find_regular_comment RuboCop::Cop::Style::RbsInline::MissingDataClassAnnotation
-
#find_trailing_comment RuboCop::Cop::Style::RbsInline::CommentParser
-
#first_line_range RuboCop::Cop::Style::RbsInline::RequireRbsInlineComment
-
#folded_data_class? RuboCop::Cop::Style::RbsInline::DataClassCommentAlignment
-
#folded_data_class? RuboCop::Cop::Style::RbsInline::MissingDataClassAnnotation
-
#inline_type_annotation? RuboCop::Cop::Style::RbsInline::MissingDataClassAnnotation
-
#inline_type_comment RuboCop::Cop::Style::RbsInline::DataClassCommentAlignment
-
#insert_annotation RuboCop::Cop::Style::RbsInline::MissingDataClassAnnotation
-
#invalid_annotation? RuboCop::Cop::Style::RbsInline::InvalidTypes
-
#invalid_embedded? RuboCop::Cop::Style::RbsInline::InvalidTypes
-
#invalid_location_for RuboCop::Cop::Style::RbsInline::KeywordSeparator
-
#invalid_location_for RuboCop::Cop::Style::RbsInline::ParametersSeparator
-
#ivar_annotations RuboCop::Cop::Style::RbsInline::RedundantInstanceVariableAnnotation
-
#ivar_type_annotations RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#keyword_range RuboCop::Cop::Style::RbsInline::ParametersSeparator
-
#line_range RuboCop::Cop::Style::RbsInline::SourceCodeHelper
-
#location_to_range RuboCop::Cop::Style::RbsInline::SourceCodeHelper
-
#longest_argname RuboCop::Cop::Style::RbsInline::MissingDataClassAnnotation
-
members RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation::MethodEntry
-
#members RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation::MethodEntry
-
#method_definition_line? RuboCop::Cop::Style::RbsInline::MethodCommentSpacing
-
#method_has_arguments? RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#method_parameter_list_end_line RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#method_parameter_list_end_line RuboCop::Cop::Style::RbsInline::RedundantTypeAnnotation
-
#method_parameter_list_end_line RuboCop::Cop::Style::RbsInline::RedundantAnnotationWithSkip
-
#method_related_annotation? RuboCop::Cop::Style::RbsInline::MethodCommentSpacing
-
#name RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation::MethodEntry
-
#name_location RuboCop::Cop::Style::RbsInline::ASTUtils
-
new RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation::MethodEntry
-
#no_argument_keyword_without_type? RuboCop::Cop::Style::RbsInline::KeywordSeparator
-
#node RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation::MethodEntry
-
#offense_range_for_def RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#on_attribute_method RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#on_class RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#on_class RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#on_class RuboCop::Cop::Style::RbsInline::RedundantInstanceVariableAnnotation
-
#on_def RuboCop::Cop::Style::RbsInline::KeywordSeparator
-
#on_def RuboCop::Cop::Style::RbsInline::UnmatchedAnnotations
-
#on_def RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#on_def RuboCop::Cop::Style::RbsInline::RedundantTypeAnnotation
-
#on_def RuboCop::Cop::Style::RbsInline::RedundantAnnotationWithSkip
-
#on_def RuboCop::Cop::Style::RbsInline::RedundantReturnType
-
#on_def RuboCop::Cop::Style::RbsInline::RedundantArgumentType
-
#on_defs RuboCop::Cop::Style::RbsInline::KeywordSeparator
-
#on_defs RuboCop::Cop::Style::RbsInline::UnmatchedAnnotations
-
#on_investigation_end RuboCop::Cop::Style::RbsInline::KeywordSeparator
-
#on_investigation_end RuboCop::Cop::Style::RbsInline::UnmatchedAnnotations
-
#on_investigation_end RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#on_investigation_end RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#on_investigation_end RuboCop::Cop::Style::RbsInline::RedundantInstanceVariableAnnotation
-
#on_ivasgn RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#on_new_investigation RuboCop::Cop::Style::RbsInline::InvalidTypes
-
#on_new_investigation RuboCop::Cop::Style::RbsInline::InvalidComment
-
#on_new_investigation RuboCop::Cop::Style::RbsInline::KeywordSeparator
-
#on_new_investigation RuboCop::Cop::Style::RbsInline::EmbeddedRbsSpacing
-
#on_new_investigation RuboCop::Cop::Style::RbsInline::ParametersSeparator
-
#on_new_investigation RuboCop::Cop::Style::RbsInline::UnmatchedAnnotations
-
#on_new_investigation RuboCop::Cop::Style::RbsInline::MethodCommentSpacing
-
#on_new_investigation RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#on_new_investigation RuboCop::Cop::Style::RbsInline::VariableCommentSpacing
-
#on_new_investigation RuboCop::Cop::Style::RbsInline::RedundantTypeAnnotation
-
#on_new_investigation RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#on_new_investigation RuboCop::Cop::Style::RbsInline::RequireRbsInlineComment
-
#on_new_investigation RuboCop::Cop::Style::RbsInline::RedundantAnnotationWithSkip
-
#on_new_investigation RuboCop::Cop::Style::RbsInline::RedundantInstanceVariableAnnotation
-
#on_new_investigation RuboCop::Cop::Style::RbsInline::RedundantReturnType
-
#on_new_investigation RuboCop::Cop::Style::RbsInline::RedundantArgumentType
-
#on_sclass RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#on_send RuboCop::Cop::Style::RbsInline::DataDefineWithBlock
-
#on_send RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#on_send RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#on_send RuboCop::Cop::Style::RbsInline::DataClassCommentAlignment
-
#on_send RuboCop::Cop::Style::RbsInline::MissingDataClassAnnotation
-
#on_send RuboCop::Cop::Style::RbsInline::RedundantInstanceVariableAnnotation
-
#on_visibility_modifier RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#overload_type_signatures? RuboCop::Cop::Style::RbsInline::CommentParser
-
#param_candidate_names RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#param_display_name RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#parse_comments RuboCop::Cop::Style::RbsInline::CommentParser
-
#parsed_comments RuboCop::Cop::Style::RbsInline::CommentParser
-
#pop_attributes_scope RuboCop::Cop::Style::RbsInline::RedundantInstanceVariableAnnotation
-
#pop_scope RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#process RuboCop::Cop::Style::RbsInline::UnmatchedAnnotations
-
#process RuboCop::Cop::Style::RbsInline::RedundantTypeAnnotation
-
#process RuboCop::Cop::Style::RbsInline::RedundantAnnotationWithSkip
-
#process RuboCop::Cop::Style::RbsInline::RedundantReturnType
-
#process RuboCop::Cop::Style::RbsInline::RedundantArgumentType
-
#processed_comments RuboCop::Cop::Style::RbsInline::MethodCommentSpacing
-
#push_attributes_scope RuboCop::Cop::Style::RbsInline::RedundantInstanceVariableAnnotation
-
#push_scope RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#rbs_method_type_annotation? RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#register_attr_ivars RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#register_attribute_method RuboCop::Cop::Style::RbsInline::RedundantInstanceVariableAnnotation
-
#register_blank_line_offense RuboCop::Cop::Style::RbsInline::MethodCommentSpacing
-
#report_offenses RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#report_untyped RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#rules RuboCop::RbsInline::Plugin
-
#scope_stack RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#singleton_context? RuboCop::Cop::Style::RbsInline::UntypedInstanceVariable
-
#skip_annotation? RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#skip_only_annotation? RuboCop::Cop::Style::RbsInline::MethodCommentSpacing
-
#skip_or_override_annotation? RuboCop::Cop::Style::RbsInline::RedundantAnnotationWithSkip
-
#skip_override_message RuboCop::Cop::Style::RbsInline::RedundantAnnotationWithSkip
-
#source! RuboCop::Cop::Style::RbsInline::ASTUtils
-
#source_code_at RuboCop::Cop::Style::RbsInline::SourceCodeHelper
-
#style RuboCop::Cop::Style::RbsInline::RequireRbsInlineComment
-
#supported? RuboCop::RbsInline::Plugin
-
#target_node? RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#trailing_comment? RuboCop::Cop::Style::RbsInline::MethodCommentSpacing
-
#unannotated_methods_stack RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation
-
#valid_method_annotation? RuboCop::Cop::Style::RbsInline::KeywordSeparator
-
#valid_rbs_inline_comment? RuboCop::Cop::Style::RbsInline::ParametersSeparator
-
#value_to_sym RuboCop::Cop::Style::RbsInline::ASTUtils
-
#visibility RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation::MethodEntry
-
#visibility_stack RuboCop::Cop::Style::RbsInline::MissingTypeAnnotation