gem.sh gem.sh
Home Gems Types Docs Community
  • Modules

    • module Rubocop
    • module Rubocop::Cop
    • module Rubocop::Cop::ArraySyntax
    • module Rubocop::Cop::AutocorrectAlignment
    • module Rubocop::Cop::CheckAssignment
    • module Rubocop::Cop::CheckMethods
    • module Rubocop::Cop::CodeLength
    • module Rubocop::Cop::ConfigurableEnforcedStyle
    • module Rubocop::Cop::ConfigurableMax
    • module Rubocop::Cop::ConfigurableNaming
    • module Rubocop::Cop::IfNode
    • module Rubocop::Cop::IfThenElse
    • module Rubocop::Cop::IgnoredNode
    • module Rubocop::Cop::Lint
    • module Rubocop::Cop::Lint::Syntax
    • module Rubocop::Cop::NegativeConditional
    • module Rubocop::Cop::ParserDiagnostic
    • module Rubocop::Cop::Rails
    • module Rubocop::Cop::SafeAssignment
    • module Rubocop::Cop::SpaceAfterPunctuation
    • module Rubocop::Cop::SpaceInside
    • module Rubocop::Cop::StatementModifier
    • module Rubocop::Cop::StringHelp
    • module Rubocop::Cop::Style
    • module Rubocop::Cop::Style::AnnotationComment
    • module Rubocop::Cop::SurroundingSpace
    • module Rubocop::Cop::Util
    • module Rubocop::Cop::VariableInspector
    • module Rubocop::Cop::VariableInspector::Locatable
    • module Rubocop::Formatter
    • module Rubocop::Formatter::Colorizable
    • module Rubocop::PathUtil
    • module Rubocop::SourceParser
    • module Rubocop::Version
  • Classes

    • class Rubocop::CLI
    • class Rubocop::CommentConfig
    • class Rubocop::Config
    • class Rubocop::Config::ValidationError
    • class Rubocop::ConfigLoader
    • class Rubocop::ConfigStore
    • class Rubocop::Cop::Commissioner
    • class Rubocop::Cop::Cop
    • class Rubocop::Cop::CopStore
    • class Rubocop::Cop::Corrector
    • class Rubocop::Cop::Lint::AmbiguousOperator
    • class Rubocop::Cop::Lint::AmbiguousRegexpLiteral
    • class Rubocop::Cop::Lint::AssignmentInCondition
    • class Rubocop::Cop::Lint::BlockAlignment
    • class Rubocop::Cop::Lint::ConditionPosition
    • class Rubocop::Cop::Lint::Debugger
    • class Rubocop::Cop::Lint::DeprecatedClassMethods
    • class Rubocop::Cop::Lint::ElseLayout
    • class Rubocop::Cop::Lint::EmptyEnsure
    • class Rubocop::Cop::Lint::EndAlignment
    • class Rubocop::Cop::Lint::EndInMethod
    • class Rubocop::Cop::Lint::EnsureReturn
    • class Rubocop::Cop::Lint::Eval
    • class Rubocop::Cop::Lint::HandleExceptions
    • class Rubocop::Cop::Lint::InvalidCharacterLiteral
    • class Rubocop::Cop::Lint::LiteralInCondition
    • class Rubocop::Cop::Lint::LiteralInInterpolation
    • class Rubocop::Cop::Lint::Loop
    • class Rubocop::Cop::Lint::ParenthesesAsGroupedExpression
    • class Rubocop::Cop::Lint::RequireParentheses
    • class Rubocop::Cop::Lint::RescueException
    • class Rubocop::Cop::Lint::ShadowingOuterLocalVariable
    • class Rubocop::Cop::Lint::StringConversionInInterpolation
    • class Rubocop::Cop::Lint::UnreachableCode
    • class Rubocop::Cop::Lint::UselessAssignment
    • class Rubocop::Cop::Lint::UselessComparison
    • class Rubocop::Cop::Lint::UselessElseWithoutRescue
    • class Rubocop::Cop::Lint::UselessSetterCall
    • class Rubocop::Cop::Lint::UselessSetterCall::MethodVariableTracker
    • class Rubocop::Cop::Lint::Void
    • class Rubocop::Cop::Offense
    • class Rubocop::Cop::Rails::ActionFilter
    • class Rubocop::Cop::Rails::DefaultScope
    • class Rubocop::Cop::Rails::HasAndBelongsToMany
    • class Rubocop::Cop::Rails::Output
    • class Rubocop::Cop::Rails::ReadAttribute
    • class Rubocop::Cop::Rails::ScopeArgs
    • class Rubocop::Cop::Rails::Validation
    • class Rubocop::Cop::Style::AccessModifierIndentation
    • class Rubocop::Cop::Style::AccessorMethodName
    • class Rubocop::Cop::Style::Alias
    • class Rubocop::Cop::Style::AlignArray
    • class Rubocop::Cop::Style::AlignHash
    • class Rubocop::Cop::Style::AlignHash::AlignmentOfValues
    • class Rubocop::Cop::Style::AlignHash::KeyAlignment
    • class Rubocop::Cop::Style::AlignHash::SeparatorAlignment
    • class Rubocop::Cop::Style::AlignHash::TableAlignment
    • class Rubocop::Cop::Style::AlignParameters
    • class Rubocop::Cop::Style::AndOr
    • class Rubocop::Cop::Style::AsciiComments
    • class Rubocop::Cop::Style::AsciiIdentifiers
    • class Rubocop::Cop::Style::Attr
    • class Rubocop::Cop::Style::BeginBlock
    • class Rubocop::Cop::Style::BlockComments
    • class Rubocop::Cop::Style::BlockNesting
    • class Rubocop::Cop::Style::Blocks
    • class Rubocop::Cop::Style::BracesAroundHashParameters
    • class Rubocop::Cop::Style::CaseEquality
    • class Rubocop::Cop::Style::CaseIndentation
    • class Rubocop::Cop::Style::CharacterLiteral
    • class Rubocop::Cop::Style::ClassAndModuleCamelCase
    • class Rubocop::Cop::Style::ClassAndModuleChildren
    • class Rubocop::Cop::Style::ClassLength
    • class Rubocop::Cop::Style::ClassMethods
    • class Rubocop::Cop::Style::ClassVars
    • class Rubocop::Cop::Style::CollectionMethods
    • class Rubocop::Cop::Style::ColonMethodCall
    • class Rubocop::Cop::Style::CommentAnnotation
    • class Rubocop::Cop::Style::ConstantName
    • class Rubocop::Cop::Style::CyclomaticComplexity
    • class Rubocop::Cop::Style::DefWithParentheses
    • class Rubocop::Cop::Style::Documentation
    • class Rubocop::Cop::Style::DotPosition
    • class Rubocop::Cop::Style::DoubleNegation
    • class Rubocop::Cop::Style::EmptyLineBetweenDefs
    • class Rubocop::Cop::Style::EmptyLines
    • class Rubocop::Cop::Style::EmptyLinesAroundAccessModifier
    • class Rubocop::Cop::Style::EmptyLinesAroundBody
    • class Rubocop::Cop::Style::EmptyLiteral
    • class Rubocop::Cop::Style::Encoding
    • class Rubocop::Cop::Style::EndBlock
    • class Rubocop::Cop::Style::EndOfLine
    • class Rubocop::Cop::Style::EvenOdd
    • class Rubocop::Cop::Style::FavorJoin
    • class Rubocop::Cop::Style::FavorUnlessOverNegatedIf
    • class Rubocop::Cop::Style::FavorUntilOverNegatedWhile
    • class Rubocop::Cop::Style::FileName
    • class Rubocop::Cop::Style::FinalNewline
    • class Rubocop::Cop::Style::FlipFlop
    • class Rubocop::Cop::Style::For
    • class Rubocop::Cop::Style::FormatString
    • class Rubocop::Cop::Style::GlobalVars
    • class Rubocop::Cop::Style::HashMethods
    • class Rubocop::Cop::Style::HashSyntax
    • class Rubocop::Cop::Style::IfUnlessModifier
    • class Rubocop::Cop::Style::IfWithSemicolon
    • class Rubocop::Cop::Style::IndentArray
    • class Rubocop::Cop::Style::IndentHash
    • class Rubocop::Cop::Style::IndentationConsistency
    • class Rubocop::Cop::Style::IndentationWidth
    • class Rubocop::Cop::Style::Lambda
    • class Rubocop::Cop::Style::LambdaCall
    • class Rubocop::Cop::Style::LeadingCommentSpace
    • class Rubocop::Cop::Style::LineEndConcatenation
    • class Rubocop::Cop::Style::LineLength
    • class Rubocop::Cop::Style::MethodCallParentheses
    • class Rubocop::Cop::Style::MethodCalledOnDoEndBlock
    • class Rubocop::Cop::Style::MethodDefParentheses
    • class Rubocop::Cop::Style::MethodLength
    • class Rubocop::Cop::Style::MethodName
    • class Rubocop::Cop::Style::ModuleFunction
    • class Rubocop::Cop::Style::MultilineBlockChain
    • class Rubocop::Cop::Style::MultilineIfThen
    • class Rubocop::Cop::Style::MultilineTernaryOperator
    • class Rubocop::Cop::Style::NestedTernaryOperator
    • class Rubocop::Cop::Style::NilComparison
    • class Rubocop::Cop::Style::Not
    • class Rubocop::Cop::Style::NumericLiterals
    • class Rubocop::Cop::Style::OneLineConditional
    • class Rubocop::Cop::Style::OpMethod
    • class Rubocop::Cop::Style::ParameterLists
    • class Rubocop::Cop::Style::ParenthesesAroundCondition
    • class Rubocop::Cop::Style::PercentLiteralDelimiters
    • class Rubocop::Cop::Style::PerlBackrefs
    • class Rubocop::Cop::Style::PredicateName
    • class Rubocop::Cop::Style::Proc
    • class Rubocop::Cop::Style::RaiseArgs
    • class Rubocop::Cop::Style::RedundantBegin
    • class Rubocop::Cop::Style::RedundantException
    • class Rubocop::Cop::Style::RedundantReturn
    • class Rubocop::Cop::Style::RedundantSelf
    • class Rubocop::Cop::Style::RegexpLiteral
    • class Rubocop::Cop::Style::RescueModifier
    • class Rubocop::Cop::Style::SelfAssignment
    • class Rubocop::Cop::Style::Semicolon
    • class Rubocop::Cop::Style::SignalException
    • class Rubocop::Cop::Style::SingleLineBlockParams
    • class Rubocop::Cop::Style::SingleLineMethods
    • class Rubocop::Cop::Style::SpaceAfterColon
    • class Rubocop::Cop::Style::SpaceAfterComma
    • class Rubocop::Cop::Style::SpaceAfterControlKeyword
    • class Rubocop::Cop::Style::SpaceAfterMethodName
    • class Rubocop::Cop::Style::SpaceAfterNot
    • class Rubocop::Cop::Style::SpaceAfterSemicolon
    • class Rubocop::Cop::Style::SpaceAroundEqualsInParameterDefault
    • class Rubocop::Cop::Style::SpaceAroundOperators
    • class Rubocop::Cop::Style::SpaceBeforeBlockBraces
    • class Rubocop::Cop::Style::SpaceBeforeModifierKeyword
    • class Rubocop::Cop::Style::SpaceInsideBlockBraces
    • class Rubocop::Cop::Style::SpaceInsideBrackets
    • class Rubocop::Cop::Style::SpaceInsideHashLiteralBraces
    • class Rubocop::Cop::Style::SpaceInsideParens
    • class Rubocop::Cop::Style::SpecialGlobalVars
    • class Rubocop::Cop::Style::StringLiterals
    • class Rubocop::Cop::Style::SymbolArray
    • class Rubocop::Cop::Style::Tab
    • class Rubocop::Cop::Style::TrailingBlankLines
    • class Rubocop::Cop::Style::TrailingComma
    • class Rubocop::Cop::Style::TrailingWhitespace
    • class Rubocop::Cop::Style::TrivialAccessors
    • class Rubocop::Cop::Style::UnlessElse
    • class Rubocop::Cop::Style::VariableInterpolation
    • class Rubocop::Cop::Style::VariableName
    • class Rubocop::Cop::Style::WhenThen
    • class Rubocop::Cop::Style::WhileUntilDo
    • class Rubocop::Cop::Style::WhileUntilModifier
    • class Rubocop::Cop::Style::WordArray
    • class Rubocop::Cop::Team
    • class Rubocop::Cop::VariableInspector::Assignment
    • class Rubocop::Cop::VariableInspector::Locatable::InvalidBranchBodyError
    • class Rubocop::Cop::VariableInspector::Reference
    • class Rubocop::Cop::VariableInspector::Scope
    • class Rubocop::Cop::VariableInspector::Scope::ASTScanner
    • class Rubocop::Cop::VariableInspector::Variable
    • class Rubocop::Cop::VariableInspector::VariableTable
    • class Rubocop::FileInspector
    • class Rubocop::Formatter::BaseFormatter
    • class Rubocop::Formatter::ClangStyleFormatter
    • class Rubocop::Formatter::DisabledConfigFormatter
    • class Rubocop::Formatter::EmacsStyleFormatter
    • class Rubocop::Formatter::FileListFormatter
    • class Rubocop::Formatter::FormatterSet
    • class Rubocop::Formatter::FuubarStyleFormatter
    • class Rubocop::Formatter::JSONFormatter
    • class Rubocop::Formatter::OffenseCountFormatter
    • class Rubocop::Formatter::ProgressFormatter
    • class Rubocop::Formatter::SimpleTextFormatter
    • class Rubocop::Options
    • class Rubocop::ProcessedSource
    • class Rubocop::RakeTask
    • class Rubocop::TargetFinder
    • class Rubocop::Token
    Overview
    H
    Home
    R
    Reference
    T
    Types
    C
    Changelogs
  • Documentation
    • README
  • More
    • Versions
    • Source
    • Playground
    • Stats
    • Metadata
    • Wiki
    • Announcements
    Community
    • Articles
    • Tutorials
    • Videos
    • Community
  1. Gems
  2. rubocop
  3. 0.19.1
  4. module Rubocop

