Table of Contents - sabat-rubocop-0.9.0 Documentation
Pages
- LICENSE
-
README
- RuboCop
- Installation
- Basic Usage
- Configuration
- Defaults
- Disabling Cops within Source Code
- Including/Excluding files
- Formatters
- JSON Formatter
- Custom Formatters
- Creating Custom Formatter
- Using Custom Formatter in Command Line
- Compatibility
- Editor integration
- Emacs
- Vim
- Sublime Text 2
- Other Editors
- Guard integration
- Contributors
- Mailing List
- Changelog
- Copyright
Classes and Modules
- Rubocop
- Rubocop::CLI
- Rubocop::Config
- Rubocop::Config::ValidationError
- Rubocop::ConfigStore
- Rubocop::Cop
- Rubocop::Cop::Cop
- Rubocop::Cop::Lint
- Rubocop::Cop::Lint::AssignmentInCondition
- Rubocop::Cop::Lint::EndAlignment
- Rubocop::Cop::Lint::EndInMethod
- Rubocop::Cop::Lint::EnsureReturn
- Rubocop::Cop::Lint::Eval
- Rubocop::Cop::Lint::HandleExceptions
- Rubocop::Cop::Lint::LiteralInCondition
- Rubocop::Cop::Lint::Loop
- Rubocop::Cop::Lint::RescueException
- Rubocop::Cop::Lint::ShadowingOuterLocalVariable
- Rubocop::Cop::Lint::UnreachableCode
- Rubocop::Cop::Lint::UnusedLocalVariable
- Rubocop::Cop::Lint::Void
- Rubocop::Cop::Offence
- Rubocop::Cop::Rails
- Rubocop::Cop::Rails::Validation
- Rubocop::Cop::Style
- Rubocop::Cop::Style::AccessControl
- Rubocop::Cop::Style::Alias
- Rubocop::Cop::Style::AlignParameters
- Rubocop::Cop::Style::AndOr
- Rubocop::Cop::Style::AsciiComments
- Rubocop::Cop::Style::AsciiIdentifiers
- Rubocop::Cop::Style::Attr
- Rubocop::Cop::Style::AvoidClassVars
- Rubocop::Cop::Style::AvoidFor
- Rubocop::Cop::Style::AvoidGlobalVars
- Rubocop::Cop::Style::AvoidPerlBackrefs
- Rubocop::Cop::Style::AvoidPerlisms
- Rubocop::Cop::Style::BeginBlock
- Rubocop::Cop::Style::BlockComments
- Rubocop::Cop::Style::BlockNesting
- Rubocop::Cop::Style::Blocks
- Rubocop::Cop::Style::CaseEquality
- Rubocop::Cop::Style::CaseIndentation
- Rubocop::Cop::Style::CharacterLiteral
- Rubocop::Cop::Style::ClassAndModuleCamelCase
- Rubocop::Cop::Style::ClassMethods
- Rubocop::Cop::Style::CollectionMethods
- Rubocop::Cop::Style::ColonMethodCall
- Rubocop::Cop::Style::ConstantName
- Rubocop::Cop::Style::DefWithParentheses
- Rubocop::Cop::Style::DefWithoutParentheses
- Rubocop::Cop::Style::Documentation
- Rubocop::Cop::Style::DotPosition
- Rubocop::Cop::Style::EmptyLineBetweenDefs
- Rubocop::Cop::Style::EmptyLines
- Rubocop::Cop::Style::EmptyLiteral
- Rubocop::Cop::Style::Encoding
- Rubocop::Cop::Style::EndBlock
- Rubocop::Cop::Style::EndOfLine
- Rubocop::Cop::Style::FavorJoin
- Rubocop::Cop::Style::FavorModifier
- Rubocop::Cop::Style::FavorOtherKeywordOverNegation
- Rubocop::Cop::Style::FavorSprintf
- Rubocop::Cop::Style::FavorUnlessOverNegatedIf
- Rubocop::Cop::Style::FavorUntilOverNegatedWhile
- Rubocop::Cop::Style::HashSyntax
- Rubocop::Cop::Style::IfThenElse
- Rubocop::Cop::Style::IfUnlessModifier
- Rubocop::Cop::Style::IfWithSemicolon
- Rubocop::Cop::Style::Lambda
- Rubocop::Cop::Style::LeadingCommentSpace
- Rubocop::Cop::Style::LineContinuation
- Rubocop::Cop::Style::LineLength
- Rubocop::Cop::Style::MethodAndVariableSnakeCase
- Rubocop::Cop::Style::MethodCallParentheses
- Rubocop::Cop::Style::MethodLength
- Rubocop::Cop::Style::MultilineIfThen
- Rubocop::Cop::Style::MultilineTernaryOperator
- Rubocop::Cop::Style::NestedTernaryOperator
- Rubocop::Cop::Style::Not
- Rubocop::Cop::Style::NumericLiterals
- Rubocop::Cop::Style::OneLineConditional
- Rubocop::Cop::Style::OpMethod
- Rubocop::Cop::Style::ParameterLists
- Rubocop::Cop::Style::ParenthesesAroundCondition
- Rubocop::Cop::Style::Proc
- Rubocop::Cop::Style::ReduceArguments
- Rubocop::Cop::Style::RegexpLiteral
- Rubocop::Cop::Style::RescueModifier
- Rubocop::Cop::Style::Semicolon
- Rubocop::Cop::Style::SingleLineMethods
- Rubocop::Cop::Style::SpaceAfterColon
- Rubocop::Cop::Style::SpaceAfterComma
- Rubocop::Cop::Style::SpaceAfterCommaEtc
- Rubocop::Cop::Style::SpaceAfterControlKeyword
- Rubocop::Cop::Style::SpaceAfterSemicolon
- Rubocop::Cop::Style::SpaceAroundBraces
- Rubocop::Cop::Style::SpaceAroundEqualsInParameterDefault
- Rubocop::Cop::Style::SpaceAroundOperators
- Rubocop::Cop::Style::SpaceInside
- Rubocop::Cop::Style::SpaceInsideBrackets
- Rubocop::Cop::Style::SpaceInsideHashLiteralBraces
- Rubocop::Cop::Style::SpaceInsideParens
- Rubocop::Cop::Style::StringLiterals
- Rubocop::Cop::Style::SurroundingSpace
- Rubocop::Cop::Style::SymbolArray
- Rubocop::Cop::Style::SymbolName
- Rubocop::Cop::Style::Tab
- Rubocop::Cop::Style::TrailingWhitespace
- Rubocop::Cop::Style::TrivialAccessors
- Rubocop::Cop::Style::UnlessElse
- Rubocop::Cop::Style::VariableInterpolation
- Rubocop::Cop::Style::WhenThen
- Rubocop::Cop::Style::WhileUntilDo
- Rubocop::Cop::Style::WhileUntilModifier
- Rubocop::Cop::Style::WordArray
- Rubocop::Cop::Token
- Rubocop::Cop::Util
- Rubocop::Cop::VariableInspector
- Rubocop::Cop::VariableInspector::NodeScanner
- Rubocop::Cop::VariableInspector::Scope
- Rubocop::Cop::VariableInspector::VariableEntry
- Rubocop::Cop::VariableInspector::VariableTable
- Rubocop::Formatter
- Rubocop::Formatter::BaseFormatter
- Rubocop::Formatter::ClangStyleFormatter
- Rubocop::Formatter::EmacsStyleFormatter
- Rubocop::Formatter::FormatterSet
- Rubocop::Formatter::JSONFormatter
- Rubocop::Formatter::ProgressFormatter
- Rubocop::Formatter::SimpleTextFormatter
- Rubocop::Version
Methods
- ::add_excludes_from_higher_level — Rubocop::Config
- ::base_configs — Rubocop::Config
- ::config_files_in_path — Rubocop::Config
- ::configuration_file_for — Rubocop::Config
- ::configuration_from_file — Rubocop::Config
- ::cop_name — Rubocop::Cop::Cop
- ::cop_type — Rubocop::Cop::Cop
- ::correct_relative_excludes — Rubocop::Config
- ::default_configuration — Rubocop::Config
- ::dirs_to_search — Rubocop::Config
- ::inherited — Rubocop::Cop::Cop
- ::lint? — Rubocop::Cop::Cop
- ::load_file — Rubocop::Config
- ::max — Rubocop::Cop::Style::LineLength
- ::max_slashes — Rubocop::Cop::Style::RegexpLiteral
- ::merge — Rubocop::Config
- ::merge_with_default — Rubocop::Config
- ::new — Rubocop::CLI
- ::new — Rubocop::Config
- ::new — Rubocop::Cop::Token
- ::new — Rubocop::Cop::Cop
- ::new — Rubocop::Cop::Lint::EndAlignment
- ::new — Rubocop::Cop::Offence
- ::new — Rubocop::Cop::VariableInspector::VariableEntry
- ::new — Rubocop::Cop::VariableInspector::Scope
- ::new — Rubocop::Cop::VariableInspector::VariableTable
- ::new — Rubocop::Cop::VariableInspector::NodeScanner
- ::new — Rubocop::Formatter::BaseFormatter
- ::new — Rubocop::Formatter::FormatterSet
- ::new — Rubocop::Formatter::JSONFormatter
- ::parse — Rubocop::CLI
- ::rails? — Rubocop::Cop::Cop
- ::relative_path — Rubocop::Config
- ::scan_nodes_in_scope — Rubocop::Cop::VariableInspector::NodeScanner
- ::style? — Rubocop::Cop::Cop
- #<=> — Rubocop::Cop::Offence
- #== — Rubocop::Cop::Offence
- #add_formatter — Rubocop::Formatter::FormatterSet
- #add_offence — Rubocop::Cop::Cop
- #add_variable_entry — Rubocop::Cop::VariableInspector::VariableTable
- #after_declaring_variable — Rubocop::Cop::VariableInspector
- #after_entering_scope — Rubocop::Cop::VariableInspector
- #after_leaving_scope — Rubocop::Cop::Lint::UnusedLocalVariable
- #after_leaving_scope — Rubocop::Cop::VariableInspector
- #allow_camel_case? — Rubocop::Cop::Style::SymbolName
- #allow_empty? — Rubocop::Cop::Style::SingleLineMethods
- #already_processed_node? — Rubocop::Cop::Lint::EndAlignment
- #args_count — Rubocop::Cop::Style::ParameterLists
- #autocorrect_action — Rubocop::Cop::Cop
- #autocorrect_action — Rubocop::Cop::Style::AndOr
- #autocorrect_action — Rubocop::Cop::Style::CharacterLiteral
- #autocorrect_action — Rubocop::Cop::Style::ColonMethodCall
- #autocorrect_action — Rubocop::Cop::Style::StringLiterals
- #autocorrect_action — Rubocop::Cop::Style::WhenThen
- #autocorrect_action — Rubocop::Cop::Style::WhileUntilDo
- #before_declaring_variable — Rubocop::Cop::Lint::ShadowingOuterLocalVariable
- #before_declaring_variable — Rubocop::Cop::VariableInspector
- #before_entering_scope — Rubocop::Cop::VariableInspector
- #before_leaving_scope — Rubocop::Cop::VariableInspector
- #block_is_on_next_line? — Rubocop::Cop::Lint::EndAlignment
- #block_length — Rubocop::Cop::Util
- #body_has_comment? — Rubocop::Cop::Style::FavorModifier
- #body_length — Rubocop::Cop::Style::FavorModifier
- #build_token_table — Rubocop::Cop::Style::SurroundingSpace
- #builtin_formatter_class — Rubocop::Formatter::FormatterSet
- #calculate_length — Rubocop::Cop::Style::MethodLength
- #check — Rubocop::Cop::Lint::AssignmentInCondition
- #check — Rubocop::Cop::Lint::EndAlignment
- #check — Rubocop::Cop::Lint::EndInMethod
- #check — Rubocop::Cop::Style::AvoidGlobalVars
- #check — Rubocop::Cop::Style::MethodLength
- #check — Rubocop::Cop::Style::SingleLineMethods
- #check — Rubocop::Cop::Style::SpaceAroundBraces
- #check — Rubocop::Cop::Style::SpaceInsideHashLiteralBraces
- #check — Rubocop::Cop::Style::FavorModifier
- #check — Rubocop::Cop::Style::FavorOtherKeywordOverNegation
- #check — Rubocop::Cop::Style::IfThenElse
- #check_block_alignment — Rubocop::Cop::Lint::EndAlignment
- #check_classes — Rubocop::Cop::Style::Documentation
- #check_for_literal — Rubocop::Cop::Lint::LiteralInCondition
- #check_for_literal — Rubocop::Cop::Lint::Void
- #check_for_var — Rubocop::Cop::Lint::Void
- #check_for_void_op — Rubocop::Cop::Lint::Void
- #check_method_node — Rubocop::Cop::Style::CollectionMethods
- #check_missing_space — Rubocop::Cop::Style::SpaceAroundOperators
- #check_modules — Rubocop::Cop::Style::Documentation
- #check_name — Rubocop::Cop::Style::ClassAndModuleCamelCase
- #check_nesting_level — Rubocop::Cop::Style::BlockNesting
- #clang_severity — Rubocop::Cop::Offence
- #close_output_files — Rubocop::Formatter::FormatterSet
- #command? — Rubocop::Cop::Cop
- #complex_content? — Rubocop::Cop::Style::WordArray
- #convert_deprecated_options! — Rubocop::CLI
- #cop_enabled? — Rubocop::Config
- #count_comments? — Rubocop::Cop::Style::MethodLength
- #count_keyword_args? — Rubocop::Cop::Style::ParameterLists
- #current_scope — Rubocop::Cop::VariableInspector::VariableTable
- #current_scope_level — Rubocop::Cop::VariableInspector::VariableTable
- #custom_formatter_class — Rubocop::Formatter::FormatterSet
- #deprecate — Rubocop::CLI
- #disabled_lines_in — Rubocop::CLI
- #display_error_summary — Rubocop::CLI
- #do_autocorrect — Rubocop::Cop::Cop
- #do_not_check_block_arg_pipes — Rubocop::Cop::Style::SpaceAroundOperators
- #do_not_check_class_lshift_self — Rubocop::Cop::Style::SpaceAroundOperators
- #do_not_check_def_things — Rubocop::Cop::Style::SpaceAroundOperators
- #do_not_check_param_default — Rubocop::Cop::Style::SpaceAroundOperators
- #do_not_check_singleton_operator_defs — Rubocop::Cop::Style::SpaceAroundOperators
- #each_mentioned_cop — Rubocop::CLI
- #elsif? — Rubocop::Cop::Style::IfUnlessModifier
- #encode_severity — Rubocop::Cop::Offence
- #error_message — Rubocop::Cop::Style::IfUnlessModifier
- #error_message — Rubocop::Cop::Style::FavorUnlessOverNegatedIf
- #error_message — Rubocop::Cop::Style::FavorUntilOverNegatedWhile
- #error_message — Rubocop::Cop::Style::IfWithSemicolon
- #error_message — Rubocop::Cop::Style::MultilineIfThen
- #error_message — Rubocop::Cop::Style::OneLineConditional
- #error_message — Rubocop::Cop::Style::RegexpLiteral
- #error_message — Rubocop::Cop::Style::WhileUntilDo
- #excluded_file? — Rubocop::CLI
- #file_finished — Rubocop::Formatter::BaseFormatter
- #file_finished — Rubocop::Formatter::JSONFormatter
- #file_finished — Rubocop::Formatter::ProgressFormatter
- #file_finished — Rubocop::Formatter::SimpleTextFormatter
- #file_started — Rubocop::Formatter::BaseFormatter
- #file_to_exclude? — Rubocop::Config
- #file_to_include? — Rubocop::Config
- #find_variable_entry — Rubocop::Cop::VariableInspector::VariableTable
- #finished — Rubocop::Formatter::BaseFormatter
- #finished — Rubocop::Formatter::JSONFormatter
- #finished — Rubocop::Formatter::ProgressFormatter
- #finished — Rubocop::Formatter::SimpleTextFormatter
- #flow_command? — Rubocop::Cop::Lint::UnreachableCode
- #for — Rubocop::ConfigStore
- #for_cop — Rubocop::Config
- #formatter_set — Rubocop::CLI
- #get_positions_not_to_check — Rubocop::Cop::Style::SpaceAroundOperators
- #get_positions_not_to_check — Rubocop::Cop::Style::SpaceAroundBraces
- #handle — Rubocop::Cop::Style::WhileUntilDo
- #handle_error — Rubocop::CLI
- #has_space? — Rubocop::Cop::Style::SpaceAroundOperators
- #hash_for_file — Rubocop::Formatter::JSONFormatter
- #hash_for_location — Rubocop::Formatter::JSONFormatter
- #hash_for_offence — Rubocop::Formatter::JSONFormatter
- #if_else? — Rubocop::Cop::Style::IfUnlessModifier
- #ignore_node — Rubocop::Cop::Cop
- #index_of_first_token — Rubocop::Cop::Style::SurroundingSpace
- #index_of_last_token — Rubocop::Cop::Style::SurroundingSpace
- #inspect — Rubocop::Cop::Cop
- #inspect — Rubocop::Cop::Lint::EndAlignment
- #inspect — Rubocop::Cop::Lint::ShadowingOuterLocalVariable
- #inspect — Rubocop::Cop::Lint::UnusedLocalVariable
- #inspect — Rubocop::Cop::Style::AccessControl
- #inspect — Rubocop::Cop::Style::AsciiComments
- #inspect — Rubocop::Cop::Style::AsciiIdentifiers
- #inspect — Rubocop::Cop::Style::BlockComments
- #inspect — Rubocop::Cop::Style::BlockNesting
- #inspect — Rubocop::Cop::Style::Documentation
- #inspect — Rubocop::Cop::Style::EmptyLines
- #inspect — Rubocop::Cop::Style::Encoding
- #inspect — Rubocop::Cop::Style::EndOfLine
- #inspect — Rubocop::Cop::Style::IfUnlessModifier
- #inspect — Rubocop::Cop::Style::WhileUntilModifier
- #inspect — Rubocop::Cop::Style::LeadingCommentSpace
- #inspect — Rubocop::Cop::Style::LineContinuation
- #inspect — Rubocop::Cop::Style::LineLength
- #inspect — Rubocop::Cop::Style::MethodAndVariableSnakeCase
- #inspect — Rubocop::Cop::Style::Semicolon
- #inspect — Rubocop::Cop::Style::SpaceAroundOperators
- #inspect — Rubocop::Cop::Style::SpaceAroundBraces
- #inspect — Rubocop::Cop::Style::SpaceInsideHashLiteralBraces
- #inspect — Rubocop::Cop::Style::SpaceAroundEqualsInParameterDefault
- #inspect — Rubocop::Cop::Style::Tab
- #inspect — Rubocop::Cop::Style::TrailingWhitespace
- #inspect — Rubocop::Cop::Style::SpaceAfterCommaEtc
- #inspect — Rubocop::Cop::Style::SpaceInside
- #inspect_file — Rubocop::CLI
- #inspect_variables — Rubocop::Cop::VariableInspector
- #inspect_variables_in_scope — Rubocop::Cop::VariableInspector
- #invoke_hook — Rubocop::Cop::VariableInspector::VariableTable
- #kind — Rubocop::Cop::Style::SpaceAfterComma
- #kind — Rubocop::Cop::Style::SpaceAfterSemicolon
- #kind — Rubocop::Cop::Style::SpaceAfterColon
- #lambda_length — Rubocop::Cop::Style::Lambda
- #length — Rubocop::Cop::Style::FavorModifier
- #loaded_dir_pathname — Rubocop::Config
- #log_error — Rubocop::CLI
- #match_path? — Rubocop::Config
- #max_length — Rubocop::Cop::Style::MethodLength
- #max_params — Rubocop::Cop::Style::ParameterLists
- #message — Rubocop::Cop::Style::BlockNesting
- #metadata_hash — Rubocop::Formatter::JSONFormatter
- #modifier_if? — Rubocop::Cop::Style::IfUnlessModifier
- #modifier_node? — Rubocop::Cop::Style::AccessControl
- #name — Rubocop::Cop::Cop
- #name — Rubocop::Cop::VariableInspector::VariableEntry
- #name_of_instance_method — Rubocop::Cop::Style::MethodAndVariableSnakeCase
- #name_of_setter — Rubocop::Cop::Style::MethodAndVariableSnakeCase
- #name_of_singleton_method — Rubocop::Cop::Style::MethodAndVariableSnakeCase
- #name_of_variable — Rubocop::Cop::Style::MethodAndVariableSnakeCase
- #normal_rescue? — Rubocop::Cop::Style::RescueModifier
- #offending_line — Rubocop::Cop::Style::IfWithSemicolon
- #offending_line — Rubocop::Cop::Style::MultilineIfThen
- #offending_line — Rubocop::Cop::Style::OneLineConditional
- #offset — Rubocop::Cop::Style::SpaceAfterColon
- #offset — Rubocop::Cop::Style::SpaceAfterCommaEtc
- #on_alias — Rubocop::Cop::Style::Alias
- #on_and — Rubocop::Cop::Lint::EndAlignment
- #on_and — Rubocop::Cop::Style::AndOr
- #on_and_asgn — Rubocop::Cop::Lint::EndAlignment
- #on_args — Rubocop::Cop::Style::ParameterLists
- #on_array — Rubocop::Cop::Style::SymbolArray
- #on_array — Rubocop::Cop::Style::WordArray
- #on_begin — Rubocop::Cop::Lint::UnreachableCode
- #on_begin — Rubocop::Cop::Lint::Void
- #on_block — Rubocop::Cop::Lint::EndAlignment
- #on_block — Rubocop::Cop::Style::Blocks
- #on_block — Rubocop::Cop::Style::CollectionMethods
- #on_block — Rubocop::Cop::Style::Lambda
- #on_block — Rubocop::Cop::Style::Proc
- #on_block — Rubocop::Cop::Style::ReduceArguments
- #on_case — Rubocop::Cop::Style::CaseIndentation
- #on_casgn — Rubocop::Cop::Lint::EndAlignment
- #on_casgn — Rubocop::Cop::Style::ConstantName
- #on_class — Rubocop::Cop::Lint::EndAlignment
- #on_class — Rubocop::Cop::Style::ClassAndModuleCamelCase
- #on_cvasgn — Rubocop::Cop::Lint::EndAlignment
- #on_cvasgn — Rubocop::Cop::Style::AvoidClassVars
- #on_def — Rubocop::Cop::Lint::EndAlignment
- #on_def — Rubocop::Cop::Lint::EndInMethod
- #on_def — Rubocop::Cop::Style::DefWithParentheses
- #on_def — Rubocop::Cop::Style::DefWithoutParentheses
- #on_def — Rubocop::Cop::Style::EmptyLineBetweenDefs
- #on_def — Rubocop::Cop::Style::MethodLength
- #on_def — Rubocop::Cop::Style::OpMethod
- #on_def — Rubocop::Cop::Style::RescueModifier
- #on_def — Rubocop::Cop::Style::SingleLineMethods
- #on_def — Rubocop::Cop::Style::TrivialAccessors
- #on_defs — Rubocop::Cop::Lint::EndAlignment
- #on_defs — Rubocop::Cop::Lint::EndInMethod
- #on_defs — Rubocop::Cop::Style::ClassMethods
- #on_defs — Rubocop::Cop::Style::DefWithParentheses
- #on_defs — Rubocop::Cop::Style::DefWithoutParentheses
- #on_defs — Rubocop::Cop::Style::MethodLength
- #on_defs — Rubocop::Cop::Style::RescueModifier
- #on_defs — Rubocop::Cop::Style::SingleLineMethods
- #on_dstr — Rubocop::Cop::Style::VariableInterpolation
- #on_ensure — Rubocop::Cop::Lint::EnsureReturn
- #on_float — Rubocop::Cop::Style::NumericLiterals
- #on_for — Rubocop::Cop::Style::AvoidFor
- #on_gvar — Rubocop::Cop::Style::AvoidGlobalVars
- #on_gvar — Rubocop::Cop::Style::AvoidPerlisms
- #on_gvasgn — Rubocop::Cop::Lint::EndAlignment
- #on_gvasgn — Rubocop::Cop::Style::AvoidGlobalVars
- #on_hash — Rubocop::Cop::Style::HashSyntax
- #on_if — Rubocop::Cop::Lint::AssignmentInCondition
- #on_if — Rubocop::Cop::Lint::EndAlignment
- #on_if — Rubocop::Cop::Lint::LiteralInCondition
- #on_if — Rubocop::Cop::Style::FavorUnlessOverNegatedIf
- #on_if — Rubocop::Cop::Style::ParenthesesAroundCondition
- #on_if — Rubocop::Cop::Style::MultilineTernaryOperator
- #on_if — Rubocop::Cop::Style::NestedTernaryOperator
- #on_if — Rubocop::Cop::Style::UnlessElse
- #on_if — Rubocop::Cop::Style::IfThenElse
- #on_int — Rubocop::Cop::Style::NumericLiterals
- #on_ivasgn — Rubocop::Cop::Lint::EndAlignment
- #on_keyword — Rubocop::Cop::Style::SpaceAfterControlKeyword
- #on_kwbegin — Rubocop::Cop::Style::RescueModifier
- #on_lvasgn — Rubocop::Cop::Lint::EndAlignment
- #on_masgn — Rubocop::Cop::Lint::EndAlignment
- #on_module — Rubocop::Cop::Lint::EndAlignment
- #on_module — Rubocop::Cop::Style::ClassAndModuleCamelCase
- #on_node — Rubocop::Cop::Cop
- #on_nth_ref — Rubocop::Cop::Style::AvoidPerlBackrefs
- #on_op_asgn — Rubocop::Cop::Lint::EndAlignment
- #on_or — Rubocop::Cop::Lint::EndAlignment
- #on_or — Rubocop::Cop::Style::AndOr
- #on_or_asgn — Rubocop::Cop::Lint::EndAlignment
- #on_postexe — Rubocop::Cop::Style::EndBlock
- #on_preexe — Rubocop::Cop::Style::BeginBlock
- #on_regexp — Rubocop::Cop::Style::RegexpLiteral
- #on_resbody — Rubocop::Cop::Lint::HandleExceptions
- #on_resbody — Rubocop::Cop::Lint::RescueException
- #on_rescue — Rubocop::Cop::Style::RescueModifier
- #on_send — Rubocop::Cop::Lint::EndAlignment
- #on_send — Rubocop::Cop::Lint::Eval
- #on_send — Rubocop::Cop::Rails::Validation
- #on_send — Rubocop::Cop::Style::AlignParameters
- #on_send — Rubocop::Cop::Style::Attr
- #on_send — Rubocop::Cop::Style::CaseEquality
- #on_send — Rubocop::Cop::Style::CollectionMethods
- #on_send — Rubocop::Cop::Style::ColonMethodCall
- #on_send — Rubocop::Cop::Style::DotPosition
- #on_send — Rubocop::Cop::Style::EmptyLiteral
- #on_send — Rubocop::Cop::Style::FavorJoin
- #on_send — Rubocop::Cop::Style::FavorSprintf
- #on_send — Rubocop::Cop::Style::MethodCallParentheses
- #on_send — Rubocop::Cop::Style::Not
- #on_str — Rubocop::Cop::Style::CharacterLiteral
- #on_str — Rubocop::Cop::Style::StringLiterals
- #on_sym — Rubocop::Cop::Style::SymbolName
- #on_unless — Rubocop::Cop::Style::IfThenElse
- #on_until — Rubocop::Cop::Lint::AssignmentInCondition
- #on_until — Rubocop::Cop::Lint::EndAlignment
- #on_until — Rubocop::Cop::Lint::LiteralInCondition
- #on_until — Rubocop::Cop::Style::ParenthesesAroundCondition
- #on_until — Rubocop::Cop::Style::WhileUntilDo
- #on_until_post — Rubocop::Cop::Lint::LiteralInCondition
- #on_until_post — Rubocop::Cop::Lint::Loop
- #on_when — Rubocop::Cop::Style::WhenThen
- #on_while — Rubocop::Cop::Lint::AssignmentInCondition
- #on_while — Rubocop::Cop::Lint::EndAlignment
- #on_while — Rubocop::Cop::Lint::LiteralInCondition
- #on_while — Rubocop::Cop::Style::FavorUntilOverNegatedWhile
- #on_while — Rubocop::Cop::Style::ParenthesesAroundCondition
- #on_while — Rubocop::Cop::Style::WhileUntilDo
- #on_while_post — Rubocop::Cop::Lint::LiteralInCondition
- #on_while_post — Rubocop::Cop::Lint::Loop
- #parse_options — Rubocop::CLI
- #patterns_to_exclude — Rubocop::Config
- #patterns_to_include — Rubocop::Config
- #pop_scope — Rubocop::Cop::VariableInspector::VariableTable
- #prepare — Rubocop::ConfigStore
- #process_block_assignment — Rubocop::Cop::Lint::EndAlignment
- #process_control_op — Rubocop::Cop::Style::ParenthesesAroundCondition
- #process_logical_op — Rubocop::Cop::Style::AndOr
- #process_node — Rubocop::Cop::VariableInspector
- #push_scope — Rubocop::Cop::VariableInspector::VariableTable
- #real_column — Rubocop::Cop::Offence
- #register_offence — Rubocop::Cop::Lint::Loop
- #relative_path — Rubocop::Formatter::JSONFormatter
- #relative_path_to_loaded_dir — Rubocop::Config
- #report_file — Rubocop::Formatter::ClangStyleFormatter
- #report_file — Rubocop::Formatter::EmacsStyleFormatter
- #report_file — Rubocop::Formatter::SimpleTextFormatter
- #report_file_as_mark — Rubocop::Formatter::ProgressFormatter
- #report_summary — Rubocop::Formatter::SimpleTextFormatter
- #ruby_files — Rubocop::CLI
- #run — Rubocop::CLI
- #safe_assignment? — Rubocop::Cop::Lint::AssignmentInCondition
- #safe_assignment_allowed? — Rubocop::Cop::Lint::AssignmentInCondition
- #scan_nodes_in_scope — Rubocop::Cop::VariableInspector::NodeScanner
- #scope_stack — Rubocop::Cop::VariableInspector::VariableTable
- #set_config_for_all_cops — Rubocop::CLI
- #set_options_config — Rubocop::ConfigStore
- #setup_cop — Rubocop::CLI
- #severity_level — Rubocop::Cop::Offence
- #smart_path — Rubocop::Formatter::SimpleTextFormatter
- #source_range — Rubocop::Cop::Cop
- #space_between? — Rubocop::Cop::Style::SurroundingSpace
- #specifics — Rubocop::Cop::Style::SpaceInsideParens
- #specifics — Rubocop::Cop::Style::SpaceInsideBrackets
- #started — Rubocop::Formatter::BaseFormatter
- #started — Rubocop::Formatter::JSONFormatter
- #started — Rubocop::Formatter::ProgressFormatter
- #started — Rubocop::Formatter::SimpleTextFormatter
- #strip_quotes — Rubocop::Cop::Util
- #target_files — Rubocop::CLI
- #targets_exception? — Rubocop::Cop::Lint::RescueException
- #ternary_op? — Rubocop::Cop::Style::IfUnlessModifier
- #to_s — Rubocop::Cop::Token
- #to_s — Rubocop::Cop::Offence
- #trap_interrupt — Rubocop::CLI
- #validate — Rubocop::Config
- #validate_only_option — Rubocop::CLI
- #var_nodes — Rubocop::Cop::Style::VariableInterpolation
- #variable_table — Rubocop::Cop::VariableInspector
- #version — Rubocop::Version
- #warn_unless_valid — Rubocop::Config
- #word_symbol_pair? — Rubocop::Cop::Style::HashSyntax