module Rubocop

Modules in this namespace

Cop

module

in Rubocop

Formatter

module

in Rubocop

PathUtil

module

in Rubocop

SourceParser

module

in Rubocop

Version

module

in Rubocop

Classes in this namespace

CLI

class

in Rubocop

CommentConfig

class

in Rubocop

Config

class

in Rubocop

ConfigLoader

class

in Rubocop

ConfigStore

class

in Rubocop

FileInspector

class

in Rubocop

Options

class

in Rubocop

ProcessedSource

class

in Rubocop

RakeTask

class

in Rubocop

TargetFinder

class

in Rubocop

Token

class

in Rubocop

Modules

  • Rubocop::Cop
  • Rubocop::Formatter
  • Rubocop::PathUtil
  • Rubocop::SourceParser
  • Rubocop::Version

Classes

  • Rubocop::CLI
  • Rubocop::CommentConfig
  • Rubocop::Config
  • Rubocop::ConfigLoader
  • Rubocop::ConfigStore
  • Rubocop::FileInspector
  • Rubocop::Options
  • Rubocop::ProcessedSource
  • Rubocop::RakeTask
  • Rubocop::TargetFinder
  • Rubocop::Token

Defined in

  • lib/rubocop/cli.rb
  • lib/rubocop/comment_config.rb
  • lib/rubocop/config.rb
  • lib/rubocop/config_loader.rb
  • lib/rubocop/config_store.rb
  • lib/rubocop/cop/commissioner.rb
  • lib/rubocop/cop/cop.rb
  • lib/rubocop/cop/corrector.rb
  • lib/rubocop/cop/ignored_node.rb
  • lib/rubocop/cop/lint/ambiguous_operator.rb
  • lib/rubocop/cop/lint/ambiguous_regexp_literal.rb
  • lib/rubocop/cop/lint/assignment_in_condition.rb
  • lib/rubocop/cop/lint/block_alignment.rb
  • lib/rubocop/cop/lint/condition_position.rb
  • lib/rubocop/cop/lint/debugger.rb
  • lib/rubocop/cop/lint/deprecated_class_methods.rb
  • lib/rubocop/cop/lint/else_layout.rb
  • lib/rubocop/cop/lint/empty_ensure.rb
  • lib/rubocop/cop/lint/end_alignment.rb
  • lib/rubocop/cop/lint/end_in_method.rb
  • lib/rubocop/cop/lint/ensure_return.rb
  • lib/rubocop/cop/lint/eval.rb
  • lib/rubocop/cop/lint/handle_exceptions.rb
  • lib/rubocop/cop/lint/invalid_character_literal.rb
  • lib/rubocop/cop/lint/literal_in_condition.rb
  • lib/rubocop/cop/lint/literal_in_interpolation.rb
  • lib/rubocop/cop/lint/loop.rb
  • lib/rubocop/cop/lint/parentheses_as_grouped_expression.rb
  • lib/rubocop/cop/lint/require_parentheses.rb
  • lib/rubocop/cop/lint/rescue_exception.rb
  • lib/rubocop/cop/lint/shadowing_outer_local_variable.rb
  • lib/rubocop/cop/lint/string_conversion_in_interpolation.rb
  • lib/rubocop/cop/lint/syntax.rb
  • lib/rubocop/cop/lint/unreachable_code.rb
  • lib/rubocop/cop/lint/useless_assignment.rb
  • lib/rubocop/cop/lint/useless_comparison.rb
  • lib/rubocop/cop/lint/useless_else_without_rescue.rb
  • lib/rubocop/cop/lint/useless_setter_call.rb
  • lib/rubocop/cop/lint/void.rb
  • lib/rubocop/cop/mixin/annotation_comment.rb
  • lib/rubocop/cop/mixin/array_syntax.rb
  • lib/rubocop/cop/mixin/autocorrect_alignment.rb
  • lib/rubocop/cop/mixin/check_assignment.rb
  • lib/rubocop/cop/mixin/check_methods.rb
  • lib/rubocop/cop/mixin/code_length.rb
  • lib/rubocop/cop/mixin/configurable_enforced_style.rb
  • lib/rubocop/cop/mixin/configurable_max.rb
  • lib/rubocop/cop/mixin/configurable_naming.rb
  • lib/rubocop/cop/mixin/if_node.rb
  • lib/rubocop/cop/mixin/if_then_else.rb
  • lib/rubocop/cop/mixin/negative_conditional.rb
  • lib/rubocop/cop/mixin/parser_diagnostic.rb
  • lib/rubocop/cop/mixin/safe_assignment.rb
  • lib/rubocop/cop/mixin/space_after_punctuation.rb
  • lib/rubocop/cop/mixin/space_inside.rb
  • lib/rubocop/cop/mixin/statement_modifier.rb
  • lib/rubocop/cop/mixin/string_help.rb
  • lib/rubocop/cop/mixin/surrounding_space.rb
  • lib/rubocop/cop/offense.rb
  • lib/rubocop/cop/rails/action_filter.rb
  • lib/rubocop/cop/rails/default_scope.rb
  • lib/rubocop/cop/rails/has_and_belongs_to_many.rb
  • lib/rubocop/cop/rails/output.rb
  • lib/rubocop/cop/rails/read_attribute.rb
  • lib/rubocop/cop/rails/scope_args.rb
  • lib/rubocop/cop/rails/validation.rb
  • lib/rubocop/cop/style/access_modifier_indentation.rb
  • lib/rubocop/cop/style/accessor_method_name.rb
  • lib/rubocop/cop/style/alias.rb
  • lib/rubocop/cop/style/align_array.rb
  • lib/rubocop/cop/style/align_hash.rb
  • lib/rubocop/cop/style/align_parameters.rb
  • lib/rubocop/cop/style/and_or.rb
  • lib/rubocop/cop/style/ascii_comments.rb
  • lib/rubocop/cop/style/ascii_identifiers.rb
  • lib/rubocop/cop/style/attr.rb
  • lib/rubocop/cop/style/begin_block.rb
  • lib/rubocop/cop/style/block_comments.rb
  • lib/rubocop/cop/style/block_nesting.rb
  • lib/rubocop/cop/style/blocks.rb
  • lib/rubocop/cop/style/braces_around_hash_parameters.rb
  • lib/rubocop/cop/style/case_equality.rb
  • lib/rubocop/cop/style/case_indentation.rb
  • lib/rubocop/cop/style/character_literal.rb
  • lib/rubocop/cop/style/class_and_module_camel_case.rb
  • lib/rubocop/cop/style/class_and_module_children.rb
  • lib/rubocop/cop/style/class_length.rb
  • lib/rubocop/cop/style/class_methods.rb
  • lib/rubocop/cop/style/class_vars.rb
  • lib/rubocop/cop/style/collection_methods.rb
  • lib/rubocop/cop/style/colon_method_call.rb
  • lib/rubocop/cop/style/comment_annotation.rb
  • lib/rubocop/cop/style/constant_name.rb
  • lib/rubocop/cop/style/cyclomatic_complexity.rb
  • lib/rubocop/cop/style/def_parentheses.rb
  • lib/rubocop/cop/style/documentation.rb
  • lib/rubocop/cop/style/dot_position.rb
  • lib/rubocop/cop/style/double_negation.rb
  • lib/rubocop/cop/style/empty_line_between_defs.rb
  • lib/rubocop/cop/style/empty_lines.rb
  • lib/rubocop/cop/style/empty_lines_around_access_modifier.rb
  • lib/rubocop/cop/style/empty_lines_around_body.rb
  • lib/rubocop/cop/style/empty_literal.rb
  • lib/rubocop/cop/style/encoding.rb
  • lib/rubocop/cop/style/end_block.rb
  • lib/rubocop/cop/style/end_of_line.rb
  • lib/rubocop/cop/style/even_odd.rb
  • lib/rubocop/cop/style/favor_join.rb
  • lib/rubocop/cop/style/favor_unless_over_negated_if.rb
  • lib/rubocop/cop/style/favor_until_over_negated_while.rb
  • lib/rubocop/cop/style/file_name.rb
  • lib/rubocop/cop/style/final_newline.rb
  • lib/rubocop/cop/style/flip_flop.rb
  • lib/rubocop/cop/style/for.rb
  • lib/rubocop/cop/style/format_string.rb
  • lib/rubocop/cop/style/global_vars.rb
  • lib/rubocop/cop/style/hash_methods.rb
  • lib/rubocop/cop/style/hash_syntax.rb
  • lib/rubocop/cop/style/if_unless_modifier.rb
  • lib/rubocop/cop/style/if_with_semicolon.rb
  • lib/rubocop/cop/style/indent_array.rb
  • lib/rubocop/cop/style/indent_hash.rb
  • lib/rubocop/cop/style/indentation_consistency.rb
  • lib/rubocop/cop/style/indentation_width.rb
  • lib/rubocop/cop/style/lambda.rb
  • lib/rubocop/cop/style/lambda_call.rb
  • lib/rubocop/cop/style/leading_comment_space.rb
  • lib/rubocop/cop/style/line_end_concatenation.rb
  • lib/rubocop/cop/style/line_length.rb
  • lib/rubocop/cop/style/method_call_parentheses.rb
  • lib/rubocop/cop/style/method_called_on_do_end_block.rb
  • lib/rubocop/cop/style/method_def_parentheses.rb
  • lib/rubocop/cop/style/method_length.rb
  • lib/rubocop/cop/style/method_name.rb
  • lib/rubocop/cop/style/module_function.rb
  • lib/rubocop/cop/style/multiline_block_chain.rb
  • lib/rubocop/cop/style/multiline_if_then.rb
  • lib/rubocop/cop/style/multiline_ternary_operator.rb
  • lib/rubocop/cop/style/nested_ternary_operator.rb
  • lib/rubocop/cop/style/nil_comparison.rb
  • lib/rubocop/cop/style/not.rb
  • lib/rubocop/cop/style/numeric_literals.rb
  • lib/rubocop/cop/style/one_line_conditional.rb
  • lib/rubocop/cop/style/op_method.rb
  • lib/rubocop/cop/style/parameter_lists.rb
  • lib/rubocop/cop/style/parentheses_around_condition.rb
  • lib/rubocop/cop/style/percent_literal_delimiters.rb
  • lib/rubocop/cop/style/perl_backrefs.rb
  • lib/rubocop/cop/style/predicate_name.rb
  • lib/rubocop/cop/style/proc.rb
  • lib/rubocop/cop/style/raise_args.rb
  • lib/rubocop/cop/style/redundant_begin.rb
  • lib/rubocop/cop/style/redundant_exception.rb
  • lib/rubocop/cop/style/redundant_return.rb
  • lib/rubocop/cop/style/redundant_self.rb
  • lib/rubocop/cop/style/regexp_literal.rb
  • lib/rubocop/cop/style/rescue_modifier.rb
  • lib/rubocop/cop/style/self_assignment.rb
  • lib/rubocop/cop/style/semicolon.rb
  • lib/rubocop/cop/style/signal_exception.rb
  • lib/rubocop/cop/style/single_line_block_params.rb
  • lib/rubocop/cop/style/single_line_methods.rb
  • lib/rubocop/cop/style/space_after_colon.rb
  • lib/rubocop/cop/style/space_after_comma.rb
  • lib/rubocop/cop/style/space_after_control_keyword.rb
  • lib/rubocop/cop/style/space_after_method_name.rb
  • lib/rubocop/cop/style/space_after_not.rb
  • lib/rubocop/cop/style/space_after_semicolon.rb
  • lib/rubocop/cop/style/space_around_equals_in_parameter_default.rb
  • lib/rubocop/cop/style/space_around_operators.rb
  • lib/rubocop/cop/style/space_before_block_braces.rb
  • lib/rubocop/cop/style/space_before_modifier_keyword.rb
  • lib/rubocop/cop/style/space_inside_block_braces.rb
  • lib/rubocop/cop/style/space_inside_brackets.rb
  • lib/rubocop/cop/style/space_inside_hash_literal_braces.rb
  • lib/rubocop/cop/style/space_inside_parens.rb
  • lib/rubocop/cop/style/special_global_vars.rb
  • lib/rubocop/cop/style/string_literals.rb
  • lib/rubocop/cop/style/symbol_array.rb
  • lib/rubocop/cop/style/tab.rb
  • lib/rubocop/cop/style/trailing_blank_lines.rb
  • lib/rubocop/cop/style/trailing_comma.rb
  • lib/rubocop/cop/style/trailing_whitespace.rb
  • lib/rubocop/cop/style/trivial_accessors.rb
  • lib/rubocop/cop/style/unless_else.rb
  • lib/rubocop/cop/style/variable_interpolation.rb
  • lib/rubocop/cop/style/variable_name.rb
  • lib/rubocop/cop/style/when_then.rb
  • lib/rubocop/cop/style/while_until_do.rb
  • lib/rubocop/cop/style/while_until_modifier.rb
  • lib/rubocop/cop/style/word_array.rb
  • lib/rubocop/cop/team.rb
  • lib/rubocop/cop/util.rb
  • lib/rubocop/cop/variable_inspector.rb
  • lib/rubocop/cop/variable_inspector/assignment.rb
  • lib/rubocop/cop/variable_inspector/locatable.rb
  • lib/rubocop/cop/variable_inspector/reference.rb
  • lib/rubocop/cop/variable_inspector/scope.rb
  • lib/rubocop/cop/variable_inspector/variable.rb
  • lib/rubocop/cop/variable_inspector/variable_table.rb
  • lib/rubocop/file_inspector.rb
  • lib/rubocop/formatter/base_formatter.rb
  • lib/rubocop/formatter/clang_style_formatter.rb
  • lib/rubocop/formatter/colorizable.rb
  • lib/rubocop/formatter/disabled_config_formatter.rb
  • lib/rubocop/formatter/emacs_style_formatter.rb
  • lib/rubocop/formatter/file_list_formatter.rb
  • lib/rubocop/formatter/formatter_set.rb
  • lib/rubocop/formatter/fuubar_style_formatter.rb
  • lib/rubocop/formatter/json_formatter.rb
  • lib/rubocop/formatter/offense_count_formatter.rb
  • lib/rubocop/formatter/progress_formatter.rb
  • lib/rubocop/formatter/simple_text_formatter.rb
  • lib/rubocop/options.rb
  • lib/rubocop/path_util.rb
  • lib/rubocop/processed_source.rb
  • lib/rubocop/rake_task.rb
  • lib/rubocop/source_parser.rb
  • lib/rubocop/target_finder.rb
  • lib/rubocop/token.rb
  • lib/rubocop/version.rb
Home
Gems
Docs
Contribute
Monitoring
Twitter GitHub Mastodon

© 2025 gem.sh - Beautiful documentation for any Ruby gem