Table of Contents - rubocop-0.72.0 Documentation
Pages
Classes and Modules
- CopHelper
- HostEnvironmentSimulatorHelper
- Object
- RuboCop
- RuboCop::AST
- RuboCop::AST::AliasNode
- RuboCop::AST::AndNode
- RuboCop::AST::ArgsNode
- RuboCop::AST::ArrayNode
- RuboCop::AST::BasicLiteralNode
- RuboCop::AST::BinaryOperatorNode
- RuboCop::AST::BlockNode
- RuboCop::AST::BreakNode
- RuboCop::AST::Builder
- RuboCop::AST::CaseNode
- RuboCop::AST::ClassNode
- RuboCop::AST::CollectionNode
- RuboCop::AST::ConditionalNode
- RuboCop::AST::DefNode
- RuboCop::AST::DefinedNode
- RuboCop::AST::EnsureNode
- RuboCop::AST::FloatNode
- RuboCop::AST::ForNode
- RuboCop::AST::HashElementNode
- RuboCop::AST::HashElementNode::HashElementDelta
- RuboCop::AST::HashNode
- RuboCop::AST::IfNode
- RuboCop::AST::IntNode
- RuboCop::AST::KeywordSplatNode
- RuboCop::AST::MethodDispatchNode
- RuboCop::AST::MethodIdentifierPredicates
- RuboCop::AST::ModifierNode
- RuboCop::AST::ModuleNode
- RuboCop::AST::Node
- RuboCop::AST::NumericNode
- RuboCop::AST::OrNode
- RuboCop::AST::PairNode
- RuboCop::AST::ParameterizedNode
- RuboCop::AST::PredicateOperatorNode
- RuboCop::AST::RangeNode
- RuboCop::AST::RegexpNode
- RuboCop::AST::ResbodyNode
- RuboCop::AST::RetryNode
- RuboCop::AST::SelfClassNode
- RuboCop::AST::SendNode
- RuboCop::AST::Sexp
- RuboCop::AST::StrNode
- RuboCop::AST::SuperNode
- RuboCop::AST::SymbolNode
- RuboCop::AST::Traversal
- RuboCop::AST::UntilNode
- RuboCop::AST::WhenNode
- RuboCop::AST::WhileNode
- RuboCop::AST::YieldNode
- RuboCop::CLI
- RuboCop::CLI::Finished
- RuboCop::CachedData
- RuboCop::CommentConfig
- RuboCop::Config
- RuboCop::ConfigLoader
- RuboCop::ConfigLoaderResolver
- RuboCop::ConfigNotFoundError
- RuboCop::ConfigStore
- RuboCop::Cop
- RuboCop::Cop::Alignment
- RuboCop::Cop::AlignmentCorrector
- RuboCop::Cop::AmbiguousCopName
- RuboCop::Cop::ArrayMinSize
- RuboCop::Cop::ArraySyntax
- RuboCop::Cop::AutocorrectLogic
- RuboCop::Cop::Badge
- RuboCop::Cop::Badge::InvalidBadge
- RuboCop::Cop::Bundler
- RuboCop::Cop::Bundler::DuplicatedGem
- RuboCop::Cop::Bundler::GemComment
- RuboCop::Cop::Bundler::InsecureProtocolSource
- RuboCop::Cop::Bundler::OrderedGems
- RuboCop::Cop::CheckAssignment
- RuboCop::Cop::CheckLineBreakable
- RuboCop::Cop::ClassishLength
- RuboCop::Cop::CodeLength
- RuboCop::Cop::Commissioner
- RuboCop::Cop::ConditionCorrector
- RuboCop::Cop::ConfigurableEnforcedStyle
- RuboCop::Cop::ConfigurableFormatting
- RuboCop::Cop::ConfigurableMax
- RuboCop::Cop::ConfigurableNaming
- RuboCop::Cop::ConfigurableNumbering
- RuboCop::Cop::Cop
- RuboCop::Cop::Corrector
- RuboCop::Cop::DefNode
- RuboCop::Cop::DocumentationComment
- RuboCop::Cop::Duplication
- RuboCop::Cop::EachToForCorrector
- RuboCop::Cop::EmptyLineCorrector
- RuboCop::Cop::EmptyParameter
- RuboCop::Cop::EndKeywordAlignment
- RuboCop::Cop::EnforceSuperclass
- RuboCop::Cop::FirstElementLineBreak
- RuboCop::Cop::ForToEachCorrector
- RuboCop::Cop::Force
- RuboCop::Cop::FrozenStringLiteral
- RuboCop::Cop::Gemspec
- RuboCop::Cop::Gemspec::DuplicatedAssignment
- RuboCop::Cop::Gemspec::OrderedDependencies
- RuboCop::Cop::Gemspec::RequiredRubyVersion
- RuboCop::Cop::Gemspec::RubyVersionGlobalsUsage
- RuboCop::Cop::Generator
- RuboCop::Cop::Generator::ConfigurationInjector
- RuboCop::Cop::Generator::RequireFileInjector
- RuboCop::Cop::HashAlignment
- RuboCop::Cop::HashAlignment::KeyAlignment
- RuboCop::Cop::HashAlignment::SeparatorAlignment
- RuboCop::Cop::HashAlignment::TableAlignment
- RuboCop::Cop::HashAlignment::ValueAlignment
- RuboCop::Cop::Heredoc
- RuboCop::Cop::IgnoredMethodPatterns
- RuboCop::Cop::IgnoredMethods
- RuboCop::Cop::IgnoredNode
- RuboCop::Cop::IgnoredPattern
- RuboCop::Cop::IntegerNode
- RuboCop::Cop::InternalAffairs
- RuboCop::Cop::InternalAffairs::NodeDestructuring
- RuboCop::Cop::InternalAffairs::NodeTypePredicate
- RuboCop::Cop::InternalAffairs::OffenseLocationKeyword
- RuboCop::Cop::InternalAffairs::RedundantLocationArgument
- RuboCop::Cop::InternalAffairs::RedundantMessageArgument
- RuboCop::Cop::InternalAffairs::UselessMessageAssertion
- RuboCop::Cop::LambdaLiteralToMethodCorrector
- RuboCop::Cop::Layout
- RuboCop::Cop::Layout::AccessModifierIndentation
- RuboCop::Cop::Layout::AlignArguments
- RuboCop::Cop::Layout::AlignArray
- RuboCop::Cop::Layout::AlignHash
- RuboCop::Cop::Layout::AlignParameters
- RuboCop::Cop::Layout::BlockAlignment
- RuboCop::Cop::Layout::BlockEndNewline
- RuboCop::Cop::Layout::CaseIndentation
- RuboCop::Cop::Layout::ClassStructure
- RuboCop::Cop::Layout::ClosingHeredocIndentation
- RuboCop::Cop::Layout::ClosingParenthesisIndentation
- RuboCop::Cop::Layout::CommentIndentation
- RuboCop::Cop::Layout::ConditionPosition
- RuboCop::Cop::Layout::DefEndAlignment
- RuboCop::Cop::Layout::DotPosition
- RuboCop::Cop::Layout::ElseAlignment
- RuboCop::Cop::Layout::EmptyComment
- RuboCop::Cop::Layout::EmptyLineAfterGuardClause
- RuboCop::Cop::Layout::EmptyLineAfterMagicComment
- RuboCop::Cop::Layout::EmptyLineBetweenDefs
- RuboCop::Cop::Layout::EmptyLines
- RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- RuboCop::Cop::Layout::EmptyLinesAroundArguments
- RuboCop::Cop::Layout::EmptyLinesAroundBeginBody
- RuboCop::Cop::Layout::EmptyLinesAroundBlockBody
- RuboCop::Cop::Layout::EmptyLinesAroundBody
- RuboCop::Cop::Layout::EmptyLinesAroundClassBody
- RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords
- RuboCop::Cop::Layout::EmptyLinesAroundMethodBody
- RuboCop::Cop::Layout::EmptyLinesAroundModuleBody
- RuboCop::Cop::Layout::EndAlignment
- RuboCop::Cop::Layout::EndOfLine
- RuboCop::Cop::Layout::ExtraSpacing
- RuboCop::Cop::Layout::FirstArrayElementLineBreak
- RuboCop::Cop::Layout::FirstHashElementLineBreak
- RuboCop::Cop::Layout::FirstMethodArgumentLineBreak
- RuboCop::Cop::Layout::FirstMethodParameterLineBreak
- RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- RuboCop::Cop::Layout::IndentAssignment
- RuboCop::Cop::Layout::IndentFirstArgument
- RuboCop::Cop::Layout::IndentFirstArrayElement
- RuboCop::Cop::Layout::IndentFirstHashElement
- RuboCop::Cop::Layout::IndentFirstParameter
- RuboCop::Cop::Layout::IndentHeredoc
- RuboCop::Cop::Layout::IndentationConsistency
- RuboCop::Cop::Layout::IndentationWidth
- RuboCop::Cop::Layout::InitialIndentation
- RuboCop::Cop::Layout::LeadingBlankLines
- RuboCop::Cop::Layout::LeadingCommentSpace
- RuboCop::Cop::Layout::MultilineArrayBraceLayout
- RuboCop::Cop::Layout::MultilineArrayLineBreaks
- RuboCop::Cop::Layout::MultilineAssignmentLayout
- RuboCop::Cop::Layout::MultilineBlockLayout
- RuboCop::Cop::Layout::MultilineHashBraceLayout
- RuboCop::Cop::Layout::MultilineHashKeyLineBreaks
- RuboCop::Cop::Layout::MultilineMethodArgumentLineBreaks
- RuboCop::Cop::Layout::MultilineMethodCallBraceLayout
- RuboCop::Cop::Layout::MultilineMethodCallIndentation
- RuboCop::Cop::Layout::MultilineMethodDefinitionBraceLayout
- RuboCop::Cop::Layout::MultilineOperationIndentation
- RuboCop::Cop::Layout::RescueEnsureAlignment
- RuboCop::Cop::Layout::SpaceAfterColon
- RuboCop::Cop::Layout::SpaceAfterComma
- RuboCop::Cop::Layout::SpaceAfterMethodName
- RuboCop::Cop::Layout::SpaceAfterNot
- RuboCop::Cop::Layout::SpaceAfterSemicolon
- RuboCop::Cop::Layout::SpaceAroundBlockParameters
- RuboCop::Cop::Layout::SpaceAroundEqualsInParameterDefault
- RuboCop::Cop::Layout::SpaceAroundKeyword
- RuboCop::Cop::Layout::SpaceAroundOperators
- RuboCop::Cop::Layout::SpaceBeforeBlockBraces
- RuboCop::Cop::Layout::SpaceBeforeComma
- RuboCop::Cop::Layout::SpaceBeforeComment
- RuboCop::Cop::Layout::SpaceBeforeFirstArg
- RuboCop::Cop::Layout::SpaceBeforeSemicolon
- RuboCop::Cop::Layout::SpaceInLambdaLiteral
- RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets
- RuboCop::Cop::Layout::SpaceInsideArrayPercentLiteral
- RuboCop::Cop::Layout::SpaceInsideBlockBraces
- RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- RuboCop::Cop::Layout::SpaceInsideParens
- RuboCop::Cop::Layout::SpaceInsidePercentLiteralDelimiters
- RuboCop::Cop::Layout::SpaceInsideRangeLiteral
- RuboCop::Cop::Layout::SpaceInsideReferenceBrackets
- RuboCop::Cop::Layout::SpaceInsideStringInterpolation
- RuboCop::Cop::Layout::Tab
- RuboCop::Cop::Layout::TrailingBlankLines
- RuboCop::Cop::Layout::TrailingWhitespace
- RuboCop::Cop::LineBreakCorrector
- RuboCop::Cop::Lint
- RuboCop::Cop::Lint::AmbiguousBlockAssociation
- RuboCop::Cop::Lint::AmbiguousOperator
- RuboCop::Cop::Lint::AmbiguousRegexpLiteral
- RuboCop::Cop::Lint::AssignmentInCondition
- RuboCop::Cop::Lint::BigDecimalNew
- RuboCop::Cop::Lint::BooleanSymbol
- RuboCop::Cop::Lint::CircularArgumentReference
- RuboCop::Cop::Lint::Debugger
- RuboCop::Cop::Lint::DeprecatedClassMethods
- RuboCop::Cop::Lint::DeprecatedClassMethods::DeprecatedClassMethod
- RuboCop::Cop::Lint::DisjunctiveAssignmentInConstructor
- RuboCop::Cop::Lint::DuplicateCaseCondition
- RuboCop::Cop::Lint::DuplicateMethods
- RuboCop::Cop::Lint::DuplicatedKey
- RuboCop::Cop::Lint::EachWithObjectArgument
- RuboCop::Cop::Lint::ElseLayout
- RuboCop::Cop::Lint::EmptyEnsure
- RuboCop::Cop::Lint::EmptyExpression
- RuboCop::Cop::Lint::EmptyInterpolation
- RuboCop::Cop::Lint::EmptyWhen
- RuboCop::Cop::Lint::EndInMethod
- RuboCop::Cop::Lint::EnsureReturn
- RuboCop::Cop::Lint::ErbNewArguments
- RuboCop::Cop::Lint::FlipFlop
- RuboCop::Cop::Lint::FloatOutOfRange
- RuboCop::Cop::Lint::FormatParameterMismatch
- RuboCop::Cop::Lint::HandleExceptions
- RuboCop::Cop::Lint::HeredocMethodCallPosition
- RuboCop::Cop::Lint::ImplicitStringConcatenation
- RuboCop::Cop::Lint::IneffectiveAccessModifier
- RuboCop::Cop::Lint::InheritException
- RuboCop::Cop::Lint::InterpolationCheck
- RuboCop::Cop::Lint::LiteralAsCondition
- RuboCop::Cop::Lint::LiteralInInterpolation
- RuboCop::Cop::Lint::Loop
- RuboCop::Cop::Lint::MissingCopEnableDirective
- RuboCop::Cop::Lint::MultipleCompare
- RuboCop::Cop::Lint::NestedMethodDefinition
- RuboCop::Cop::Lint::NestedPercentLiteral
- RuboCop::Cop::Lint::NextWithoutAccumulator
- RuboCop::Cop::Lint::NonLocalExitFromIterator
- RuboCop::Cop::Lint::NumberConversion
- RuboCop::Cop::Lint::OrderedMagicComments
- RuboCop::Cop::Lint::ParenthesesAsGroupedExpression
- RuboCop::Cop::Lint::PercentStringArray
- RuboCop::Cop::Lint::PercentSymbolArray
- RuboCop::Cop::Lint::RandOne
- RuboCop::Cop::Lint::RedundantWithIndex
- RuboCop::Cop::Lint::RedundantWithObject
- RuboCop::Cop::Lint::RegexpAsCondition
- RuboCop::Cop::Lint::RequireParentheses
- RuboCop::Cop::Lint::RescueException
- RuboCop::Cop::Lint::RescueType
- RuboCop::Cop::Lint::ReturnInVoidContext
- RuboCop::Cop::Lint::SafeNavigationChain
- RuboCop::Cop::Lint::SafeNavigationConsistency
- RuboCop::Cop::Lint::SafeNavigationWithEmpty
- RuboCop::Cop::Lint::ScriptPermission
- RuboCop::Cop::Lint::ShadowedArgument
- RuboCop::Cop::Lint::ShadowedException
- RuboCop::Cop::Lint::ShadowingOuterLocalVariable
- RuboCop::Cop::Lint::StringConversionInInterpolation
- RuboCop::Cop::Lint::Syntax
- RuboCop::Cop::Lint::ToJSON
- RuboCop::Cop::Lint::UnderscorePrefixedVariableName
- RuboCop::Cop::Lint::UnifiedInteger
- RuboCop::Cop::Lint::UnneededCopDisableDirective
- RuboCop::Cop::Lint::UnneededCopEnableDirective
- RuboCop::Cop::Lint::UnneededRequireStatement
- RuboCop::Cop::Lint::UnneededSplatExpansion
- RuboCop::Cop::Lint::UnreachableCode
- RuboCop::Cop::Lint::UnusedArgument
- RuboCop::Cop::Lint::UnusedBlockArgument
- RuboCop::Cop::Lint::UnusedMethodArgument
- RuboCop::Cop::Lint::UriEscapeUnescape
- RuboCop::Cop::Lint::UriRegexp
- RuboCop::Cop::Lint::UselessAccessModifier
- RuboCop::Cop::Lint::UselessAssignment
- RuboCop::Cop::Lint::UselessComparison
- RuboCop::Cop::Lint::UselessElseWithoutRescue
- RuboCop::Cop::Lint::UselessSetterCall
- RuboCop::Cop::Lint::UselessSetterCall::MethodVariableTracker
- RuboCop::Cop::Lint::Void
- RuboCop::Cop::MatchRange
- RuboCop::Cop::MessageAnnotator
- RuboCop::Cop::MethodComplexity
- RuboCop::Cop::MethodPreference
- RuboCop::Cop::Metrics
- RuboCop::Cop::Metrics::AbcSize
- RuboCop::Cop::Metrics::BlockLength
- RuboCop::Cop::Metrics::BlockNesting
- RuboCop::Cop::Metrics::ClassLength
- RuboCop::Cop::Metrics::CyclomaticComplexity
- RuboCop::Cop::Metrics::LineLength
- RuboCop::Cop::Metrics::MethodLength
- RuboCop::Cop::Metrics::ModuleLength
- RuboCop::Cop::Metrics::ParameterLists
- RuboCop::Cop::Metrics::PerceivedComplexity
- RuboCop::Cop::Metrics::Utils
- RuboCop::Cop::Metrics::Utils::AbcSizeCalculator
- RuboCop::Cop::MinBodyLength
- RuboCop::Cop::MultilineElementIndentation
- RuboCop::Cop::MultilineElementLineBreaks
- RuboCop::Cop::MultilineExpressionIndentation
- RuboCop::Cop::MultilineLiteralBraceCorrector
- RuboCop::Cop::MultilineLiteralBraceLayout
- RuboCop::Cop::Naming
- RuboCop::Cop::Naming::AccessorMethodName
- RuboCop::Cop::Naming::AsciiIdentifiers
- RuboCop::Cop::Naming::BinaryOperatorParameterName
- RuboCop::Cop::Naming::ClassAndModuleCamelCase
- RuboCop::Cop::Naming::ConstantName
- RuboCop::Cop::Naming::FileName
- RuboCop::Cop::Naming::HeredocDelimiterCase
- RuboCop::Cop::Naming::HeredocDelimiterNaming
- RuboCop::Cop::Naming::MemoizedInstanceVariableName
- RuboCop::Cop::Naming::MethodName
- RuboCop::Cop::Naming::PredicateName
- RuboCop::Cop::Naming::RescuedExceptionsVariableName
- RuboCop::Cop::Naming::UncommunicativeBlockParamName
- RuboCop::Cop::Naming::UncommunicativeMethodParamName
- RuboCop::Cop::Naming::VariableName
- RuboCop::Cop::Naming::VariableNumber
- RuboCop::Cop::NegativeConditional
- RuboCop::Cop::NilMethods
- RuboCop::Cop::Offense
- RuboCop::Cop::OnNormalIfUnless
- RuboCop::Cop::OrderedGemCorrector
- RuboCop::Cop::OrderedGemNode
- RuboCop::Cop::Parentheses
- RuboCop::Cop::ParenthesesCorrector
- RuboCop::Cop::ParserDiagnostic
- RuboCop::Cop::PercentArray
- RuboCop::Cop::PercentLiteral
- RuboCop::Cop::PercentLiteralCorrector
- RuboCop::Cop::PrecedingFollowingAlignment
- RuboCop::Cop::PreferredDelimiters
- RuboCop::Cop::PunctuationCorrector
- RuboCop::Cop::RangeHelp
- RuboCop::Cop::Registry
- RuboCop::Cop::RescueNode
- RuboCop::Cop::SafeAssignment
- RuboCop::Cop::SafeMode
- RuboCop::Cop::Security
- RuboCop::Cop::Security::Eval
- RuboCop::Cop::Security::JSONLoad
- RuboCop::Cop::Security::MarshalLoad
- RuboCop::Cop::Security::Open
- RuboCop::Cop::Security::YAMLLoad
- RuboCop::Cop::Severity
- RuboCop::Cop::SpaceAfterPunctuation
- RuboCop::Cop::SpaceBeforePunctuation
- RuboCop::Cop::SpaceCorrector
- RuboCop::Cop::StatementModifier
- RuboCop::Cop::StringHelp
- RuboCop::Cop::StringLiteralCorrector
- RuboCop::Cop::StringLiteralsHelp
- RuboCop::Cop::Style
- RuboCop::Cop::Style::AccessModifierDeclarations
- RuboCop::Cop::Style::Alias
- RuboCop::Cop::Style::AndOr
- RuboCop::Cop::Style::AnnotationComment
- RuboCop::Cop::Style::ArrayJoin
- RuboCop::Cop::Style::AsciiComments
- RuboCop::Cop::Style::Attr
- RuboCop::Cop::Style::AutoResourceCleanup
- RuboCop::Cop::Style::BarePercentLiterals
- RuboCop::Cop::Style::BeginBlock
- RuboCop::Cop::Style::BlockComments
- RuboCop::Cop::Style::BlockDelimiters
- RuboCop::Cop::Style::BracesAroundHashParameters
- RuboCop::Cop::Style::CaseCorrector
- RuboCop::Cop::Style::CaseEquality
- RuboCop::Cop::Style::CharacterLiteral
- RuboCop::Cop::Style::ClassAndModuleChildren
- RuboCop::Cop::Style::ClassCheck
- RuboCop::Cop::Style::ClassMethods
- RuboCop::Cop::Style::ClassVars
- RuboCop::Cop::Style::CollectionMethods
- RuboCop::Cop::Style::ColonMethodCall
- RuboCop::Cop::Style::ColonMethodDefinition
- RuboCop::Cop::Style::CommandLiteral
- RuboCop::Cop::Style::CommentAnnotation
- RuboCop::Cop::Style::CommentedKeyword
- RuboCop::Cop::Style::ConditionalAssignment
- RuboCop::Cop::Style::ConditionalAssignmentHelper
- RuboCop::Cop::Style::ConditionalCorrectorHelper
- RuboCop::Cop::Style::ConstantVisibility
- RuboCop::Cop::Style::Copyright
- RuboCop::Cop::Style::DateTime
- RuboCop::Cop::Style::DefWithParentheses
- RuboCop::Cop::Style::Dir
- RuboCop::Cop::Style::Documentation
- RuboCop::Cop::Style::DocumentationMethod
- RuboCop::Cop::Style::DoubleNegation
- RuboCop::Cop::Style::EachForSimpleLoop
- RuboCop::Cop::Style::EachWithObject
- RuboCop::Cop::Style::EmptyBlockParameter
- RuboCop::Cop::Style::EmptyCaseCondition
- RuboCop::Cop::Style::EmptyElse
- RuboCop::Cop::Style::EmptyLambdaParameter
- RuboCop::Cop::Style::EmptyLiteral
- RuboCop::Cop::Style::EmptyMethod
- RuboCop::Cop::Style::Encoding
- RuboCop::Cop::Style::EndBlock
- RuboCop::Cop::Style::EvalWithLocation
- RuboCop::Cop::Style::EvenOdd
- RuboCop::Cop::Style::ExpandPathArguments
- RuboCop::Cop::Style::FloatDivision
- RuboCop::Cop::Style::For
- RuboCop::Cop::Style::FormatString
- RuboCop::Cop::Style::FormatStringToken
- RuboCop::Cop::Style::FrozenStringLiteralComment
- RuboCop::Cop::Style::GlobalVars
- RuboCop::Cop::Style::GuardClause
- RuboCop::Cop::Style::HashSyntax
- RuboCop::Cop::Style::IdenticalConditionalBranches
- RuboCop::Cop::Style::IfCorrector
- RuboCop::Cop::Style::IfInsideElse
- RuboCop::Cop::Style::IfUnlessModifier
- RuboCop::Cop::Style::IfUnlessModifierOfIfUnless
- RuboCop::Cop::Style::IfWithSemicolon
- RuboCop::Cop::Style::ImplicitRuntimeError
- RuboCop::Cop::Style::InfiniteLoop
- RuboCop::Cop::Style::InlineComment
- RuboCop::Cop::Style::InverseMethods
- RuboCop::Cop::Style::IpAddresses
- RuboCop::Cop::Style::Lambda
- RuboCop::Cop::Style::LambdaCall
- RuboCop::Cop::Style::LineEndConcatenation
- RuboCop::Cop::Style::MethodCallWithArgsParentheses
- RuboCop::Cop::Style::MethodCallWithoutArgsParentheses
- RuboCop::Cop::Style::MethodCalledOnDoEndBlock
- RuboCop::Cop::Style::MethodDefParentheses
- RuboCop::Cop::Style::MethodMissingSuper
- RuboCop::Cop::Style::MinMax
- RuboCop::Cop::Style::MissingElse
- RuboCop::Cop::Style::MissingRespondToMissing
- RuboCop::Cop::Style::MixinGrouping
- RuboCop::Cop::Style::MixinUsage
- RuboCop::Cop::Style::ModuleFunction
- RuboCop::Cop::Style::MultilineBlockChain
- RuboCop::Cop::Style::MultilineIfModifier
- RuboCop::Cop::Style::MultilineIfThen
- RuboCop::Cop::Style::MultilineMemoization
- RuboCop::Cop::Style::MultilineMethodSignature
- RuboCop::Cop::Style::MultilineTernaryOperator
- RuboCop::Cop::Style::MultipleComparison
- RuboCop::Cop::Style::MutableConstant
- RuboCop::Cop::Style::NegatedIf
- RuboCop::Cop::Style::NegatedUnless
- RuboCop::Cop::Style::NegatedWhile
- RuboCop::Cop::Style::NestedModifier
- RuboCop::Cop::Style::NestedParenthesizedCalls
- RuboCop::Cop::Style::NestedTernaryOperator
- RuboCop::Cop::Style::Next
- RuboCop::Cop::Style::NilComparison
- RuboCop::Cop::Style::NonNilCheck
- RuboCop::Cop::Style::Not
- RuboCop::Cop::Style::NumericLiteralPrefix
- RuboCop::Cop::Style::NumericLiterals
- RuboCop::Cop::Style::NumericPredicate
- RuboCop::Cop::Style::OneLineConditional
- RuboCop::Cop::Style::OptionHash
- RuboCop::Cop::Style::OptionalArguments
- RuboCop::Cop::Style::OrAssignment
- RuboCop::Cop::Style::ParallelAssignment
- RuboCop::Cop::Style::ParallelAssignment::AssignmentSorter
- RuboCop::Cop::Style::ParallelAssignment::GenericCorrector
- RuboCop::Cop::Style::ParallelAssignment::ModifierCorrector
- RuboCop::Cop::Style::ParallelAssignment::RescueCorrector
- RuboCop::Cop::Style::ParenthesesAroundCondition
- RuboCop::Cop::Style::PercentLiteralDelimiters
- RuboCop::Cop::Style::PercentQLiterals
- RuboCop::Cop::Style::PerlBackrefs
- RuboCop::Cop::Style::PreferredHashMethods
- RuboCop::Cop::Style::Proc
- RuboCop::Cop::Style::RaiseArgs
- RuboCop::Cop::Style::RandomWithOffset
- RuboCop::Cop::Style::RedundantBegin
- RuboCop::Cop::Style::RedundantConditional
- RuboCop::Cop::Style::RedundantException
- RuboCop::Cop::Style::RedundantFreeze
- RuboCop::Cop::Style::RedundantParentheses
- RuboCop::Cop::Style::RedundantReturn
- RuboCop::Cop::Style::RedundantSelf
- RuboCop::Cop::Style::RedundantSortBy
- RuboCop::Cop::Style::RegexpLiteral
- RuboCop::Cop::Style::RescueModifier
- RuboCop::Cop::Style::RescueStandardError
- RuboCop::Cop::Style::ReturnNil
- RuboCop::Cop::Style::SafeNavigation
- RuboCop::Cop::Style::Sample
- RuboCop::Cop::Style::SelfAssignment
- RuboCop::Cop::Style::Semicolon
- RuboCop::Cop::Style::Send
- RuboCop::Cop::Style::SignalException
- RuboCop::Cop::Style::SingleLineBlockParams
- RuboCop::Cop::Style::SingleLineMethods
- RuboCop::Cop::Style::SpecialGlobalVars
- RuboCop::Cop::Style::StabbyLambdaParentheses
- RuboCop::Cop::Style::StderrPuts
- RuboCop::Cop::Style::StringHashKeys
- RuboCop::Cop::Style::StringLiterals
- RuboCop::Cop::Style::StringLiteralsInInterpolation
- RuboCop::Cop::Style::StringMethods
- RuboCop::Cop::Style::Strip
- RuboCop::Cop::Style::StructInheritance
- RuboCop::Cop::Style::SymbolArray
- RuboCop::Cop::Style::SymbolLiteral
- RuboCop::Cop::Style::SymbolProc
- RuboCop::Cop::Style::TernaryCorrector
- RuboCop::Cop::Style::TernaryParentheses
- RuboCop::Cop::Style::TrailingBodyOnClass
- RuboCop::Cop::Style::TrailingBodyOnMethodDefinition
- RuboCop::Cop::Style::TrailingBodyOnModule
- RuboCop::Cop::Style::TrailingCommaInArguments
- RuboCop::Cop::Style::TrailingCommaInArrayLiteral
- RuboCop::Cop::Style::TrailingCommaInHashLiteral
- RuboCop::Cop::Style::TrailingMethodEndStatement
- RuboCop::Cop::Style::TrailingUnderscoreVariable
- RuboCop::Cop::Style::TrivialAccessors
- RuboCop::Cop::Style::UnlessElse
- RuboCop::Cop::Style::UnneededCapitalW
- RuboCop::Cop::Style::UnneededCondition
- RuboCop::Cop::Style::UnneededInterpolation
- RuboCop::Cop::Style::UnneededPercentQ
- RuboCop::Cop::Style::UnneededSort
- RuboCop::Cop::Style::UnpackFirst
- RuboCop::Cop::Style::VariableInterpolation
- RuboCop::Cop::Style::WhenThen
- RuboCop::Cop::Style::WhileUntilDo
- RuboCop::Cop::Style::WhileUntilModifier
- RuboCop::Cop::Style::WordArray
- RuboCop::Cop::Style::YodaCondition
- RuboCop::Cop::Style::ZeroLengthPredicate
- RuboCop::Cop::SurroundingSpace
- RuboCop::Cop::TargetRubyVersion
- RuboCop::Cop::Team
- RuboCop::Cop::TooManyLines
- RuboCop::Cop::TrailingBody
- RuboCop::Cop::TrailingComma
- RuboCop::Cop::UncommunicativeName
- RuboCop::Cop::UnusedArgCorrector
- RuboCop::Cop::Util
- RuboCop::Cop::VariableForce
- RuboCop::Cop::VariableForce::And
- RuboCop::Cop::VariableForce::Assignment
- RuboCop::Cop::VariableForce::Branch
- RuboCop::Cop::VariableForce::Branchable
- RuboCop::Cop::VariableForce::Case
- RuboCop::Cop::VariableForce::Ensure
- RuboCop::Cop::VariableForce::ExceptionHandler
- RuboCop::Cop::VariableForce::For
- RuboCop::Cop::VariableForce::If
- RuboCop::Cop::VariableForce::LogicalOperator
- RuboCop::Cop::VariableForce::Or
- RuboCop::Cop::VariableForce::Reference
- RuboCop::Cop::VariableForce::Rescue
- RuboCop::Cop::VariableForce::Scope
- RuboCop::Cop::VariableForce::SimpleConditional
- RuboCop::Cop::VariableForce::Until
- RuboCop::Cop::VariableForce::UntilPost
- RuboCop::Cop::VariableForce::Variable
- RuboCop::Cop::VariableForce::VariableTable
- RuboCop::Cop::VariableForce::While
- RuboCop::Cop::VariableForce::WhilePost
- RuboCop::Error
- RuboCop::FileFinder
- RuboCop::Formatter
- RuboCop::Formatter::AutoGenConfigFormatter
- RuboCop::Formatter::BaseFormatter
- RuboCop::Formatter::ClangStyleFormatter
- RuboCop::Formatter::Colorizable
- RuboCop::Formatter::DisabledConfigFormatter
- RuboCop::Formatter::DisabledLinesFormatter
- RuboCop::Formatter::EmacsStyleFormatter
- RuboCop::Formatter::FileListFormatter
- RuboCop::Formatter::FormatterSet
- RuboCop::Formatter::FuubarStyleFormatter
- RuboCop::Formatter::HTMLFormatter
- RuboCop::Formatter::HTMLFormatter::ERBContext
- RuboCop::Formatter::JSONFormatter
- RuboCop::Formatter::OffenseCountFormatter
- RuboCop::Formatter::ProgressFormatter
- RuboCop::Formatter::QuietFormatter
- RuboCop::Formatter::SimpleTextFormatter
- RuboCop::Formatter::SimpleTextFormatter::Report
- RuboCop::Formatter::TapFormatter
- RuboCop::Formatter::TextUtil
- RuboCop::Formatter::WorstOffendersFormatter
- RuboCop::IncorrectCopNameError
- RuboCop::MagicComment
- RuboCop::MagicComment::EditorComment
- RuboCop::MagicComment::EmacsComment
- RuboCop::MagicComment::SimpleComment
- RuboCop::MagicComment::VimComment
- RuboCop::NameSimilarity
- RuboCop::NodePattern
- RuboCop::NodePattern::Compiler
- RuboCop::NodePattern::Compiler::Sequence
- RuboCop::NodePattern::Macros
- RuboCop::OptionArgumentError
- RuboCop::Options
- RuboCop::OptionsHelp
- RuboCop::OptionsValidator
- RuboCop::PathUtil
- RuboCop::Platform
- RuboCop::ProcessedSource
- RuboCop::RSpec
- RuboCop::RSpec::ExpectOffense
- RuboCop::RSpec::ExpectOffense::AnnotatedSource
- RuboCop::RakeTask
- RuboCop::RemoteConfig
- RuboCop::ResultCache
- RuboCop::Runner
- RuboCop::Runner::InfiniteCorrectionLoop
- RuboCop::StringInterpreter
- RuboCop::StringUtil
- RuboCop::TargetFinder
- RuboCop::Token
- RuboCop::ValidationError
- RuboCop::Version
- RuboCop::Warning
- RuboCop::YAMLDuplicationChecker
- String
Methods
- ::add_excludes_from_files — RuboCop::ConfigLoader
- ::add_inheritance_from_auto_generated_file — RuboCop::ConfigLoader
- ::add_missing_namespaces — RuboCop::ConfigLoader
- ::add_space — RuboCop::Cop::PunctuationCorrector
- ::add_space — RuboCop::Cop::SpaceCorrector
- ::align_end — RuboCop::Cop::AlignmentCorrector
- ::alignment_column — RuboCop::Cop::AlignmentCorrector
- ::all — RuboCop::Cop::Cop
- ::all — RuboCop::Cop::Force
- ::allow_symlinks_in_cache_location? — RuboCop::ResultCache
- ::autocorrect_incompatible_with — RuboCop::Cop::Cop
- ::autocorrect_incompatible_with — RuboCop::Cop::Layout::EmptyLineBetweenDefs
- ::autocorrect_incompatible_with — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- ::autocorrect_incompatible_with — RuboCop::Cop::Layout::MultilineHashBraceLayout
- ::autocorrect_incompatible_with — RuboCop::Cop::Layout::SpaceAroundOperators
- ::autocorrect_incompatible_with — RuboCop::Cop::Layout::SpaceBeforeBlockBraces
- ::autocorrect_incompatible_with — RuboCop::Cop::Style::ColonMethodCall
- ::autocorrect_incompatible_with — RuboCop::Cop::Style::InverseMethods
- ::autocorrect_incompatible_with — RuboCop::Cop::Style::LineEndConcatenation
- ::autocorrect_incompatible_with — RuboCop::Cop::Style::Next
- ::autocorrect_incompatible_with — RuboCop::Cop::Style::RedundantSelf
- ::autocorrect_incompatible_with — RuboCop::Cop::Style::SelfAssignment
- ::autocorrect_incompatible_with — RuboCop::Cop::Style::SymbolProc
- ::autocorrect_incompatible_with — RuboCop::Cop::Style::TrailingCommaInArguments
- ::autocorrect_incompatible_with — RuboCop::Cop::Style::UnneededInterpolation
- ::autocorrect_line — RuboCop::Cop::AlignmentCorrector
- ::badge — RuboCop::Cop::Cop
- ::block_comment_within? — RuboCop::Cop::AlignmentCorrector
- ::break_line_before — RuboCop::Cop::LineBreakCorrector
- ::cache_root — RuboCop::ResultCache
- ::calculate — RuboCop::Cop::Metrics::Utils::AbcSizeCalculator
- ::calculate_range — RuboCop::Cop::AlignmentCorrector
- ::chdir — RuboCop::PathUtil
- ::check — RuboCop::YAMLDuplicationChecker
- ::check_duplication — RuboCop::ConfigLoader
- ::cleanup — RuboCop::ResultCache
- ::clear_options — RuboCop::ConfigLoader
- ::configuration_file_for — RuboCop::ConfigLoader
- ::configuration_from_file — RuboCop::ConfigLoader
- ::cop_name — RuboCop::Cop::Cop
- ::correct — RuboCop::Cop::AlignmentCorrector
- ::correct — RuboCop::Cop::EmptyLineCorrector
- ::correct — RuboCop::Cop::OrderedGemCorrector
- ::correct — RuboCop::Cop::ParenthesesCorrector
- ::correct — RuboCop::Cop::StringLiteralCorrector
- ::correct — RuboCop::Cop::UnusedArgCorrector
- ::correct — RuboCop::Cop::Style::TernaryCorrector
- ::correct — RuboCop::Cop::Style::IfCorrector
- ::correct — RuboCop::Cop::Style::CaseCorrector
- ::correct_for_blockarg_type — RuboCop::Cop::UnusedArgCorrector
- ::correct_negative_condition — RuboCop::Cop::ConditionCorrector
- ::correct_trailing_body — RuboCop::Cop::LineBreakCorrector
- ::correction — RuboCop::Cop::Style::TernaryCorrector
- ::create — RuboCop::Config
- ::declaration_with_comment — RuboCop::Cop::OrderedGemCorrector
- ::default_configuration — RuboCop::ConfigLoader
- ::department — RuboCop::Cop::Cop
- ::each_line — RuboCop::Cop::AlignmentCorrector
- ::element_assignment? — RuboCop::Cop::Style::TernaryCorrector
- ::empty_corrections — RuboCop::Cop::SpaceCorrector
- ::existing_configuration — RuboCop::ConfigLoader
- ::expand_path — RuboCop::ConfigLoader
- ::extract_branches — RuboCop::Cop::Style::TernaryCorrector
- ::extract_branches — RuboCop::Cop::Style::CaseCorrector
- ::extract_tail_branches — RuboCop::Cop::Style::IfCorrector
- ::extract_tail_branches — RuboCop::Cop::Style::CaseCorrector
- ::find_project_dotfile — RuboCop::ConfigLoader
- ::find_user_dotfile — RuboCop::ConfigLoader
- ::find_user_xdg_config — RuboCop::ConfigLoader
- ::for — RuboCop::Cop::Badge
- ::force_name — RuboCop::Cop::Force
- ::format_message_from — RuboCop::OptionsValidator
- ::from_file — RuboCop::ProcessedSource
- ::from_parser_token — RuboCop::Token
- ::heredoc_ranges — RuboCop::Cop::AlignmentCorrector
- ::included — RuboCop::Cop::EnforceSuperclass
- ::inherited — RuboCop::Cop::Cop
- ::inherited — RuboCop::Cop::Force
- ::insert_before — RuboCop::Cop::EmptyLineCorrector
- ::interpret — RuboCop::StringInterpreter
- ::interpret_hex — RuboCop::StringInterpreter
- ::interpret_octal — RuboCop::StringInterpreter
- ::interpret_string_escape — RuboCop::StringInterpreter
- ::interpret_unicode — RuboCop::StringInterpreter
- ::lint? — RuboCop::Cop::Cop
- ::load_file — RuboCop::ConfigLoader
- ::load_yaml_configuration — RuboCop::ConfigLoader
- ::match? — RuboCop::Cop::Cop
- ::merge — RuboCop::ConfigLoader
- ::merge_with_default — RuboCop::ConfigLoader
- ::move_assignment_inside_condition — RuboCop::Cop::Style::TernaryCorrector
- ::move_assignment_inside_condition — RuboCop::Cop::Style::IfCorrector
- ::move_assignment_inside_condition — RuboCop::Cop::Style::CaseCorrector
- ::move_branch_inside_condition — RuboCop::Cop::Style::TernaryCorrector
- ::move_branch_inside_condition — RuboCop::Cop::Style::IfCorrector
- ::move_branch_inside_condition — RuboCop::Cop::Style::CaseCorrector
- ::move_comment — RuboCop::Cop::LineBreakCorrector
- ::name_from_code — RuboCop::Cop::Severity
- ::negated_condition — RuboCop::Cop::ConditionCorrector
- ::new — RuboCop::AST::Node
- ::new — RuboCop::AST::HashElementNode::HashElementDelta
- ::new — RuboCop::CachedData
- ::new — RuboCop::CLI
- ::new — RuboCop::CommentConfig
- ::new — RuboCop::Config
- ::new — RuboCop::ConfigStore
- ::new — RuboCop::Cop::Badge
- ::new — RuboCop::Cop::Badge::InvalidBadge
- ::new — RuboCop::Cop::Commissioner
- ::new — RuboCop::Cop::Cop
- ::new — RuboCop::Cop::Corrector
- ::new — RuboCop::Cop::EachToForCorrector
- ::new — RuboCop::Cop::ForToEachCorrector
- ::new — RuboCop::Cop::LambdaLiteralToMethodCorrector
- ::new — RuboCop::Cop::MultilineLiteralBraceCorrector
- ::new — RuboCop::Cop::PercentLiteralCorrector
- ::new — RuboCop::Cop::Force
- ::new — RuboCop::Cop::Generator
- ::new — RuboCop::Cop::Generator::ConfigurationInjector
- ::new — RuboCop::Cop::Generator::RequireFileInjector
- ::new — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- ::new — RuboCop::Cop::Lint::DeprecatedClassMethods::DeprecatedClassMethod
- ::new — RuboCop::Cop::Lint::DuplicateMethods
- ::new — RuboCop::Cop::Lint::UselessSetterCall::MethodVariableTracker
- ::new — RuboCop::Cop::MessageAnnotator
- ::new — RuboCop::Cop::Metrics::Utils::AbcSizeCalculator
- ::new — RuboCop::Cop::HashAlignment::TableAlignment
- ::new — RuboCop::Cop::PreferredDelimiters
- ::new — RuboCop::Cop::Offense
- ::new — RuboCop::Cop::AmbiguousCopName
- ::new — RuboCop::Cop::Registry
- ::new — RuboCop::Cop::Severity
- ::new — RuboCop::Cop::Style::ParallelAssignment::AssignmentSorter
- ::new — RuboCop::Cop::Style::ParallelAssignment::GenericCorrector
- ::new — RuboCop::Cop::Style::RedundantSelf
- ::new — RuboCop::Cop::Team
- ::new — RuboCop::Cop::VariableForce::Assignment
- ::new — RuboCop::Cop::VariableForce::Reference
- ::new — RuboCop::Cop::VariableForce::Scope
- ::new — RuboCop::Cop::VariableForce::Variable
- ::new — RuboCop::Cop::VariableForce::VariableTable
- ::new — RuboCop::Formatter::BaseFormatter
- ::new — RuboCop::Formatter::DisabledConfigFormatter
- ::new — RuboCop::Formatter::FormatterSet
- ::new — RuboCop::Formatter::FuubarStyleFormatter
- ::new — RuboCop::Formatter::HTMLFormatter
- ::new — RuboCop::Formatter::HTMLFormatter::ERBContext
- ::new — RuboCop::Formatter::JSONFormatter
- ::new — RuboCop::Formatter::ProgressFormatter
- ::new — RuboCop::Formatter::SimpleTextFormatter::Report
- ::new — RuboCop::MagicComment
- ::new — RuboCop::NodePattern
- ::new — RuboCop::NodePattern::Compiler
- ::new — RuboCop::NodePattern::Compiler::Sequence
- ::new — RuboCop::Options
- ::new — RuboCop::OptionsValidator
- ::new — RuboCop::ProcessedSource
- ::new — RuboCop::RakeTask
- ::new — RuboCop::RemoteConfig
- ::new — RuboCop::ResultCache
- ::new — RuboCop::RSpec::ExpectOffense::AnnotatedSource
- ::new — RuboCop::Runner
- ::new — RuboCop::Runner::InfiniteCorrectionLoop
- ::new — RuboCop::TargetFinder
- ::new — RuboCop::Token
- ::next_char_is_question_mark? — RuboCop::Cop::ParenthesesCorrector
- ::node_pattern — RuboCop::Cop::Naming::MemoizedInstanceVariableName
- ::of — RuboCop::Cop::VariableForce::Branch
- ::offenses_from_processed_source — RuboCop::Cop::Lint::Syntax
- ::parse — RuboCop::Cop::Badge
- ::parse — RuboCop::MagicComment
- ::parse — RuboCop::RSpec::ExpectOffense::AnnotatedSource
- ::pwd — RuboCop::PathUtil
- ::qualified_cop_name — RuboCop::Cop::Cop
- ::read_file — RuboCop::ConfigLoader
- ::remove — RuboCop::Cop::AlignmentCorrector
- ::remove_files — RuboCop::ResultCache
- ::remove_oldest_files — RuboCop::ResultCache
- ::remove_parentheses — RuboCop::Cop::Style::TernaryCorrector
- ::remove_semicolon — RuboCop::Cop::LineBreakCorrector
- ::remove_space — RuboCop::Cop::PunctuationCorrector
- ::remove_space — RuboCop::Cop::SpaceCorrector
- ::requires_file_removal? — RuboCop::ResultCache
- ::reset_pwd — RuboCop::PathUtil
- ::resolver — RuboCop::ConfigLoader
- ::root_level= — RuboCop::FileFinder
- ::root_level? — RuboCop::FileFinder
- ::semicolon — RuboCop::Cop::LineBreakCorrector
- ::swap_comma — RuboCop::Cop::PunctuationCorrector
- ::swap_range — RuboCop::Cop::OrderedGemCorrector
- ::ternary — RuboCop::Cop::Style::TernaryCorrector
- ::ternary_condition? — RuboCop::Cop::ParenthesesCorrector
- ::tokens — RuboCop::NodePattern::Compiler
- ::traverse — RuboCop::YAMLDuplicationChecker
- ::validate_cop_list — RuboCop::OptionsValidator
- ::version — RuboCop::Version
- ::whitespace_range — RuboCop::Cop::AlignmentCorrector
- ::windows? — RuboCop::Platform
- ::write_config_file — RuboCop::ConfigLoader
- ::yaml_safe_load — RuboCop::ConfigLoader
- #<=> — RuboCop::Cop::Offense
- #<=> — RuboCop::Cop::Severity
- #== — RuboCop::Cop::Badge
- #== — RuboCop::Cop::Offense
- #== — RuboCop::Cop::Registry
- #== — RuboCop::Cop::Severity
- #== — RuboCop::Cop::VariableForce::Scope
- #== — RuboCop::NodePattern
- #[] — RuboCop::Config
- #[] — RuboCop::ProcessedSource
- #[]= — RuboCop::Config
- #_investigate — CopHelper
- #aborting? — RuboCop::Runner
- #absolute? — RuboCop::PathUtil
- #accept_child_double_quotes? — RuboCop::Cop::Style::StringLiterals
- #accept_left_parenthesis? — RuboCop::Cop::Layout::SpaceAroundKeyword
- #accept_left_square_bracket? — RuboCop::Cop::Layout::SpaceAroundKeyword
- #acceptable_19_syntax_symbol? — RuboCop::Cop::Style::HashSyntax
- #acceptable_capital_q? — RuboCop::Cop::Style::UnneededPercentQ
- #acceptable_exploded_args? — RuboCop::Cop::Style::RaiseArgs
- #acceptable_q? — RuboCop::Cop::Style::UnneededPercentQ
- #accepted_form? — RuboCop::Cop::Style::GuardClause
- #accepted_if? — RuboCop::Cop::Style::GuardClause
- #accepted_include? — RuboCop::Cop::Style::MixinUsage
- #accepted_opening_delimiter? — RuboCop::Cop::Layout::SpaceAroundKeyword
- #access_modifier? — RuboCop::Cop::Lint::IneffectiveAccessModifier
- #access_modifier? — RuboCop::Cop::Lint::UselessAccessModifier
- #access_modifier? — RuboCop::AST::MethodDispatchNode
- #access_modifier_is_inlined? — RuboCop::Cop::Style::AccessModifierDeclarations
- #access_modifier_is_not_inlined? — RuboCop::Cop::Style::AccessModifierDeclarations
- #access_modifier_node — RuboCop::Cop::Layout::RescueEnsureAlignment
- #accesses? — RuboCop::Cop::Style::ParallelAssignment::AssignmentSorter
- #accessible_variables — RuboCop::Cop::VariableForce::VariableTable
- #accessor — RuboCop::Cop::Style::TrivialAccessors
- #accessor_start — RuboCop::Cop::Style::UnneededSort
- #accumulator_param_assigned_to? — RuboCop::Cop::Style::EachWithObject
- #act_on_options — RuboCop::CLI
- #actual_code_range — RuboCop::Cop::Style::YodaCondition
- #actual_indent — RuboCop::Cop::Style::Next
- #add_aliases — RuboCop::Options
- #add_arg_offense — RuboCop::Cop::Style::BracesAroundHashParameters
- #add_auto_gen_options — RuboCop::Options
- #add_boolean_flags — RuboCop::Options
- #add_braces — RuboCop::Cop::Style::BracesAroundHashParameters
- #add_braces — RuboCop::Cop::Style::RedundantReturn
- #add_brackets — RuboCop::Cop::Style::RedundantReturn
- #add_configuration_options — RuboCop::Options
- #add_cop_selection_csv_option — RuboCop::Options
- #add_correct_closing_paren — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #add_correct_external_trailing_comma — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #add_excludes_from_higher_level — RuboCop::Config
- #add_flags_with_optional_args — RuboCop::Options
- #add_formatter — RuboCop::Formatter::FormatterSet
- #add_formatting_options — RuboCop::Options
- #add_list_options — RuboCop::Options
- #add_offences — RuboCop::Cop::Layout::AlignHash
- #add_offense — RuboCop::Cop::Cop
- #add_offense_for_args — RuboCop::Cop::Style::Alias
- #add_offense_for_different_line — RuboCop::Cop::Style::EvalWithLocation
- #add_offense_for_entire_comment — RuboCop::Cop::Lint::UnneededCopDisableDirective
- #add_offense_for_expression — RuboCop::Cop::Layout::MultilineBlockLayout
- #add_offense_for_misalignment — RuboCop::Cop::EndKeywordAlignment
- #add_offense_for_omit_parentheses — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #add_offense_for_require_parentheses — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #add_offense_for_same_line — RuboCop::Cop::Style::EvalWithLocation
- #add_offense_for_some_cops — RuboCop::Cop::Lint::UnneededCopDisableDirective
- #add_offense_for_wrong_style — RuboCop::Cop::Style::BarePercentLiterals
- #add_offense_from_diagnostic — RuboCop::Cop::Lint::Syntax
- #add_offense_from_error — RuboCop::Cop::Lint::Syntax
- #add_offenses — RuboCop::Cop::Lint::UnneededCopDisableDirective
- #add_offenses_for_unnecessary_spaces — RuboCop::Cop::Layout::SpaceInsidePercentLiteralDelimiters
- #add_only_options — RuboCop::Options
- #add_parentheses — RuboCop::Cop::Style::LambdaCall
- #add_safe_nav_to_all_methods_in_chain — RuboCop::Cop::Style::SafeNavigation
- #add_scope — RuboCop::Cop::Style::RedundantSelf
- #add_self_to_getters — RuboCop::Cop::Style::ParallelAssignment
- #add_severity_option — RuboCop::Options
- #add_space_before — RuboCop::Cop::Layout::BlockAlignment
- #add_trailing_end — RuboCop::Cop::Style::ClassAndModuleChildren
- #add_unneeded_disables — RuboCop::Runner
- #adjacent_braces — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #adjust — RuboCop::Cop::Layout::AlignHash
- #adjust_minus — RuboCop::Cop::Layout::IndentHeredoc
- #adjust_squiggly — RuboCop::Cop::Layout::IndentHeredoc
- #after_leaving_scope — RuboCop::Cop::Lint::ShadowedArgument
- #after_leaving_scope — RuboCop::Cop::Lint::UnderscorePrefixedVariableName
- #after_leaving_scope — RuboCop::Cop::Lint::UselessAssignment
- #after_leaving_scope — RuboCop::Cop::Style::InfiniteLoop
- #after_leaving_scope — RuboCop::Cop::Lint::UnusedArgument
- #alias_keyword_possible? — RuboCop::Cop::Style::Alias
- #alias_method_possible? — RuboCop::Cop::Style::Alias
- #align_column — RuboCop::Cop::Layout::ExtraSpacing
- #align_equal_sign — RuboCop::Cop::Layout::ExtraSpacing
- #align_equal_signs — RuboCop::Cop::Layout::ExtraSpacing
- #align_hash_cop_config — RuboCop::Cop::Layout::SpaceAroundOperators
- #align_with_base_message — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #aligned_assignment? — RuboCop::Cop::PrecedingFollowingAlignment
- #aligned_char? — RuboCop::Cop::PrecedingFollowingAlignment
- #aligned_comment_lines — RuboCop::Cop::PrecedingFollowingAlignment
- #aligned_comments? — RuboCop::Cop::Layout::ExtraSpacing
- #aligned_identical? — RuboCop::Cop::PrecedingFollowingAlignment
- #aligned_operator? — RuboCop::Cop::PrecedingFollowingAlignment
- #aligned_tok? — RuboCop::Cop::Layout::ExtraSpacing
- #aligned_token? — RuboCop::Cop::PrecedingFollowingAlignment
- #aligned_with_adjacent_line? — RuboCop::Cop::PrecedingFollowingAlignment
- #aligned_with_any_line? — RuboCop::Cop::PrecedingFollowingAlignment
- #aligned_with_any_line_range? — RuboCop::Cop::PrecedingFollowingAlignment
- #aligned_with_line? — RuboCop::Cop::PrecedingFollowingAlignment
- #aligned_with_next_comment? — RuboCop::Cop::Layout::ExtraSpacing
- #aligned_with_operator? — RuboCop::Cop::PrecedingFollowingAlignment
- #aligned_with_previous_comment? — RuboCop::Cop::Layout::ExtraSpacing
- #aligned_with_something? — RuboCop::Cop::PrecedingFollowingAlignment
- #aligned_words? — RuboCop::Cop::PrecedingFollowingAlignment
- #alignment_base — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #alignment_for — RuboCop::Cop::Layout::AlignHash
- #alignment_for_colons — RuboCop::Cop::Layout::AlignHash
- #alignment_for_hash_rockets — RuboCop::Cop::Layout::AlignHash
- #alignment_node — RuboCop::Cop::Layout::EndAlignment
- #alignment_node — RuboCop::Cop::Layout::RescueEnsureAlignment
- #alignment_node_for_variable_style — RuboCop::Cop::Layout::EndAlignment
- #alignment_source — RuboCop::Cop::Layout::RescueEnsureAlignment
- #all_cop_names — RuboCop::CommentConfig
- #all_cop_names — RuboCop::Cop::Lint::UnneededCopDisableDirective
- #all_cops_include — RuboCop::TargetFinder
- #all_disabled? — RuboCop::Cop::Lint::UnneededCopDisableDirective
- #all_elements_aligned? — RuboCop::Cop::Layout::ClosingParenthesisIndentation
- #all_on_same_line? — RuboCop::Cop::Lint::HeredocMethodCallPosition
- #all_on_same_line? — RuboCop::Cop::CheckLineBreakable
- #all_on_same_line? — RuboCop::Cop::MultilineElementLineBreaks
- #all_or_name — RuboCop::Cop::Lint::UnneededCopEnableDirective
- #all_string_literals? — RuboCop::Cop::Style::StringLiterals
- #allow — RuboCop::Cop::Style::SignalException
- #allow_border_comment? — RuboCop::Cop::Layout::EmptyComment
- #allow_dsl_writers? — RuboCop::Cop::Style::TrivialAccessors
- #allow_empty? — RuboCop::Cop::Style::SingleLineMethods
- #allow_for_alignment? — RuboCop::Cop::PrecedingFollowingAlignment
- #allow_for_trailing_comments? — RuboCop::Cop::Layout::ExtraSpacing
- #allow_heredoc? — RuboCop::Cop::Metrics::LineLength
- #allow_if_modifier? — RuboCop::Cop::Style::IfInsideElse
- #allow_if_modifier_in_else_branch? — RuboCop::Cop::Style::IfInsideElse
- #allow_inner_backticks? — RuboCop::Cop::Style::CommandLiteral
- #allow_inner_slashes? — RuboCop::Cop::Style::RegexpLiteral
- #allow_margin_comment? — RuboCop::Cop::Layout::EmptyComment
- #allow_multiline_conditions? — RuboCop::Cop::Style::ParenthesesAroundCondition
- #allow_multiple_return_values? — RuboCop::Cop::Style::RedundantReturn
- #allow_named_underscore_variables — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #allow_nums — RuboCop::Cop::UncommunicativeName
- #allow_predicates? — RuboCop::Cop::Style::TrivialAccessors
- #allow_self — RuboCop::Cop::Style::RedundantSelf
- #allow_unused_keyword_arguments? — RuboCop::Cop::Lint::UnusedBlockArgument
- #allow_uri? — RuboCop::Cop::Metrics::LineLength
- #allowed_acronyms — RuboCop::Cop::Naming::FileName
- #allowed_ancestor? — RuboCop::Cop::Style::RedundantParentheses
- #allowed_array_or_hash_element? — RuboCop::Cop::Style::RedundantParentheses
- #allowed_assignment? — RuboCop::Cop::Naming::ConstantName
- #allowed_backtick_literal? — RuboCop::Cop::Style::CommandLiteral
- #allowed_block? — RuboCop::Cop::Lint::UnusedBlockArgument
- #allowed_bracket_array? — RuboCop::Cop::PercentArray
- #allowed_camel_case_file? — RuboCop::Config
- #allowed_camel_case_method_call? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #allowed_chained_call_with_parentheses? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #allowed_conditional_expression_on_rhs? — RuboCop::Cop::Naming::ConstantName
- #allowed_construct? — RuboCop::Cop::Lint::AssignmentInCondition
- #allowed_expression? — RuboCop::Cop::Style::RedundantParentheses
- #allowed_heredoc — RuboCop::Cop::Metrics::LineLength
- #allowed_if_condition? — RuboCop::Cop::Style::SafeNavigation
- #allowed_keyword_argument? — RuboCop::Cop::Lint::UnusedBlockArgument
- #allowed_keyword_block_argument? — RuboCop::Cop::Lint::UnderscorePrefixedVariableName
- #allowed_lhs? — RuboCop::Cop::Style::ParallelAssignment
- #allowed_masign? — RuboCop::Cop::Style::ParallelAssignment
- #allowed_method? — RuboCop::Cop::Lint::AmbiguousBlockAssociation
- #allowed_method? — RuboCop::Cop::Style::TrivialAccessors
- #allowed_method_call? — RuboCop::Cop::Style::RedundantParentheses
- #allowed_method_call_on_rhs? — RuboCop::Cop::Naming::ConstantName
- #allowed_method_name? — RuboCop::Cop::Naming::PredicateName
- #allowed_mixed_percent_r? — RuboCop::Cop::Style::RegexpLiteral
- #allowed_mixed_slash? — RuboCop::Cop::Style::RegexpLiteral
- #allowed_modifier_if? — RuboCop::Cop::Style::Next
- #allowed_multiline_argument? — RuboCop::Cop::TrailingComma
- #allowed_multiline_call_with_parentheses? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #allowed_multiple_expression? — RuboCop::Cop::Style::RedundantParentheses
- #allowed_names — RuboCop::Cop::UncommunicativeName
- #allowed_non_ascii_chars — RuboCop::Cop::Style::AsciiComments
- #allowed_omission? — RuboCop::Cop::Style::NestedParenthesizedCalls
- #allowed_on_first_line? — RuboCop::Cop::Layout::LeadingCommentSpace
- #allowed_only_before_style? — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #allowed_percent_q? — RuboCop::Cop::Style::UnneededPercentQ
- #allowed_percent_r_literal? — RuboCop::Cop::Style::RegexpLiteral
- #allowed_percent_x_literal? — RuboCop::Cop::Style::CommandLiteral
- #allowed_reader? — RuboCop::Cop::Style::TrivialAccessors
- #allowed_rhs? — RuboCop::Cop::Style::ParallelAssignment
- #allowed_send_node? — RuboCop::Cop::Style::RedundantSelf
- #allowed_single_line? — RuboCop::Cop::Style::ConditionalAssignment
- #allowed_slash_literal? — RuboCop::Cop::Style::RegexpLiteral
- #allowed_statements? — RuboCop::Cop::Style::ConditionalAssignment
- #allowed_ternary? — RuboCop::Cop::Style::ConditionalAssignment
- #allowed_type? — RuboCop::Cop::SpaceAfterPunctuation
- #allowed_uri_position? — RuboCop::Cop::Metrics::LineLength
- #allowed_var? — RuboCop::Cop::Style::GlobalVars
- #allowed_writer? — RuboCop::Cop::Style::TrivialAccessors
- #already_on_multiple_lines? — RuboCop::Cop::CheckLineBreakable
- #alt_start_msg — RuboCop::Cop::Layout::BlockAlignment
- #alternate_operator — RuboCop::AST::AndNode
- #alternate_operator — RuboCop::AST::OrNode
- #alternative_message — RuboCop::Cop::Lint::AmbiguousOperator
- #alternative_message — RuboCop::Cop::Lint::AmbiguousRegexpLiteral
- #alternative_message — RuboCop::Cop::Lint::UselessElseWithoutRescue
- #alternative_style — RuboCop::Cop::Style::HashSyntax
- #alternative_style — RuboCop::Cop::ConfigurableEnforcedStyle
- #alternative_styles — RuboCop::Cop::ConfigurableEnforcedStyle
- #always_run? — RuboCop::Cop::VariableForce::Case
- #always_run? — RuboCop::Cop::VariableForce::For
- #always_run? — RuboCop::Cop::VariableForce::Rescue
- #always_run? — RuboCop::Cop::VariableForce::Ensure
- #always_run? — RuboCop::Cop::VariableForce::SimpleConditional
- #always_run? — RuboCop::Cop::VariableForce::LogicalOperator
- #ambigious_literal? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #ambiguous_block_association? — RuboCop::Cop::Lint::AmbiguousBlockAssociation
- #ambiguous_or_unexpected_style_detected — RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- #ambiguous_style_detected — RuboCop::Cop::ConfigurableEnforcedStyle
- #ampersand_dot? — RuboCop::Cop::Layout::DotPosition
- #analyze — RuboCop::CommentConfig
- #analyze_cop — RuboCop::CommentConfig
- #analyze_disabled — RuboCop::CommentConfig
- #analyze_rest — RuboCop::CommentConfig
- #analyze_single_line — RuboCop::CommentConfig
- #ancestor_node — RuboCop::Cop::Layout::RescueEnsureAlignment
- #ancestor_node? — RuboCop::Cop::VariableForce::Scope
- #ancestors — RuboCop::AST::Node
- #annotate — RuboCop::Cop::Cop
- #annotate — RuboCop::Cop::MessageAnnotator
- #annotate_message — RuboCop::Formatter::SimpleTextFormatter
- #annotate_message — RuboCop::Formatter::TapFormatter
- #annotation? — RuboCop::Cop::Style::AnnotationComment
- #annotation_range — RuboCop::Cop::Style::CommentAnnotation
- #any? — RuboCop::MagicComment
- #any_assignment? — RuboCop::Cop::Style::MethodCallWithoutArgsParentheses
- #any_context_creating_methods? — RuboCop::Cop::Lint::UselessAccessModifier
- #any_heredoc? — RuboCop::Cop::TrailingComma
- #any_method_definition? — RuboCop::Cop::Lint::UselessAccessModifier
- #any_symlink? — RuboCop::ResultCache
- #apply_autocorrect — RuboCop::Cop::Style::SelfAssignment
- #apply_default_formatter — RuboCop::CLI
- #arg_node — RuboCop::Cop::Style::UnneededSort
- #arg_range — RuboCop::Cop::UncommunicativeName
- #arg_to_unparenthesized_call? — RuboCop::Cop::LambdaLiteralToMethodCorrector
- #arg_value — RuboCop::Cop::Style::UnneededSort
- #args_begin — RuboCop::Cop::Style::LambdaCall
- #args_begin — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #args_count — RuboCop::Cop::Metrics::ParameterLists
- #args_end — RuboCop::Cop::Style::LambdaCall
- #args_end — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #args_from_env — RuboCop::Options
- #args_from_file — RuboCop::Options
- #args_match? — RuboCop::Cop::Style::SingleLineBlockParams
- #args_on_beginning_line? — RuboCop::Cop::Layout::MultilineBlockLayout
- #args_parenthesized? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #argument? — RuboCop::AST::Node
- #argument? — RuboCop::Cop::VariableForce::Variable
- #argument_in_method_call — RuboCop::Cop::MultilineExpressionIndentation
- #argument_indentation_correct? — RuboCop::Cop::Layout::ClosingHeredocIndentation
- #argument_positions — RuboCop::Cop::Style::OptionalArguments
- #argument_range — RuboCop::Cop::Style::MinMax
- #argument_references — RuboCop::Cop::Lint::ShadowedArgument
- #argument_without_space? — RuboCop::Cop::Style::HashSyntax
- #arguments — RuboCop::AST::BlockNode
- #arguments — RuboCop::AST::BreakNode
- #arguments — RuboCop::AST::DefNode
- #arguments — RuboCop::AST::RetryNode
- #arguments — RuboCop::AST::MethodDispatchNode
- #arguments? — RuboCop::AST::BlockNode
- #arguments? — RuboCop::Cop::Style::RedundantReturn
- #arguments? — RuboCop::AST::ParameterizedNode
- #arguments_begin_pos — RuboCop::Cop::LambdaLiteralToMethodCorrector
- #arguments_count — RuboCop::Cop::Lint::FormatParameterMismatch
- #arguments_end_pos — RuboCop::Cop::LambdaLiteralToMethodCorrector
- #arguments_range — RuboCop::Cop::Style::ExpandPathArguments
- #arguments_with_whitespace — RuboCop::Cop::Style::Lambda
- #arguments_without_parentheses? — RuboCop::Cop::Style::MethodDefParentheses
- #arithmetic_operation? — RuboCop::AST::MethodDispatchNode
- #array_brackets — RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets
- #array_element? — RuboCop::Cop::Style::RedundantParentheses
- #array_new_inside_array_literal? — RuboCop::Cop::Lint::UnneededSplatExpansion
- #array_or_range? — RuboCop::Cop::Style::BlockDelimiters
- #array_splat? — RuboCop::Cop::Lint::UnneededSplatExpansion
- #array_style_detected — RuboCop::Cop::ArrayMinSize
- #arrow_lambda_with_args? — RuboCop::Cop::Layout::SpaceInLambdaLiteral
- #asgn_variable_align_with — RuboCop::Cop::Layout::EndAlignment
- #assertions_using_described_class_msg — RuboCop::Cop::InternalAffairs::UselessMessageAssertion
- #assign — RuboCop::Cop::VariableForce::Variable
- #assign_to_variable — RuboCop::Cop::VariableForce::VariableTable
- #assigned_before? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #assigned_before_loop? — RuboCop::Cop::Style::InfiniteLoop
- #assigned_inside_loop? — RuboCop::Cop::Style::InfiniteLoop
- #assignment — RuboCop::Cop::Style::ParallelAssignment::GenericCorrector
- #assignment — RuboCop::Cop::Style::ConditionalCorrectorHelper
- #assignment? — RuboCop::AST::Node
- #assignment? — RuboCop::AST::MethodDispatchNode
- #assignment_corrector — RuboCop::Cop::Style::ParallelAssignment
- #assignment_method? — RuboCop::Cop::Gemspec::DuplicatedAssignment
- #assignment_method? — RuboCop::AST::MethodIdentifierPredicates
- #assignment_node — RuboCop::Cop::Layout::RescueEnsureAlignment
- #assignment_node — RuboCop::Cop::Style::ConditionalAssignment
- #assignment_on_same_line? — RuboCop::Cop::Layout::FirstArrayElementLineBreak
- #assignment_rhs — RuboCop::Cop::MultilineExpressionIndentation
- #assignment_rhs_exist? — RuboCop::Cop::Style::ConditionalAssignmentHelper
- #assignment_tokens — RuboCop::Cop::Layout::ExtraSpacing
- #assignment_types_match? — RuboCop::Cop::Style::ConditionalAssignment
- #assignment_without_argument_usage — RuboCop::Cop::Lint::ShadowedArgument
- #ast_with_comments — RuboCop::ProcessedSource
- #augment_message — RuboCop::Cop::Lint::UnusedBlockArgument
- #auto_use_temp_node? — RuboCop::NodePattern::Compiler
- #autocorrect — RuboCop::Cop::Bundler::InsecureProtocolSource
- #autocorrect — RuboCop::Cop::Bundler::OrderedGems
- #autocorrect — RuboCop::Cop::Gemspec::OrderedDependencies
- #autocorrect — RuboCop::Cop::InternalAffairs::NodeTypePredicate
- #autocorrect — RuboCop::Cop::InternalAffairs::OffenseLocationKeyword
- #autocorrect — RuboCop::Cop::InternalAffairs::RedundantLocationArgument
- #autocorrect — RuboCop::Cop::InternalAffairs::RedundantMessageArgument
- #autocorrect — RuboCop::Cop::Layout::AccessModifierIndentation
- #autocorrect — RuboCop::Cop::Layout::AlignArguments
- #autocorrect — RuboCop::Cop::Layout::AlignArray
- #autocorrect — RuboCop::Cop::Layout::AlignHash
- #autocorrect — RuboCop::Cop::Layout::AlignParameters
- #autocorrect — RuboCop::Cop::Layout::BlockAlignment
- #autocorrect — RuboCop::Cop::Layout::BlockEndNewline
- #autocorrect — RuboCop::Cop::Layout::CaseIndentation
- #autocorrect — RuboCop::Cop::Layout::ClassStructure
- #autocorrect — RuboCop::Cop::Layout::ClosingHeredocIndentation
- #autocorrect — RuboCop::Cop::Layout::ClosingParenthesisIndentation
- #autocorrect — RuboCop::Cop::Layout::CommentIndentation
- #autocorrect — RuboCop::Cop::Layout::DefEndAlignment
- #autocorrect — RuboCop::Cop::Layout::DotPosition
- #autocorrect — RuboCop::Cop::Layout::ElseAlignment
- #autocorrect — RuboCop::Cop::Layout::EmptyComment
- #autocorrect — RuboCop::Cop::Layout::EmptyLineAfterGuardClause
- #autocorrect — RuboCop::Cop::Layout::EmptyLineAfterMagicComment
- #autocorrect — RuboCop::Cop::Layout::EmptyLineBetweenDefs
- #autocorrect — RuboCop::Cop::Layout::EmptyLines
- #autocorrect — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #autocorrect — RuboCop::Cop::Layout::EmptyLinesAroundArguments
- #autocorrect — RuboCop::Cop::Layout::EmptyLinesAroundBeginBody
- #autocorrect — RuboCop::Cop::Layout::EmptyLinesAroundBlockBody
- #autocorrect — RuboCop::Cop::Layout::EmptyLinesAroundClassBody
- #autocorrect — RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords
- #autocorrect — RuboCop::Cop::Layout::EmptyLinesAroundMethodBody
- #autocorrect — RuboCop::Cop::Layout::EmptyLinesAroundModuleBody
- #autocorrect — RuboCop::Cop::Layout::EndAlignment
- #autocorrect — RuboCop::Cop::Layout::ExtraSpacing
- #autocorrect — RuboCop::Cop::Layout::FirstArrayElementLineBreak
- #autocorrect — RuboCop::Cop::Layout::FirstHashElementLineBreak
- #autocorrect — RuboCop::Cop::Layout::FirstMethodArgumentLineBreak
- #autocorrect — RuboCop::Cop::Layout::FirstMethodParameterLineBreak
- #autocorrect — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #autocorrect — RuboCop::Cop::Layout::IndentAssignment
- #autocorrect — RuboCop::Cop::Layout::IndentFirstArgument
- #autocorrect — RuboCop::Cop::Layout::IndentFirstArrayElement
- #autocorrect — RuboCop::Cop::Layout::IndentFirstHashElement
- #autocorrect — RuboCop::Cop::Layout::IndentFirstParameter
- #autocorrect — RuboCop::Cop::Layout::IndentHeredoc
- #autocorrect — RuboCop::Cop::Layout::IndentationConsistency
- #autocorrect — RuboCop::Cop::Layout::IndentationWidth
- #autocorrect — RuboCop::Cop::Layout::InitialIndentation
- #autocorrect — RuboCop::Cop::Layout::LeadingBlankLines
- #autocorrect — RuboCop::Cop::Layout::LeadingCommentSpace
- #autocorrect — RuboCop::Cop::Layout::MultilineArrayBraceLayout
- #autocorrect — RuboCop::Cop::Layout::MultilineArrayLineBreaks
- #autocorrect — RuboCop::Cop::Layout::MultilineAssignmentLayout
- #autocorrect — RuboCop::Cop::Layout::MultilineBlockLayout
- #autocorrect — RuboCop::Cop::Layout::MultilineHashBraceLayout
- #autocorrect — RuboCop::Cop::Layout::MultilineHashKeyLineBreaks
- #autocorrect — RuboCop::Cop::Layout::MultilineMethodArgumentLineBreaks
- #autocorrect — RuboCop::Cop::Layout::MultilineMethodCallBraceLayout
- #autocorrect — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #autocorrect — RuboCop::Cop::Layout::MultilineMethodDefinitionBraceLayout
- #autocorrect — RuboCop::Cop::Layout::MultilineOperationIndentation
- #autocorrect — RuboCop::Cop::Layout::RescueEnsureAlignment
- #autocorrect — RuboCop::Cop::Layout::SpaceAfterColon
- #autocorrect — RuboCop::Cop::Layout::SpaceAfterComma
- #autocorrect — RuboCop::Cop::Layout::SpaceAfterMethodName
- #autocorrect — RuboCop::Cop::Layout::SpaceAfterNot
- #autocorrect — RuboCop::Cop::Layout::SpaceAfterSemicolon
- #autocorrect — RuboCop::Cop::Layout::SpaceAroundBlockParameters
- #autocorrect — RuboCop::Cop::Layout::SpaceAroundEqualsInParameterDefault
- #autocorrect — RuboCop::Cop::Layout::SpaceAroundKeyword
- #autocorrect — RuboCop::Cop::Layout::SpaceAroundOperators
- #autocorrect — RuboCop::Cop::Layout::SpaceBeforeBlockBraces
- #autocorrect — RuboCop::Cop::Layout::SpaceBeforeComma
- #autocorrect — RuboCop::Cop::Layout::SpaceBeforeComment
- #autocorrect — RuboCop::Cop::Layout::SpaceBeforeFirstArg
- #autocorrect — RuboCop::Cop::Layout::SpaceBeforeSemicolon
- #autocorrect — RuboCop::Cop::Layout::SpaceInLambdaLiteral
- #autocorrect — RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets
- #autocorrect — RuboCop::Cop::Layout::SpaceInsideArrayPercentLiteral
- #autocorrect — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #autocorrect — RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- #autocorrect — RuboCop::Cop::Layout::SpaceInsideParens
- #autocorrect — RuboCop::Cop::Layout::SpaceInsidePercentLiteralDelimiters
- #autocorrect — RuboCop::Cop::Layout::SpaceInsideRangeLiteral
- #autocorrect — RuboCop::Cop::Layout::SpaceInsideReferenceBrackets
- #autocorrect — RuboCop::Cop::Layout::SpaceInsideStringInterpolation
- #autocorrect — RuboCop::Cop::Layout::Tab
- #autocorrect — RuboCop::Cop::Layout::TrailingBlankLines
- #autocorrect — RuboCop::Cop::Layout::TrailingWhitespace
- #autocorrect — RuboCop::Cop::Lint::BigDecimalNew
- #autocorrect — RuboCop::Cop::Lint::DeprecatedClassMethods
- #autocorrect — RuboCop::Cop::Lint::EmptyEnsure
- #autocorrect — RuboCop::Cop::Lint::EmptyInterpolation
- #autocorrect — RuboCop::Cop::Lint::HeredocMethodCallPosition
- #autocorrect — RuboCop::Cop::Lint::InheritException
- #autocorrect — RuboCop::Cop::Lint::LiteralInInterpolation
- #autocorrect — RuboCop::Cop::Lint::MultipleCompare
- #autocorrect — RuboCop::Cop::Lint::NumberConversion
- #autocorrect — RuboCop::Cop::Lint::OrderedMagicComments
- #autocorrect — RuboCop::Cop::Lint::PercentStringArray
- #autocorrect — RuboCop::Cop::Lint::PercentSymbolArray
- #autocorrect — RuboCop::Cop::Lint::RedundantWithIndex
- #autocorrect — RuboCop::Cop::Lint::RedundantWithObject
- #autocorrect — RuboCop::Cop::Lint::RescueType
- #autocorrect — RuboCop::Cop::Lint::SafeNavigationConsistency
- #autocorrect — RuboCop::Cop::Lint::ScriptPermission
- #autocorrect — RuboCop::Cop::Lint::StringConversionInInterpolation
- #autocorrect — RuboCop::Cop::Lint::ToJSON
- #autocorrect — RuboCop::Cop::Lint::UnifiedInteger
- #autocorrect — RuboCop::Cop::Lint::UnneededCopDisableDirective
- #autocorrect — RuboCop::Cop::Lint::UnneededCopEnableDirective
- #autocorrect — RuboCop::Cop::Lint::UnneededRequireStatement
- #autocorrect — RuboCop::Cop::Lint::UnneededSplatExpansion
- #autocorrect — RuboCop::Cop::Lint::UnusedBlockArgument
- #autocorrect — RuboCop::Cop::Lint::UnusedMethodArgument
- #autocorrect — RuboCop::Cop::Lint::UriRegexp
- #autocorrect — RuboCop::Cop::Metrics::LineLength
- #autocorrect — RuboCop::Cop::Naming::RescuedExceptionsVariableName
- #autocorrect — RuboCop::Cop::Security::JSONLoad
- #autocorrect — RuboCop::Cop::Security::YAMLLoad
- #autocorrect — RuboCop::Cop::Style::Alias
- #autocorrect — RuboCop::Cop::Style::AndOr
- #autocorrect — RuboCop::Cop::Style::ArrayJoin
- #autocorrect — RuboCop::Cop::Style::Attr
- #autocorrect — RuboCop::Cop::Style::BarePercentLiterals
- #autocorrect — RuboCop::Cop::Style::BlockComments
- #autocorrect — RuboCop::Cop::Style::BlockDelimiters
- #autocorrect — RuboCop::Cop::Style::BracesAroundHashParameters
- #autocorrect — RuboCop::Cop::Style::CharacterLiteral
- #autocorrect — RuboCop::Cop::Style::ClassAndModuleChildren
- #autocorrect — RuboCop::Cop::Style::ClassCheck
- #autocorrect — RuboCop::Cop::Style::ClassMethods
- #autocorrect — RuboCop::Cop::Style::CollectionMethods
- #autocorrect — RuboCop::Cop::Style::ColonMethodCall
- #autocorrect — RuboCop::Cop::Style::ColonMethodDefinition
- #autocorrect — RuboCop::Cop::Style::CommandLiteral
- #autocorrect — RuboCop::Cop::Style::CommentAnnotation
- #autocorrect — RuboCop::Cop::Style::ConditionalAssignment
- #autocorrect — RuboCop::Cop::Style::Copyright
- #autocorrect — RuboCop::Cop::Style::DefWithParentheses
- #autocorrect — RuboCop::Cop::Style::Dir
- #autocorrect — RuboCop::Cop::Style::EachForSimpleLoop
- #autocorrect — RuboCop::Cop::Style::EachWithObject
- #autocorrect — RuboCop::Cop::Style::EmptyBlockParameter
- #autocorrect — RuboCop::Cop::Style::EmptyCaseCondition
- #autocorrect — RuboCop::Cop::Style::EmptyElse
- #autocorrect — RuboCop::Cop::Style::EmptyLambdaParameter
- #autocorrect — RuboCop::Cop::Style::EmptyLiteral
- #autocorrect — RuboCop::Cop::Style::EmptyMethod
- #autocorrect — RuboCop::Cop::Style::Encoding
- #autocorrect — RuboCop::Cop::Style::EvenOdd
- #autocorrect — RuboCop::Cop::Style::ExpandPathArguments
- #autocorrect — RuboCop::Cop::Style::For
- #autocorrect — RuboCop::Cop::Style::FormatString
- #autocorrect — RuboCop::Cop::Style::FrozenStringLiteralComment
- #autocorrect — RuboCop::Cop::Style::HashSyntax
- #autocorrect — RuboCop::Cop::Style::IfUnlessModifier
- #autocorrect — RuboCop::Cop::Style::InfiniteLoop
- #autocorrect — RuboCop::Cop::Style::InverseMethods
- #autocorrect — RuboCop::Cop::Style::Lambda
- #autocorrect — RuboCop::Cop::Style::LambdaCall
- #autocorrect — RuboCop::Cop::Style::LineEndConcatenation
- #autocorrect — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #autocorrect — RuboCop::Cop::Style::MethodCallWithoutArgsParentheses
- #autocorrect — RuboCop::Cop::Style::MethodDefParentheses
- #autocorrect — RuboCop::Cop::Style::MinMax
- #autocorrect — RuboCop::Cop::Style::MixinGrouping
- #autocorrect — RuboCop::Cop::Style::ModuleFunction
- #autocorrect — RuboCop::Cop::Style::MultilineIfModifier
- #autocorrect — RuboCop::Cop::Style::MultilineIfThen
- #autocorrect — RuboCop::Cop::Style::MultilineMemoization
- #autocorrect — RuboCop::Cop::Style::MutableConstant
- #autocorrect — RuboCop::Cop::Style::NegatedIf
- #autocorrect — RuboCop::Cop::Style::NegatedUnless
- #autocorrect — RuboCop::Cop::Style::NegatedWhile
- #autocorrect — RuboCop::Cop::Style::NestedModifier
- #autocorrect — RuboCop::Cop::Style::NestedParenthesizedCalls
- #autocorrect — RuboCop::Cop::Style::Next
- #autocorrect — RuboCop::Cop::Style::NilComparison
- #autocorrect — RuboCop::Cop::Style::NonNilCheck
- #autocorrect — RuboCop::Cop::Style::Not
- #autocorrect — RuboCop::Cop::Style::NumericLiteralPrefix
- #autocorrect — RuboCop::Cop::Style::NumericLiterals
- #autocorrect — RuboCop::Cop::Style::NumericPredicate
- #autocorrect — RuboCop::Cop::Style::OneLineConditional
- #autocorrect — RuboCop::Cop::Style::OrAssignment
- #autocorrect — RuboCop::Cop::Style::ParallelAssignment
- #autocorrect — RuboCop::Cop::Style::ParenthesesAroundCondition
- #autocorrect — RuboCop::Cop::Style::PercentLiteralDelimiters
- #autocorrect — RuboCop::Cop::Style::PercentQLiterals
- #autocorrect — RuboCop::Cop::Style::PerlBackrefs
- #autocorrect — RuboCop::Cop::Style::PreferredHashMethods
- #autocorrect — RuboCop::Cop::Style::Proc
- #autocorrect — RuboCop::Cop::Style::RaiseArgs
- #autocorrect — RuboCop::Cop::Style::RandomWithOffset
- #autocorrect — RuboCop::Cop::Style::RedundantBegin
- #autocorrect — RuboCop::Cop::Style::RedundantConditional
- #autocorrect — RuboCop::Cop::Style::RedundantException
- #autocorrect — RuboCop::Cop::Style::RedundantFreeze
- #autocorrect — RuboCop::Cop::Style::RedundantParentheses
- #autocorrect — RuboCop::Cop::Style::RedundantReturn
- #autocorrect — RuboCop::Cop::Style::RedundantSelf
- #autocorrect — RuboCop::Cop::Style::RedundantSortBy
- #autocorrect — RuboCop::Cop::Style::RegexpLiteral
- #autocorrect — RuboCop::Cop::Style::RescueModifier
- #autocorrect — RuboCop::Cop::Style::RescueStandardError
- #autocorrect — RuboCop::Cop::Style::ReturnNil
- #autocorrect — RuboCop::Cop::Style::SafeNavigation
- #autocorrect — RuboCop::Cop::Style::Sample
- #autocorrect — RuboCop::Cop::Style::SelfAssignment
- #autocorrect — RuboCop::Cop::Style::Semicolon
- #autocorrect — RuboCop::Cop::Style::SignalException
- #autocorrect — RuboCop::Cop::Style::SingleLineMethods
- #autocorrect — RuboCop::Cop::Style::SpecialGlobalVars
- #autocorrect — RuboCop::Cop::Style::StabbyLambdaParentheses
- #autocorrect — RuboCop::Cop::Style::StderrPuts
- #autocorrect — RuboCop::Cop::Style::StringHashKeys
- #autocorrect — RuboCop::Cop::Style::StringLiterals
- #autocorrect — RuboCop::Cop::Style::StringLiteralsInInterpolation
- #autocorrect — RuboCop::Cop::Style::StringMethods
- #autocorrect — RuboCop::Cop::Style::Strip
- #autocorrect — RuboCop::Cop::Style::SymbolArray
- #autocorrect — RuboCop::Cop::Style::SymbolLiteral
- #autocorrect — RuboCop::Cop::Style::SymbolProc
- #autocorrect — RuboCop::Cop::Style::TernaryParentheses
- #autocorrect — RuboCop::Cop::Style::TrailingBodyOnClass
- #autocorrect — RuboCop::Cop::Style::TrailingBodyOnMethodDefinition
- #autocorrect — RuboCop::Cop::Style::TrailingBodyOnModule
- #autocorrect — RuboCop::Cop::Style::TrailingCommaInArguments
- #autocorrect — RuboCop::Cop::Style::TrailingCommaInArrayLiteral
- #autocorrect — RuboCop::Cop::Style::TrailingCommaInHashLiteral
- #autocorrect — RuboCop::Cop::Style::TrailingMethodEndStatement
- #autocorrect — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #autocorrect — RuboCop::Cop::Style::TrivialAccessors
- #autocorrect — RuboCop::Cop::Style::UnlessElse
- #autocorrect — RuboCop::Cop::Style::UnneededCapitalW
- #autocorrect — RuboCop::Cop::Style::UnneededCondition
- #autocorrect — RuboCop::Cop::Style::UnneededInterpolation
- #autocorrect — RuboCop::Cop::Style::UnneededPercentQ
- #autocorrect — RuboCop::Cop::Style::UnneededSort
- #autocorrect — RuboCop::Cop::Style::UnpackFirst
- #autocorrect — RuboCop::Cop::Style::VariableInterpolation
- #autocorrect — RuboCop::Cop::Style::WhenThen
- #autocorrect — RuboCop::Cop::Style::WhileUntilDo
- #autocorrect — RuboCop::Cop::Style::WhileUntilModifier
- #autocorrect — RuboCop::Cop::Style::WordArray
- #autocorrect — RuboCop::Cop::Style::YodaCondition
- #autocorrect — RuboCop::Cop::Style::ZeroLengthPredicate
- #autocorrect — RuboCop::Cop::Team
- #autocorrect? — RuboCop::Cop::Team
- #autocorrect? — RuboCop::Cop::AutocorrectLogic
- #autocorrect_all_cops — RuboCop::Cop::Team
- #autocorrect_arguments — RuboCop::Cop::Layout::MultilineBlockLayout
- #autocorrect_block — RuboCop::Cop::Style::Next
- #autocorrect_body — RuboCop::Cop::Layout::MultilineBlockLayout
- #autocorrect_boolean_node — RuboCop::Cop::Style::SelfAssignment
- #autocorrect_class — RuboCop::Cop::Style::TrivialAccessors
- #autocorrect_comparison — RuboCop::Cop::Style::NonNilCheck
- #autocorrect_enabled? — RuboCop::Cop::AutocorrectLogic
- #autocorrect_expand_path — RuboCop::Cop::Style::ExpandPathArguments
- #autocorrect_for_omit_parentheses — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #autocorrect_for_require_parentheses — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #autocorrect_forbidden? — RuboCop::Cop::Style::EmptyElse
- #autocorrect_from_percent — RuboCop::Cop::Style::FormatString
- #autocorrect_hash_rockets — RuboCop::Cop::Style::HashSyntax
- #autocorrect_insert_lines — RuboCop::Cop::Layout::EmptyLineBetweenDefs
- #autocorrect_instance — RuboCop::Cop::Style::TrivialAccessors
- #autocorrect_method_to_literal — RuboCop::Cop::Style::Lambda
- #autocorrect_modifier — RuboCop::Cop::Style::Next
- #autocorrect_multiline_words — RuboCop::Cop::PercentLiteralCorrector
- #autocorrect_no_mixed_keys — RuboCop::Cop::Style::HashSyntax
- #autocorrect_non_nil — RuboCop::Cop::Style::NonNilCheck
- #autocorrect_notice — RuboCop::Cop::Style::Copyright
- #autocorrect_one — RuboCop::Cop::Layout::CommentIndentation
- #autocorrect_other — RuboCop::Cop::Style::UnneededInterpolation
- #autocorrect_preceding_comments — RuboCop::Cop::Layout::CommentIndentation
- #autocorrect_range — RuboCop::Cop::TrailingComma
- #autocorrect_remove_lines — RuboCop::Cop::Layout::EmptyLineBetweenDefs
- #autocorrect_requested? — RuboCop::Cop::AutocorrectLogic
- #autocorrect_ruby19 — RuboCop::Cop::Style::HashSyntax
- #autocorrect_send_node — RuboCop::Cop::Style::SelfAssignment
- #autocorrect_single_variable_interpolation — RuboCop::Cop::Style::UnneededInterpolation
- #autocorrect_source — CopHelper
- #autocorrect_source_file — CopHelper
- #autocorrect_source_with_loop — CopHelper
- #autocorrect_to_percent — RuboCop::Cop::Style::FormatString
- #autocorrect_unless_nil — RuboCop::Cop::Style::NonNilCheck
- #autocorrect_unneeded_disables — RuboCop::Runner
- #autocorrect_variable_interpolation — RuboCop::Cop::Style::UnneededInterpolation
- #autocorrect_with_args — RuboCop::Cop::Style::SymbolProc
- #autocorrect_without_args — RuboCop::Cop::Style::SymbolProc
- #autocorrect_words — RuboCop::Cop::PercentLiteralCorrector
- #autocorrected_value — RuboCop::Cop::Lint::LiteralInInterpolation
- #autocorrected_value_for_array — RuboCop::Cop::Lint::LiteralInInterpolation
- #autocorrected_value_for_string — RuboCop::Cop::Lint::LiteralInInterpolation
- #autocorrected_value_for_symbol — RuboCop::Cop::Lint::LiteralInInterpolation
- #avoid_autocorrect? — RuboCop::Cop::Style::TrailingCommaInArguments
- #avoid_autocorrect? — RuboCop::Cop::TrailingComma
- #avoid_comma — RuboCop::Cop::TrailingComma
- #backtick_literal? — RuboCop::Cop::Style::CommandLiteral
- #bad_reader_name? — RuboCop::Cop::Naming::AccessorMethodName
- #bad_rhs? — RuboCop::Cop::Style::MultilineMemoization
- #bad_writer_name? — RuboCop::Cop::Naming::AccessorMethodName
- #bang_method? — RuboCop::AST::MethodIdentifierPredicates
- #bare_access_modifier? — RuboCop::Cop::Layout::IndentationConsistency
- #bare_access_modifier? — RuboCop::AST::MethodDispatchNode
- #bareword? — RuboCop::Cop::Style::Alias
- #base — RuboCop::Cop::Style::UnneededSort
- #base64_encoded_logo_image — RuboCop::Formatter::HTMLFormatter::ERBContext
- #base_column — RuboCop::Cop::Layout::AlignArguments
- #base_column — RuboCop::Cop::Layout::AlignParameters
- #base_column — RuboCop::Cop::Layout::CaseIndentation
- #base_column — RuboCop::Cop::MultilineElementIndentation
- #base_column_for_normal_style — RuboCop::Cop::Layout::IndentationConsistency
- #base_configs — RuboCop::ConfigLoaderResolver
- #base_description — RuboCop::Cop::Layout::IndentFirstArrayElement
- #base_description — RuboCop::Cop::Layout::IndentFirstHashElement
- #base_description — RuboCop::Cop::Layout::IndentFirstParameter
- #base_dir_for_path_parameters — RuboCop::Config
- #base_for_method_definition — RuboCop::Cop::Layout::ElseAlignment
- #base_indent_level — RuboCop::Cop::Layout::IndentHeredoc
- #base_indentation — RuboCop::Cop::Layout::IndentFirstArgument
- #base_node — RuboCop::Cop::Style::EmptyElse
- #base_range — RuboCop::Cop::Layout::IndentFirstArgument
- #base_range_of_if — RuboCop::Cop::Layout::ElseAlignment
- #base_range_of_rescue — RuboCop::Cop::Layout::ElseAlignment
- #base_source — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #basic_conditional? — RuboCop::AST::Node
- #basic_literal? — RuboCop::AST::Node
- #basic_literal? — RuboCop::Cop::Lint::LiteralAsCondition
- #beautify_message — RuboCop::Cop::Lint::Syntax
- #before_declaring_variable — RuboCop::Cop::Lint::ShadowingOuterLocalVariable
- #begin — RuboCop::AST::RangeNode
- #begin_correction — RuboCop::Cop::Style::ParallelAssignment::RescueCorrector
- #begin_pos — RuboCop::Token
- #begin_pos_for_replacement — RuboCop::Cop::Style::SymbolProc
- #begin_pos_with_comment — RuboCop::Cop::Layout::ClassStructure
- #begin_range — RuboCop::Cop::Style::SafeNavigation
- #begin_source — RuboCop::Cop::PercentLiteral
- #begin_value_used? — RuboCop::AST::Node
- #begins_its_line? — RuboCop::Cop::Util
- #belong_to_inner_scope? — RuboCop::Cop::VariableForce::Scope
- #belong_to_outer_scope? — RuboCop::Cop::VariableForce::Scope
- #belongs_to_class_or_module? — RuboCop::Cop::Style::MixinUsage
- #below_array_length? — RuboCop::Cop::ArrayMinSize
- #below_ternary_precedence? — RuboCop::Cop::Style::TernaryParentheses
- #binary_operation? — RuboCop::AST::MethodDispatchNode
- #binding — RuboCop::Formatter::HTMLFormatter::ERBContext
- #binding_irb? — RuboCop::Cop::Lint::Debugger
- #blacklisted_delimiters — RuboCop::Cop::Naming::HeredocDelimiterNaming
- #blank? — String
- #blank? — RuboCop::ProcessedSource
- #blank_lines_between? — RuboCop::Cop::Layout::EmptyLineBetweenDefs
- #blank_lines_count_between — RuboCop::Cop::Layout::EmptyLineBetweenDefs
- #block_arg_string — RuboCop::Cop::Layout::MultilineBlockLayout
- #block_argument? — RuboCop::Cop::VariableForce::Variable
- #block_argument? — RuboCop::AST::ParameterizedNode
- #block_begin — RuboCop::Cop::LambdaLiteralToMethodCorrector
- #block_end — RuboCop::Cop::LambdaLiteralToMethodCorrector
- #block_end_align_target — RuboCop::Cop::Layout::BlockAlignment
- #block_literal? — RuboCop::AST::MethodDispatchNode
- #block_node — RuboCop::AST::MethodDispatchNode
- #block_range_with_space — RuboCop::Cop::Style::SymbolProc
- #block_start? — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #body — RuboCop::AST::BlockNode
- #body — RuboCop::AST::ClassNode
- #body — RuboCop::AST::DefNode
- #body — RuboCop::AST::EnsureNode
- #body — RuboCop::AST::ForNode
- #body — RuboCop::AST::ModuleNode
- #body — RuboCop::AST::ResbodyNode
- #body — RuboCop::AST::SelfClassNode
- #body — RuboCop::AST::WhenNode
- #body — RuboCop::AST::ConditionalNode
- #body_and_end_on_same_line? — RuboCop::Cop::Style::TrailingMethodEndStatement
- #body_end? — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #body_node — RuboCop::Cop::VariableForce::Scope
- #body_on_first_line? — RuboCop::Cop::TrailingBody
- #boolean_or_empty_cache? — RuboCop::OptionsValidator
- #boundaries_from_random_node — RuboCop::Cop::Style::RandomWithOffset
- #brace_alignment_style — RuboCop::Cop::Layout::IndentFirstArrayElement
- #brace_alignment_style — RuboCop::Cop::Layout::IndentFirstHashElement
- #brace_alignment_style — RuboCop::Cop::Layout::IndentFirstParameter
- #braces? — RuboCop::AST::BlockNode
- #braces? — RuboCop::AST::HashNode
- #braces_for_chaining_message — RuboCop::Cop::Style::BlockDelimiters
- #braces_for_chaining_style? — RuboCop::Cop::Style::BlockDelimiters
- #braces_style? — RuboCop::Cop::Style::BlockDelimiters
- #braces_will_be_removed? — RuboCop::Cop::Style::TrailingCommaInArguments
- #braces_with_contents_inside — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #bracket_method? — RuboCop::Cop::Layout::SpaceInsideReferenceBrackets
- #bracketed? — RuboCop::AST::ArrayNode
- #bracketed_array_of? — RuboCop::Cop::ArraySyntax
- #brackets? — RuboCop::Cop::TrailingComma
- #branch — RuboCop::Cop::VariableForce::Branchable
- #branch_index — RuboCop::AST::WhenNode
- #branches — RuboCop::AST::IfNode
- #break_line_before_end — RuboCop::Cop::Style::TrailingMethodEndStatement
- #breakable_collection? — RuboCop::Cop::CheckLineBreakable
- #breakable_nodes_by_line_index — RuboCop::Cop::Metrics::LineLength
- #breakable_range — RuboCop::Cop::Metrics::LineLength
- #breakable_semicolon_range — RuboCop::Cop::Metrics::LineLength
- #buffer — RuboCop::Cop::Layout::ClassStructure
- #builtin_formatter_class — RuboCop::Formatter::FormatterSet
- #bump_minor_version — RuboCop::Cop::Generator
- #bundler_lock_file_path — RuboCop::Config
- #cache_name_from_uri — RuboCop::RemoteConfig
- #cache_path — RuboCop::RemoteConfig
- #cache_path_exists? — RuboCop::RemoteConfig
- #cache_path_expired? — RuboCop::RemoteConfig
- #cached_run? — RuboCop::Runner
- #calculate — RuboCop::Cop::Metrics::Utils::AbcSizeCalculator
- #calculate_replacement — RuboCop::Cop::Style::RegexpLiteral
- #call — RuboCop::Cop::EachToForCorrector
- #call — RuboCop::Cop::ForToEachCorrector
- #call — RuboCop::Cop::LambdaLiteralToMethodCorrector
- #call — RuboCop::Cop::MultilineLiteralBraceCorrector
- #call_after_heredoc_range — RuboCop::Cop::Lint::HeredocMethodCallPosition
- #call_as_argument_or_chain? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #call_chain_starts_with_int? — RuboCop::Cop::Style::RedundantParentheses
- #call_end_pos — RuboCop::Cop::Lint::HeredocMethodCallPosition
- #call_in_literals? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #call_in_logical_operators? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #call_in_optional_arguments? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #call_line_range — RuboCop::Cop::Lint::HeredocMethodCallPosition
- #call_range_to_safely_reposition — RuboCop::Cop::Lint::HeredocMethodCallPosition
- #call_type? — RuboCop::AST::Node
- #call_with_ambiguous_arguments? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #call_with_braced_block? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #calls_on_multiple_lines? — RuboCop::Cop::Lint::HeredocMethodCallPosition
- #camel_case_constant? — RuboCop::Cop::Style::InverseMethods
- #camel_case_method? — RuboCop::AST::MethodIdentifierPredicates
- #can_be_ignored? — RuboCop::Cop::Layout::SpaceInsideParens
- #candidate_node? — RuboCop::Cop::Style::ConditionalAssignment
- #capture_with_block! — RuboCop::Cop::VariableForce::Variable
- #case_if_value_used? — RuboCop::AST::Node
- #case_insensitive_out_of_order? — RuboCop::Cop::OrderedGemNode
- #case_offense — RuboCop::Cop::UncommunicativeName
- #case_style? — RuboCop::Cop::Style::MissingElse
- #categories — RuboCop::Cop::Layout::ClassStructure
- #chain_size — RuboCop::Cop::Style::SafeNavigation
- #chained? — RuboCop::AST::Node
- #check — RuboCop::Config
- #check — RuboCop::Cop::Layout::ClosingParenthesisIndentation
- #check — RuboCop::Cop::Layout::CommentIndentation
- #check — RuboCop::Cop::Layout::ConditionPosition
- #check — RuboCop::Cop::Layout::IndentFirstArrayElement
- #check — RuboCop::Cop::Layout::IndentFirstHashElement
- #check — RuboCop::Cop::Layout::IndentFirstParameter
- #check — RuboCop::Cop::Layout::IndentationConsistency
- #check — RuboCop::Cop::Layout::RescueEnsureAlignment
- #check — RuboCop::Cop::Layout::SpaceAroundKeyword
- #check — RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- #check — RuboCop::Cop::Layout::SpaceInsideRangeLiteral
- #check — RuboCop::Cop::Lint::DeprecatedClassMethods
- #check — RuboCop::Cop::Lint::DisjunctiveAssignmentInConstructor
- #check — RuboCop::Cop::Lint::ElseLayout
- #check — RuboCop::Cop::Lint::SafeNavigationConsistency
- #check — RuboCop::Cop::Lint::UnneededCopDisableDirective
- #check — RuboCop::Cop::Style::BarePercentLiterals
- #check — RuboCop::Cop::Style::BracesAroundHashParameters
- #check — RuboCop::Cop::Style::Documentation
- #check — RuboCop::Cop::Style::DocumentationMethod
- #check — RuboCop::Cop::Style::EmptyElse
- #check — RuboCop::Cop::Style::GlobalVars
- #check — RuboCop::Cop::Style::HashSyntax
- #check — RuboCop::Cop::Style::MissingElse
- #check — RuboCop::Cop::Style::MixinGrouping
- #check — RuboCop::Cop::Style::MutableConstant
- #check — RuboCop::Cop::Style::NestedModifier
- #check — RuboCop::Cop::Style::Next
- #check — RuboCop::Cop::Style::NumericLiterals
- #check — RuboCop::Cop::Style::NumericPredicate
- #check — RuboCop::Cop::Style::RedundantBegin
- #check — RuboCop::Cop::Style::RedundantParentheses
- #check — RuboCop::Cop::Style::SelfAssignment
- #check — RuboCop::Cop::Style::UnneededPercentQ
- #check — RuboCop::Cop::Style::WhileUntilModifier
- #check — RuboCop::Cop::Layout::EmptyLinesAroundBody
- #check — RuboCop::Cop::EmptyParameter
- #check — RuboCop::Cop::MultilineExpressionIndentation
- #check — RuboCop::Cop::MultilineLiteralBraceLayout
- #check — RuboCop::Cop::TrailingComma
- #check — RuboCop::Cop::UncommunicativeName
- #check_after_closing_pipe — RuboCop::Cop::Layout::SpaceAroundBlockParameters
- #check_alignment — RuboCop::Cop::Layout::ElseAlignment
- #check_alignment — RuboCop::Cop::Alignment
- #check_and_or — RuboCop::Cop::Layout::MultilineOperationIndentation
- #check_arg — RuboCop::Cop::Layout::SpaceAroundBlockParameters
- #check_argument — RuboCop::Cop::Lint::ShadowedArgument
- #check_argument — RuboCop::Cop::Lint::UnusedBlockArgument
- #check_argument — RuboCop::Cop::Lint::UnusedMethodArgument
- #check_argument — RuboCop::Cop::Lint::UnusedArgument
- #check_asgn_alignment — RuboCop::Cop::Layout::EndAlignment
- #check_assignment — RuboCop::Cop::Layout::ElseAlignment
- #check_assignment — RuboCop::Cop::Layout::EndAlignment
- #check_assignment — RuboCop::Cop::Layout::ExtraSpacing
- #check_assignment — RuboCop::Cop::Layout::IndentAssignment
- #check_assignment — RuboCop::Cop::Layout::IndentationWidth
- #check_assignment — RuboCop::Cop::Layout::MultilineAssignmentLayout
- #check_assignment_to_condition — RuboCop::Cop::Style::ConditionalAssignment
- #check_backtick_literal — RuboCop::Cop::Style::CommandLiteral
- #check_based_on_longest_key — RuboCop::Cop::Layout::IndentFirstHashElement
- #check_begin — RuboCop::Cop::Layout::SpaceAroundKeyword
- #check_begin — RuboCop::Cop::Lint::Void
- #check_begin_node — RuboCop::Cop::Style::RedundantReturn
- #check_beginning — RuboCop::Cop::Layout::EmptyLinesAroundBody
- #check_block_alignment — RuboCop::Cop::Layout::BlockAlignment
- #check_body — RuboCop::Cop::Layout::AccessModifierIndentation
- #check_body — RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords
- #check_body — RuboCop::Cop::Lint::DisjunctiveAssignmentInConstructor
- #check_body_lines — RuboCop::Cop::Lint::DisjunctiveAssignmentInConstructor
- #check_boolean_node — RuboCop::Cop::Style::SelfAssignment
- #check_both — RuboCop::Cop::Layout::EmptyLinesAroundBody
- #check_brace_layout — RuboCop::Cop::MultilineLiteralBraceLayout
- #check_bracketed_array — RuboCop::Cop::Style::WordArray
- #check_bracketed_array — RuboCop::Cop::PercentArray
- #check_branch — RuboCop::Cop::Style::RedundantReturn
- #check_branches — RuboCop::Cop::Style::IdenticalConditionalBranches
- #check_by_enforced_style — RuboCop::Cop::Layout::MultilineAssignmentLayout
- #check_case — RuboCop::Cop::Lint::LiteralAsCondition
- #check_case — RuboCop::Cop::Lint::UnreachableCode
- #check_case_node — RuboCop::Cop::Style::RedundantReturn
- #check_child_nodes — RuboCop::Cop::Lint::UselessAccessModifier
- #check_children_line_break — RuboCop::Cop::FirstElementLineBreak
- #check_closing_pipe_space — RuboCop::Cop::Layout::SpaceAroundBlockParameters
- #check_code_length — RuboCop::Cop::CodeLength
- #check_comma — RuboCop::Cop::TrailingComma
- #check_compact — RuboCop::Cop::Style::RaiseArgs
- #check_compact_style — RuboCop::Cop::Style::ClassAndModuleChildren
- #check_complexity — RuboCop::Cop::MethodComplexity
- #check_const_receiver — RuboCop::Cop::Lint::DuplicateMethods
- #check_context_dependent — RuboCop::Cop::Style::BracesAroundHashParameters
- #check_deferred_empty_line — RuboCop::Cop::Layout::EmptyLinesAroundBody
- #check_defined — RuboCop::Cop::Lint::Void
- #check_defs — RuboCop::Cop::Layout::EmptyLineBetweenDefs
- #check_defs — RuboCop::Cop::Style::ClassMethods
- #check_delta — RuboCop::Cop::Layout::AlignHash
- #check_directive_line — RuboCop::Cop::Metrics::LineLength
- #check_disjunctive_assignment — RuboCop::Cop::Lint::DisjunctiveAssignmentInConstructor
- #check_each_arg — RuboCop::Cop::Layout::SpaceAroundBlockParameters
- #check_else — RuboCop::Cop::Lint::ElseLayout
- #check_empty — RuboCop::Cop::Layout::SpaceBeforeBlockBraces
- #check_empty_lines_except_namespace — RuboCop::Cop::Layout::EmptyLinesAroundBody
- #check_empty_lines_special — RuboCop::Cop::Layout::EmptyLinesAroundBody
- #check_end — RuboCop::Cop::Layout::SpaceAroundKeyword
- #check_end_kw_alignment — RuboCop::Cop::EndKeywordAlignment
- #check_end_kw_in_node — RuboCop::Cop::EndKeywordAlignment
- #check_ending — RuboCop::Cop::Layout::EmptyLinesAroundBody
- #check_ending_if — RuboCop::Cop::Style::GuardClause
- #check_ensure_node — RuboCop::Cop::Style::RedundantReturn
- #check_expected_style — RuboCop::Cop::MultilineElementIndentation
- #check_exploded — RuboCop::Cop::Style::RaiseArgs
- #check_expression — RuboCop::Cop::Lint::Void
- #check_expressions — RuboCop::Cop::Style::IdenticalConditionalBranches
- #check_first — RuboCop::Cop::MultilineElementIndentation
- #check_for_breakable_node — RuboCop::Cop::Metrics::LineLength
- #check_for_circular_argument_references — RuboCop::Cop::Lint::CircularArgumentReference
- #check_for_comment — RuboCop::Cop::Style::FrozenStringLiteralComment
- #check_for_elements — RuboCop::Cop::Layout::ClosingParenthesisIndentation
- #check_for_infinite_loop — RuboCop::Runner
- #check_for_interpolation — RuboCop::Cop::Style::VariableInterpolation
- #check_for_line_terminator_or_opener — RuboCop::Cop::Style::Semicolon
- #check_for_literal — RuboCop::Cop::Lint::LiteralAsCondition
- #check_for_no_comment — RuboCop::Cop::Style::FrozenStringLiteralComment
- #check_for_no_elements — RuboCop::Cop::Layout::ClosingParenthesisIndentation
- #check_for_unneeded_disables? — RuboCop::Runner
- #check_for_unused_assignments — RuboCop::Cop::Lint::UselessAssignment
- #check_grouped_style — RuboCop::Cop::Style::MixinGrouping
- #check_if — RuboCop::Cop::Layout::IndentationWidth
- #check_if — RuboCop::Cop::Lint::UnreachableCode
- #check_if_node — RuboCop::Cop::Style::RedundantReturn
- #check_indentation — RuboCop::Cop::Layout::IndentationWidth
- #check_indented_internal_methods_style — RuboCop::Cop::Layout::IndentationConsistency
- #check_inside — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #check_inside_pipes — RuboCop::Cop::Layout::SpaceAroundBlockParameters
- #check_keyword — RuboCop::Cop::Layout::SpaceAroundKeyword
- #check_left_brace — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #check_line — RuboCop::Cop::Metrics::LineLength
- #check_line — RuboCop::Cop::Layout::EmptyLinesAroundBody
- #check_line_breaks — RuboCop::Cop::MultilineElementLineBreaks
- #check_literal — RuboCop::Cop::Lint::Void
- #check_literal — RuboCop::Cop::TrailingComma
- #check_members — RuboCop::Cop::Layout::IndentationWidth
- #check_members_for_indented_internal_methods_style — RuboCop::Cop::Layout::IndentationWidth
- #check_method_line_break — RuboCop::Cop::FirstElementLineBreak
- #check_method_node — RuboCop::Cop::Style::CollectionMethods
- #check_modifier — RuboCop::Cop::Layout::AccessModifierIndentation
- #check_multiline_quote_style — RuboCop::Cop::Style::StringLiterals
- #check_name — RuboCop::Cop::ConfigurableFormatting
- #check_negative_conditional — RuboCop::Cop::NegativeConditional
- #check_nested — RuboCop::Cop::Layout::ElseAlignment
- #check_nested_style — RuboCop::Cop::Style::ClassAndModuleChildren
- #check_nesting_level — RuboCop::Cop::Metrics::BlockNesting
- #check_new_line — RuboCop::Cop::MultilineLiteralBraceLayout
- #check_new_line_offense — RuboCop::Cop::Layout::MultilineAssignmentLayout
- #check_new_visibility — RuboCop::Cop::Lint::UselessAccessModifier
- #check_no_space — RuboCop::Cop::Layout::SpaceAroundBlockParameters
- #check_no_space_style_inside_pipes — RuboCop::Cop::Layout::SpaceAroundBlockParameters
- #check_node — RuboCop::Cop::Lint::IneffectiveAccessModifier
- #check_node — RuboCop::Cop::Lint::LiteralAsCondition
- #check_node — RuboCop::Cop::Lint::UselessAccessModifier
- #check_node — RuboCop::Cop::Style::ConditionalAssignment
- #check_node — RuboCop::Cop::Style::SafeNavigation
- #check_non_empty — RuboCop::Cop::Layout::SpaceBeforeBlockBraces
- #check_nonmutating — RuboCop::Cop::Lint::Void
- #check_nonzero_length_predicate — RuboCop::Cop::Style::ZeroLengthPredicate
- #check_normal_style — RuboCop::Cop::Layout::IndentationConsistency
- #check_opening_pipe_space — RuboCop::Cop::Layout::SpaceAroundBlockParameters
- #check_operator — RuboCop::Cop::Layout::SpaceAroundOperators
- #check_optarg — RuboCop::Cop::Layout::SpaceAroundEqualsInParameterDefault
- #check_other — RuboCop::Cop::Layout::ExtraSpacing
- #check_other_alignment — RuboCop::Cop::Layout::EndAlignment
- #check_pairs — RuboCop::Cop::Layout::AlignHash
- #check_percent_array — RuboCop::Cop::PercentArray
- #check_percent_r_literal — RuboCop::Cop::Style::RegexpLiteral
- #check_percent_x_literal — RuboCop::Cop::Style::CommandLiteral
- #check_predicate — RuboCop::Cop::Lint::RequireParentheses
- #check_rescue_node — RuboCop::Cop::Style::RedundantReturn
- #check_return_node — RuboCop::Cop::Style::RedundantReturn
- #check_right_brace — RuboCop::Cop::Layout::IndentFirstHashElement
- #check_right_brace — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #check_right_bracket — RuboCop::Cop::Layout::IndentFirstArrayElement
- #check_same_line — RuboCop::Cop::MultilineLiteralBraceLayout
- #check_same_line_offense — RuboCop::Cop::Layout::MultilineAssignmentLayout
- #check_scope — RuboCop::Cop::Lint::UselessAccessModifier
- #check_scope — RuboCop::Cop::Style::SignalException
- #check_self — RuboCop::Cop::Lint::Void
- #check_self_receiver — RuboCop::Cop::Lint::DuplicateMethods
- #check_send — RuboCop::Cop::Style::RedundantParentheses
- #check_send — RuboCop::Cop::Style::SignalException
- #check_send_node — RuboCop::Cop::Lint::UselessAccessModifier
- #check_send_node — RuboCop::Cop::Style::SelfAssignment
- #check_separated_style — RuboCop::Cop::Style::MixinGrouping
- #check_slash_literal — RuboCop::Cop::Style::RegexpLiteral
- #check_source — RuboCop::Cop::Layout::EmptyLinesAroundBody
- #check_space — RuboCop::Cop::Layout::SpaceAroundBlockParameters
- #check_space_style_inside_pipes — RuboCop::Cop::Layout::SpaceAroundBlockParameters
- #check_style — RuboCop::Cop::Style::ClassAndModuleChildren
- #check_style! — RuboCop::Cop::Layout::IndentHeredoc
- #check_symmetrical — RuboCop::Cop::MultilineLiteralBraceLayout
- #check_target_ruby — RuboCop::Config
- #check_ternary — RuboCop::Cop::Lint::RequireParentheses
- #check_token_set — RuboCop::Cop::Style::LineEndConcatenation
- #check_tokens — RuboCop::Cop::Layout::ExtraSpacing
- #check_unary — RuboCop::Cop::Style::RedundantParentheses
- #check_uri_line — RuboCop::Cop::Metrics::LineLength
- #check_var — RuboCop::Cop::Lint::Void
- #check_variable — RuboCop::Cop::Lint::UnderscorePrefixedVariableName
- #check_void_op — RuboCop::Cop::Lint::Void
- #check_when — RuboCop::Cop::Layout::CaseIndentation
- #check_zero_length_predicate — RuboCop::Cop::Style::ZeroLengthPredicate
- #checkable_layout? — RuboCop::Cop::HashAlignment::KeyAlignment
- #checkable_layout? — RuboCop::Cop::HashAlignment::ValueAlignment
- #checksum — RuboCop::ProcessedSource
- #child_nodes — RuboCop::AST::Node
- #children — RuboCop::Cop::Layout::MultilineMethodCallBraceLayout
- #children — RuboCop::Cop::MultilineLiteralBraceLayout
- #children_could_be_broken_up? — RuboCop::Cop::CheckLineBreakable
- #children_offenses — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #class_def? — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #class_elements — RuboCop::Cop::Layout::ClassStructure
- #class_emitter_method? — RuboCop::Cop::ConfigurableFormatting
- #class_nodes — RuboCop::Cop::Lint::DeprecatedClassMethods::DeprecatedClassMethod
- #class_or_module_scope? — RuboCop::Cop::Style::ConstantVisibility
- #classify — RuboCop::Cop::Layout::ClassStructure
- #cleanup? — RuboCop::Cop::Style::AutoResourceCleanup
- #close_output_files — RuboCop::Formatter::FormatterSet
- #closing_brace_on_same_line? — RuboCop::Cop::MultilineLiteralBraceLayout
- #closing_bracket — RuboCop::Cop::Layout::SpaceInsideReferenceBrackets
- #closing_delimiter — RuboCop::AST::BlockNode
- #closing_indentation — RuboCop::Cop::Layout::ClosingHeredocIndentation
- #closing_line — RuboCop::Cop::Style::MultilineMethodSignature
- #code — RuboCop::Cop::Severity
- #code_length — RuboCop::Cop::ClassishLength
- #code_length — RuboCop::Cop::TooManyLines
- #collate_corrections — RuboCop::Cop::Team
- #collect_variable_like_names — RuboCop::Cop::Lint::UnneededCopDisableDirective
- #collect_variable_like_names — RuboCop::Cop::Lint::UselessAssignment
- #collection — RuboCop::AST::ForNode
- #collection_end — RuboCop::Cop::ForToEachCorrector
- #collection_source — RuboCop::Cop::ForToEachCorrector
- #colon? — RuboCop::AST::KeywordSplatNode
- #colon? — RuboCop::AST::PairNode
- #colored_severity_code — RuboCop::Formatter::SimpleTextFormatter
- #colorize — RuboCop::Formatter::Colorizable
- #column — RuboCop::Cop::Offense
- #column — RuboCop::Token
- #column_length — RuboCop::Cop::Offense
- #column_of — RuboCop::Cop::Layout::IndentFirstArgument
- #column_offset_between — RuboCop::Cop::RangeHelp
- #column_range — RuboCop::Cop::Offense
- #comma? — RuboCop::Token
- #command — RuboCop::Formatter::DisabledConfigFormatter
- #command? — RuboCop::AST::MethodDispatchNode
- #command_delimiter — RuboCop::Cop::Style::CommandLiteral
- #command_or_kernel_call? — RuboCop::Cop::Style::SignalException
- #comment? — RuboCop::Token
- #comment_column — RuboCop::Cop::Layout::ExtraSpacing
- #comment_config — RuboCop::ProcessedSource
- #comment_in_else? — RuboCop::Cop::Style::EmptyElse
- #comment_line? — RuboCop::Cop::Util
- #comment_lines — RuboCop::ProcessedSource
- #comment_lines? — RuboCop::Cop::Lint::HandleExceptions
- #comment_lines? — RuboCop::Cop::Style::EmptyMethod
- #comment_only_line? — RuboCop::CommentConfig
- #comment_range_with_surrounding_space — RuboCop::Cop::Lint::UnneededCopDisableDirective
- #comment_start — RuboCop::Cop::Lint::UnneededCopEnableDirective
- #comment_text — RuboCop::Cop::Layout::EmptyComment
- #commented? — RuboCop::Cop::Bundler::GemComment
- #commented? — RuboCop::ProcessedSource
- #comments_before_line — RuboCop::ProcessedSource
- #comments_in_array? — RuboCop::Cop::PercentArray
- #compact? — RuboCop::Cop::Style::EmptyMethod
- #compact_corrections — RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets
- #compact_definition — RuboCop::Cop::Style::ClassAndModuleChildren
- #compact_identifier_name — RuboCop::Cop::Style::ClassAndModuleChildren
- #compact_namespace? — RuboCop::Cop::Style::Documentation
- #compact_node — RuboCop::Cop::Style::ClassAndModuleChildren
- #compact_node_name? — RuboCop::Cop::Style::ClassAndModuleChildren
- #compact_offense — RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets
- #compact_offenses — RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets
- #compact_style? — RuboCop::Cop::Style::EmptyMethod
- #compare_exceptions — RuboCop::Cop::Lint::ShadowedException
- #comparison? — RuboCop::Cop::Style::MultipleComparison
- #comparison_method? — RuboCop::AST::MethodIdentifierPredicates
- #compatible_external_encoding_for? — RuboCop::Cop::Util
- #compile — RuboCop::NodePattern::Compiler::Sequence
- #compile_any_order — RuboCop::NodePattern::Compiler
- #compile_arg — RuboCop::NodePattern::Compiler
- #compile_args — RuboCop::NodePattern::Compiler
- #compile_ascend — RuboCop::NodePattern::Compiler
- #compile_capture — RuboCop::NodePattern::Compiler
- #compile_captured_ellipsis — RuboCop::NodePattern::Compiler
- #compile_child_nb_guard — RuboCop::NodePattern::Compiler::Sequence
- #compile_ellipsis — RuboCop::NodePattern::Compiler
- #compile_expr — RuboCop::NodePattern::Compiler
- #compile_first_terms — RuboCop::NodePattern::Compiler::Sequence
- #compile_funcall — RuboCop::NodePattern::Compiler
- #compile_guard_clause — RuboCop::NodePattern::Compiler
- #compile_intersect — RuboCop::NodePattern::Compiler
- #compile_last_terms — RuboCop::NodePattern::Compiler::Sequence
- #compile_literal — RuboCop::NodePattern::Compiler
- #compile_negation — RuboCop::NodePattern::Compiler
- #compile_nodetype — RuboCop::NodePattern::Compiler
- #compile_param — RuboCop::NodePattern::Compiler
- #compile_predicate — RuboCop::NodePattern::Compiler
- #compile_repeated_expr — RuboCop::NodePattern::Compiler
- #compile_seq — RuboCop::NodePattern::Compiler
- #compile_seq_head — RuboCop::NodePattern::Compiler::Sequence
- #compile_terms — RuboCop::NodePattern::Compiler::Sequence
- #compile_union — RuboCop::NodePattern::Compiler
- #compile_variadic_term — RuboCop::NodePattern::Compiler::Sequence
- #compile_wildcard — RuboCop::NodePattern::Compiler
- #complete! — RuboCop::AST::Node
- #complete? — RuboCop::AST::Node
- #complex_condition? — RuboCop::Cop::Style::TernaryParentheses
- #complex_content? — RuboCop::Cop::Style::WordArray
- #complexity — RuboCop::Cop::Metrics::AbcSize
- #complexity — RuboCop::Cop::MethodComplexity
- #complexity_score_for — RuboCop::Cop::Metrics::CyclomaticComplexity
- #complexity_score_for — RuboCop::Cop::Metrics::PerceivedComplexity
- #composite_string? — RuboCop::Cop::Security::Open
- #compute_do_source_line_column — RuboCop::Cop::Layout::BlockAlignment
- #compute_start_col — RuboCop::Cop::Layout::BlockAlignment
- #concat_consecutive_comments — RuboCop::Cop::Layout::EmptyComment
- #concat_length — RuboCop::Cop::Style::CommentAnnotation
- #concatenated_string? — RuboCop::Cop::Security::Open
- #cond_range — RuboCop::Cop::Style::Next
- #condition — RuboCop::Cop::Lint::LiteralAsCondition
- #condition — RuboCop::AST::ConditionalNode
- #conditional? — RuboCop::AST::Node
- #conditional? — RuboCop::Cop::Style::BlockDelimiters
- #conditional_assignment? — RuboCop::Cop::Lint::AssignmentInCondition
- #conditional_clause? — RuboCop::Cop::VariableForce::SimpleConditional
- #conditions — RuboCop::AST::WhenNode
- #conditions — RuboCop::AST::BinaryOperatorNode
- #config_lines — RuboCop::CLI
- #config_to_allow_offenses — RuboCop::Cop::Cop
- #config_to_allow_offenses= — RuboCop::Cop::Cop
- #configuration_entries — RuboCop::Cop::Generator::ConfigurationInjector
- #configured_include? — RuboCop::TargetFinder
- #configured_indent — RuboCop::Cop::Style::InfiniteLoop
- #configured_indentation_width — RuboCop::Cop::Layout::IndentationWidth
- #configured_indentation_width — RuboCop::Cop::Style::MultilineIfModifier
- #configured_indentation_width — RuboCop::Cop::Style::RedundantConditional
- #configured_indentation_width — RuboCop::Cop::Alignment
- #conflicting_styles_detected — RuboCop::Cop::ConfigurableEnforcedStyle
- #consecutive_duplicates — RuboCop::Cop::Duplication
- #consecutive_lines — RuboCop::Cop::OrderedGemNode
- #consider_node? — RuboCop::Cop::Metrics::BlockNesting
- #considered_failure? — RuboCop::Runner
- #consistent_multiline? — RuboCop::Cop::Style::StringLiterals
- #const_name — RuboCop::AST::Node
- #const_receiver? — RuboCop::AST::MethodDispatchNode
- #const_receiver? — RuboCop::AST::MethodIdentifierPredicates
- #constructor? — RuboCop::Cop::Lint::UselessSetterCall::MethodVariableTracker
- #contain_local_object? — RuboCop::Cop::Lint::UselessSetterCall::MethodVariableTracker
- #contained_by_breakable_collection_on_same_line? — RuboCop::Cop::CheckLineBreakable
- #contained_by_multiline_collection_that_could_be_broken_up? — RuboCop::Cop::CheckLineBreakable
- #contains_backtick? — RuboCop::Cop::Style::CommandLiteral
- #contains_colons_or_commas? — RuboCop::Cop::Lint::PercentSymbolArray
- #contains_contant? — RuboCop::Cop::Naming::ConstantName
- #contains_cop_matching? — RuboCop::Cop::Registry
- #contains_described_class_msg? — RuboCop::Cop::InternalAffairs::UselessMessageAssertion
- #contains_disallowed_backtick? — RuboCop::Cop::Style::CommandLiteral
- #contains_disallowed_slash? — RuboCop::Cop::Style::RegexpLiteral
- #contains_guard_clause? — RuboCop::Cop::Layout::EmptyLineAfterGuardClause
- #contains_guard_clause? — RuboCop::Cop::Style::GuardClause
- #contains_multiple_levels_of_exceptions? — RuboCop::Cop::Lint::ShadowedException
- #contains_percent_literals? — RuboCop::Cop::Lint::NestedPercentLiteral
- #contains_preferred_delimiter? — RuboCop::Cop::Style::PercentLiteralDelimiters
- #contains_quotes_or_commas? — RuboCop::Cop::Lint::PercentStringArray
- #contains_slash? — RuboCop::Cop::Style::RegexpLiteral
- #content — RuboCop::AST::RegexpNode
- #contents_range — RuboCop::Cop::PercentLiteral
- #contiguous_assignment_lines — RuboCop::Cop::Layout::ExtraSpacing
- #convention_on — RuboCop::Cop::Style::Semicolon
- #cop_config — RuboCop::Cop::Cop
- #cop_config — RuboCop::Cop::Style::ParallelAssignment::GenericCorrector
- #cop_config_params — RuboCop::Formatter::DisabledConfigFormatter
- #cop_disabled_line_ranges — RuboCop::CommentConfig
- #cop_enabled_at_line? — RuboCop::CommentConfig
- #cop_label — RuboCop::Cop::Metrics::BlockLength
- #cop_label — RuboCop::Cop::Metrics::MethodLength
- #cop_line_ranges — RuboCop::CommentConfig
- #cop_name — RuboCop::Cop::Cop
- #cop_name_indention — RuboCop::Cop::Lint::UnneededCopEnableDirective
- #cop_name_line? — RuboCop::Cop::Generator::ConfigurationInjector
- #cop_range — RuboCop::Cop::Lint::UnneededCopDisableDirective
- #cops — RuboCop::Cop::Registry
- #cops — RuboCop::Cop::Team
- #cops_disabled_in_comments_summary — RuboCop::Formatter::DisabledLinesFormatter
- #cops_of_department — RuboCop::CLI
- #correct — RuboCop::Cop::Cop
- #correct — RuboCop::Cop::PercentLiteralCorrector
- #correct_alias_method_to_alias — RuboCop::Cop::Style::Alias
- #correct_alias_to_alias_method — RuboCop::Cop::Style::Alias
- #correct_alias_with_symbol_args — RuboCop::Cop::Style::Alias
- #correct_annotation? — RuboCop::Cop::Style::CommentAnnotation
- #correct_arguments? — RuboCop::Cop::Lint::ErbNewArguments
- #correct_bracketed — RuboCop::Cop::Style::SymbolArray
- #correct_bracketed — RuboCop::Cop::Style::WordArray
- #correct_branches — RuboCop::Cop::Style::ConditionalCorrectorHelper
- #correct_by_library — RuboCop::Cop::Layout::IndentHeredoc
- #correct_by_squiggly — RuboCop::Cop::Layout::IndentHeredoc
- #correct_case_delimiters? — RuboCop::Cop::Naming::HeredocDelimiterCase
- #correct_case_when — RuboCop::Cop::Style::EmptyCaseCondition
- #correct_column_candidates — RuboCop::Cop::Layout::ClosingParenthesisIndentation
- #correct_delimiters — RuboCop::Cop::Naming::HeredocDelimiterCase
- #correct_delimiters — RuboCop::Cop::Style::RegexpLiteral
- #correct_dot_position_style? — RuboCop::Cop::Layout::DotPosition
- #correct_if_branches — RuboCop::Cop::Style::ConditionalCorrectorHelper
- #correct_indentation — RuboCop::Cop::Layout::CommentIndentation
- #correct_indentation — RuboCop::Cop::MultilineExpressionIndentation
- #correct_inner_slashes — RuboCop::Cop::Style::RegexpLiteral
- #correct_inverse_block — RuboCop::Cop::Style::InverseMethods
- #correct_inverse_selector — RuboCop::Cop::Style::InverseMethods
- #correct_key_value — RuboCop::Cop::Layout::AlignHash
- #correct_literal_style? — RuboCop::Cop::Style::PercentQLiterals
- #correct_method — RuboCop::Cop::Lint::NumberConversion
- #correct_next_line_brace — RuboCop::Cop::MultilineLiteralBraceCorrector
- #correct_next_line_if_denied_style — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #correct_no_value — RuboCop::Cop::Layout::AlignHash
- #correct_node — RuboCop::Cop::Layout::AlignHash
- #correct_not — RuboCop::Cop::Style::AndOr
- #correct_opposite_method — RuboCop::Cop::Style::Not
- #correct_other — RuboCop::Cop::Style::AndOr
- #correct_parenthesized — RuboCop::Cop::Style::TernaryParentheses
- #correct_same_line_brace — RuboCop::Cop::MultilineLiteralBraceCorrector
- #correct_send — RuboCop::Cop::Style::AndOr
- #correct_setter — RuboCop::Cop::Style::AndOr
- #correct_splat_expansion — RuboCop::Cop::Style::MutableConstant
- #correct_style? — RuboCop::Cop::Layout::EmptyLineAfterGuardClause
- #correct_style? — RuboCop::Cop::Style::EmptyMethod
- #correct_style? — RuboCop::Cop::Style::NegatedIf
- #correct_style? — RuboCop::Cop::Style::NegatedUnless
- #correct_style? — RuboCop::Cop::Style::ReturnNil
- #correct_style_detected — RuboCop::Cop::Style::CharacterLiteral
- #correct_style_detected — RuboCop::Cop::Style::IpAddresses
- #correct_style_detected — RuboCop::Cop::ConfigurableEnforcedStyle
- #correct_unparenthesized — RuboCop::Cop::Style::TernaryParentheses
- #correct_visibility? — RuboCop::Cop::Lint::IneffectiveAccessModifier
- #correct_when_conditions — RuboCop::Cop::Style::EmptyCaseCondition
- #correct_with_parens — RuboCop::Cop::Style::Not
- #correct_without_parens — RuboCop::Cop::Style::Not
- #correctable_send? — RuboCop::Cop::Style::AndOr
- #corrected — RuboCop::Cop::Offense
- #corrected — RuboCop::Cop::Style::EmptyMethod
- #corrected — RuboCop::Cop::Style::PercentQLiterals
- #corrected? — RuboCop::Cop::Offense
- #corrected_code — RuboCop::Cop::Style::YodaCondition
- #corrected_integer_op_rand — RuboCop::Cop::Style::RandomWithOffset
- #corrected_rand_modified — RuboCop::Cop::Style::RandomWithOffset
- #corrected_rand_op_integer — RuboCop::Cop::Style::RandomWithOffset
- #correction — RuboCop::Cop::EachToForCorrector
- #correction — RuboCop::Cop::ForToEachCorrector
- #correction — RuboCop::Cop::Lint::RescueType
- #correction — RuboCop::Cop::Style::EmptyLiteral
- #correction — RuboCop::Cop::Style::ParallelAssignment::GenericCorrector
- #correction — RuboCop::Cop::Style::ParallelAssignment::RescueCorrector
- #correction — RuboCop::Cop::Style::ParallelAssignment::ModifierCorrector
- #correction — RuboCop::Cop::Style::Sample
- #correction_compact_to_exploded — RuboCop::Cop::Style::RaiseArgs
- #correction_exceeds_line_limit? — RuboCop::Cop::Style::ConditionalAssignment
- #correction_exceeds_max_line_length? — RuboCop::Cop::Style::MultilineMethodSignature
- #correction_exploded_to_compact — RuboCop::Cop::Style::RaiseArgs
- #correction_range — RuboCop::Cop::Style::FrozenStringLiteralComment
- #correction_range — RuboCop::Cop::Style::ParallelAssignment::GenericCorrector
- #correction_range — RuboCop::Cop::Style::ParallelAssignment::RescueCorrector
- #correction_range — RuboCop::Cop::Style::ParallelAssignment::ModifierCorrector
- #correction_would_break_code? — RuboCop::Cop::Style::BlockDelimiters
- #corrections — RuboCop::Formatter::SimpleTextFormatter::Report
- #correctly_positioned? — RuboCop::Cop::Lint::HeredocMethodCallPosition
- #could_be_ip? — RuboCop::Cop::Style::IpAddresses
- #count_blocks? — RuboCop::Cop::Metrics::BlockNesting
- #count_comments? — RuboCop::Cop::CodeLength
- #count_format_matches — RuboCop::Cop::Lint::FormatParameterMismatch
- #count_keyword_args? — RuboCop::Cop::Metrics::ParameterLists
- #count_matches — RuboCop::Cop::Lint::FormatParameterMismatch
- #count_percent_matches — RuboCop::Cop::Lint::FormatParameterMismatch
- #count_stats — RuboCop::Formatter::FuubarStyleFormatter
- #count_stats — RuboCop::Formatter::SimpleTextFormatter
- #countable_format? — RuboCop::Cop::Lint::FormatParameterMismatch
- #countable_percent? — RuboCop::Cop::Lint::FormatParameterMismatch
- #create_parser — RuboCop::ProcessedSource
- #current_scope — RuboCop::Cop::VariableForce::VariableTable
- #current_scope_level — RuboCop::Cop::VariableForce::VariableTable
- #current_token — RuboCop::Cop::Layout::EmptyComment
- #custom_formatter_class — RuboCop::Formatter::FormatterSet
- #custom_severity — RuboCop::Cop::Cop
- #date_time_object? — RuboCop::Cop::Lint::NumberConversion
- #debug? — RuboCop::Cop::MessageAnnotator
- #debug? — RuboCop::Cop::Team
- #debug? — RuboCop::TargetFinder
- #declare_variable — RuboCop::Cop::VariableForce::VariableTable
- #decorated_message — RuboCop::Formatter::HTMLFormatter::ERBContext
- #def_correction — RuboCop::Cop::Style::ParallelAssignment::RescueCorrector
- #def_end — RuboCop::Cop::Layout::EmptyLineBetweenDefs
- #def_modifier? — RuboCop::AST::MethodDispatchNode
- #def_node? — RuboCop::Cop::Layout::EmptyLineBetweenDefs
- #def_node_matcher — RuboCop::NodePattern::Macros
- #def_node_search — RuboCop::NodePattern::Macros
- #def_start — RuboCop::Cop::Layout::EmptyLineBetweenDefs
- #default_config — RuboCop::Formatter::DisabledConfigFormatter
- #default_cop_config — RuboCop::Cop::MethodPreference
- #default_delimiter — RuboCop::Cop::Style::CommandLiteral
- #default_severity — RuboCop::Cop::Cop
- #deferred_message — RuboCop::Cop::Layout::EmptyLinesAroundBody
- #define_method_call? — RuboCop::Cop::Lint::UnusedBlockArgument
- #define_options — RuboCop::Options
- #defined_module — RuboCop::AST::Node
- #defined_module_name — RuboCop::AST::Node
- #definition_width — RuboCop::Cop::Style::MultilineMethodSignature
- #delete — RuboCop::Config
- #delimiter — RuboCop::AST::PairNode
- #delimiter_delta — RuboCop::AST::HashElementNode::HashElementDelta
- #delimiter_delta — RuboCop::AST::HashElementNode
- #delimiter_range — RuboCop::Cop::Layout::BlockEndNewline
- #delimiter_string — RuboCop::Cop::Heredoc
- #delimiters — RuboCop::AST::BlockNode
- #delimiters — RuboCop::Cop::PreferredDelimiters
- #delimiters_for — RuboCop::Cop::PercentLiteralCorrector
- #delta — RuboCop::AST::HashElementNode::HashElementDelta
- #deltas — RuboCop::Cop::HashAlignment::KeyAlignment
- #deltas — RuboCop::Cop::HashAlignment::ValueAlignment
- #deltas_for_first_pair — RuboCop::Cop::HashAlignment::KeyAlignment
- #deltas_for_first_pair — RuboCop::Cop::HashAlignment::TableAlignment
- #deltas_for_first_pair — RuboCop::Cop::HashAlignment::SeparatorAlignment
- #departments — RuboCop::Cop::Registry
- #dependency? — RuboCop::Cop::Style::ParallelAssignment::AssignmentSorter
- #deprecated_method — RuboCop::Cop::Lint::DeprecatedClassMethods
- #deprecation_check — RuboCop::Config
- #depth — RuboCop::Cop::Style::ExpandPathArguments
- #descendant_reference — RuboCop::Cop::VariableForce
- #descendants — RuboCop::AST::Node
- #describe — RuboCop::Cop::Lint::UnneededCopDisableDirective
- #deserialize_offenses — RuboCop::CachedData
- #destructuring_block_argument? — RuboCop::Cop::Style::SymbolProc
- #details — RuboCop::Cop::MessageAnnotator
- #detect_quote_styles — RuboCop::Cop::Style::StringLiterals
- #detected_style — RuboCop::Cop::ConfigurableEnforcedStyle
- #detected_style= — RuboCop::Cop::ConfigurableEnforcedStyle
- #detected_styles — RuboCop::Cop::MultilineElementIndentation
- #detected_styles_for_column — RuboCop::Cop::MultilineElementIndentation
- #determine_inherit_mode — RuboCop::ConfigLoaderResolver
- #directions — RuboCop::Cop::RangeHelp
- #directive_count — RuboCop::Cop::Lint::UnneededCopDisableDirective
- #directive_on_source_line? — RuboCop::Cop::Metrics::LineLength
- #directive_parts — RuboCop::CommentConfig
- #directive_range_in_list — RuboCop::Cop::Lint::UnneededCopDisableDirective
- #disabled? — RuboCop::Cop::Offense
- #disabled_line_ranges — RuboCop::ProcessedSource
- #disallow_coercion? — RuboCop::Cop::Style::DateTime
- #disallowed_literal? — RuboCop::Cop::Style::RedundantParentheses
- #display_column — RuboCop::Cop::Alignment
- #display_cop_names? — RuboCop::Cop::MessageAnnotator
- #display_error_summary — RuboCop::CLI
- #display_only_fail_level_offenses_with_autocorrect? — RuboCop::OptionsValidator
- #display_str — RuboCop::Cop::Lint::ImplicitStringConcatenation
- #display_style_guide? — RuboCop::Cop::MessageAnnotator
- #display_warning_summary — RuboCop::CLI
- #disqualified_parent? — RuboCop::Cop::Layout::BlockAlignment
- #disqualified_rhs? — RuboCop::Cop::MultilineExpressionIndentation
- #do? — RuboCop::AST::ForNode
- #do? — RuboCop::AST::UntilNode
- #do? — RuboCop::AST::WhileNode
- #do? — RuboCop::Cop::Layout::SpaceAroundKeyword
- #do_inspection_loop — RuboCop::Runner
- #documentation_comment? — RuboCop::Cop::DocumentationComment
- #dot? — RuboCop::AST::MethodDispatchNode
- #dot_range — RuboCop::Cop::Style::InverseMethods
- #double_colon? — RuboCop::AST::MethodDispatchNode
- #double_quotes_required? — RuboCop::Cop::Util
- #double_splat? — RuboCop::Cop::Layout::AlignHash
- #dsl_writer? — RuboCop::Cop::Style::TrivialAccessors
- #duplicate_location? — RuboCop::Cop::Cop
- #duplicate_setting? — RuboCop::ConfigLoaderResolver
- #duplicated_assignment_method_nodes — RuboCop::Cop::Gemspec::DuplicatedAssignment
- #duplicated_gem_nodes — RuboCop::Cop::Bundler::DuplicatedGem
- #duplicates — RuboCop::Cop::Duplication
- #duplicates? — RuboCop::Cop::Duplication
- #each — RuboCop::Config
- #each — RuboCop::Cop::Registry
- #each_already_disabled — RuboCop::Cop::Lint::UnneededCopDisableDirective
- #each_ancestor — RuboCop::AST::Node
- #each_argument_node — RuboCop::Cop::MultilineElementIndentation
- #each_bad_alignment — RuboCop::Cop::Alignment
- #each_bad_cons — RuboCop::Cop::Lint::ImplicitStringConcatenation
- #each_branch — RuboCop::AST::IfNode
- #each_child_node — RuboCop::AST::Node
- #each_command_or_kernel_call — RuboCop::Cop::Style::SignalException
- #each_comment — RuboCop::ProcessedSource
- #each_condition — RuboCop::AST::WhenNode
- #each_descendant — RuboCop::AST::Node
- #each_descendant_reference — RuboCop::Cop::VariableForce
- #each_directive — RuboCop::CommentConfig
- #each_extra_empty_line — RuboCop::Cop::Layout::EmptyLines
- #each_extraneous_space — RuboCop::Cop::Layout::SpaceInsideParens
- #each_inspected_file — RuboCop::Runner
- #each_key — RuboCop::AST::HashNode
- #each_key — RuboCop::Config
- #each_line_range — RuboCop::Cop::Lint::UnneededCopDisableDirective
- #each_match_range — RuboCop::Cop::MatchRange
- #each_member — RuboCop::Cop::Layout::IndentationWidth
- #each_mentioned_cop — RuboCop::CommentConfig
- #each_misplaced_optional_arg — RuboCop::Cop::Style::OptionalArguments
- #each_missing_space — RuboCop::Cop::Layout::SpaceInsideParens
- #each_missing_space — RuboCop::Cop::SpaceAfterPunctuation
- #each_missing_space — RuboCop::Cop::SpaceBeforePunctuation
- #each_node — RuboCop::AST::Node
- #each_node — RuboCop::Cop::VariableForce::Scope
- #each_pair — RuboCop::AST::HashNode
- #each_part — RuboCop::Cop::Style::SingleLineMethods
- #each_semicolon — RuboCop::Cop::Style::Semicolon
- #each_style_violation — RuboCop::Cop::Layout::SpaceInsideStringInterpolation
- #each_token — RuboCop::ProcessedSource
- #each_unnecessary_space_match — RuboCop::Cop::Layout::SpaceInsideArrayPercentLiteral
- #each_unneeded_disable — RuboCop::Cop::Lint::UnneededCopDisableDirective
- #each_value — RuboCop::AST::HashNode
- #each_when — RuboCop::AST::CaseNode
- #each_wrong_style — RuboCop::Cop::Style::ModuleFunction
- #effective_column — RuboCop::Cop::RangeHelp
- #elements — RuboCop::Cop::TrailingComma
- #eligible_arguments? — RuboCop::Cop::Style::SingleLineBlockParams
- #eligible_for_parentheses_omission? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #eligible_method? — RuboCop::Cop::Style::SingleLineBlockParams
- #eligible_next_successor? — RuboCop::Cop::Style::LineEndConcatenation
- #eligible_node? — RuboCop::Cop::Style::IfUnlessModifier
- #eligible_operator? — RuboCop::Cop::Style::LineEndConcatenation
- #eligible_predecessor? — RuboCop::Cop::Style::LineEndConcatenation
- #eligible_successor? — RuboCop::Cop::Style::LineEndConcatenation
- #else? — RuboCop::AST::CaseNode
- #else? — RuboCop::AST::IfNode
- #else_branch — RuboCop::AST::CaseNode
- #else_branch — RuboCop::AST::IfNode
- #else_line_range — RuboCop::Cop::Style::EmptyElse
- #else_source — RuboCop::Cop::Style::UnneededCondition
- #elsif? — RuboCop::AST::IfNode
- #elsif_conditional? — RuboCop::AST::IfNode
- #embedded_in_percent_array? — RuboCop::Cop::Style::UnneededInterpolation
- #emit_method_code — RuboCop::NodePattern::Compiler
- #emit_param_list — RuboCop::NodePattern::Compiler
- #emit_retval — RuboCop::NodePattern::Compiler
- #emit_trailing_params — RuboCop::NodePattern::Compiler
- #emit_yield_capture — RuboCop::NodePattern::Compiler
- #empty? — RuboCop::AST::HashNode
- #empty_and_without_delimiters? — RuboCop::AST::ArgsNode
- #empty_block? — RuboCop::Cop::Lint::UnusedBlockArgument
- #empty_braces? — RuboCop::Cop::Layout::SpaceBeforeBlockBraces
- #empty_brackets? — RuboCop::Cop::SurroundingSpace
- #empty_check — RuboCop::Cop::Style::EmptyElse
- #empty_comment_only? — RuboCop::Cop::Layout::EmptyComment
- #empty_config — RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets
- #empty_config — RuboCop::Cop::Layout::SpaceInsideReferenceBrackets
- #empty_else_config — RuboCop::Cop::Style::MissingElse
- #empty_else_cop_enabled? — RuboCop::Cop::Style::MissingElse
- #empty_else_style — RuboCop::Cop::Style::MissingElse
- #empty_expression? — RuboCop::Cop::Lint::EmptyExpression
- #empty_lines — RuboCop::Cop::Layout::EmptyLinesAroundArguments
- #empty_lines_around? — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #empty_literal? — RuboCop::Cop::MultilineLiteralBraceLayout
- #empty_offense — RuboCop::Cop::SurroundingSpace
- #empty_offenses — RuboCop::Cop::SurroundingSpace
- #empty_parentheses? — RuboCop::Cop::Style::RedundantParentheses
- #empty_source? — RuboCop::AST::Node
- #empty_style? — RuboCop::Cop::Style::EmptyElse
- #enable_all? — RuboCop::CommentConfig
- #enable_cop? — RuboCop::Config
- #enabled — RuboCop::Cop::Registry
- #enabled? — RuboCop::Cop::Registry
- #enabled_line? — RuboCop::Cop::Cop
- #encoding — RuboCop::MagicComment::EmacsComment
- #encoding — RuboCop::MagicComment::VimComment
- #encoding — RuboCop::MagicComment::SimpleComment
- #encoding_line_number — RuboCop::Cop::Style::Encoding
- #encoding_omitable? — RuboCop::Cop::Style::Encoding
- #encoding_specified? — RuboCop::MagicComment
- #encoding_token? — RuboCop::Cop::Style::Copyright
- #end — RuboCop::AST::RangeNode
- #end? — RuboCop::Token
- #end_align_target? — RuboCop::Cop::Layout::BlockAlignment
- #end_content — RuboCop::Cop::PercentLiteralCorrector
- #end_followed_by_whitespace_only? — RuboCop::Cop::Style::Next
- #end_has_own_line? — RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets
- #end_of_line_comment — RuboCop::Cop::Alignment
- #end_parentheses — RuboCop::Cop::Style::InverseMethods
- #end_pos — RuboCop::Token
- #end_position — RuboCop::Cop::ForToEachCorrector
- #end_position_for — RuboCop::Cop::Layout::ClassStructure
- #end_range — RuboCop::Cop::Style::Next
- #end_range — RuboCop::Cop::Style::SafeNavigation
- #end_token — RuboCop::Cop::Style::TrailingMethodEndStatement
- #end_with_eq? — RuboCop::Cop::Style::ConditionalAssignmentHelper
- #ending_delimiter — RuboCop::Cop::Lint::ImplicitStringConcatenation
- #ends_in_end? — RuboCop::Cop::Layout::TrailingBlankLines
- #ends_its_line? — RuboCop::Cop::Lint::UnneededCopDisableDirective
- #ends_with_condition? — RuboCop::Cop::Style::Next
- #ends_with_num? — RuboCop::Cop::UncommunicativeName
- #enforce_double_quotes? — RuboCop::Cop::Style::EmptyLiteral
- #enforce_yoda? — RuboCop::Cop::Style::YodaCondition
- #english_name_replacement — RuboCop::Cop::Style::SpecialGlobalVars
- #enlist — RuboCop::Cop::Registry
- #ensure_valid_preferred_delimiters — RuboCop::Cop::PreferredDelimiters
- #enumerator_method? — RuboCop::AST::MethodIdentifierPredicates
- #eq_end_part — RuboCop::Cop::Style::BlockComments
- #eql? — RuboCop::Cop::Badge
- #eql? — RuboCop::Cop::Offense
- #eql? — RuboCop::NodePattern
- #equal_sign? — RuboCop::Token
- #equality_only? — RuboCop::Cop::Style::YodaCondition
- #equals_asgn? — RuboCop::AST::Node
- #escape — RuboCop::Formatter::HTMLFormatter::ERBContext
- #escape_string — RuboCop::Cop::Util
- #escape_words? — RuboCop::Cop::PercentLiteralCorrector
- #eval_call? — RuboCop::Cop::Lint::UselessAccessModifier
- #evaluate_branch_nodes — RuboCop::Cop::Metrics::Utils::AbcSizeCalculator
- #evaluate_exceptions — RuboCop::Cop::Lint::ShadowedException
- #exact_name_match? — RuboCop::Cop::Style::TrivialAccessors
- #exceeds_line_offset? — RuboCop::Cop::Layout::EmptyLines
- #except_syntax? — RuboCop::OptionsValidator
- #exception_variable — RuboCop::AST::ResbodyNode
- #excess_leading_space? — RuboCop::Cop::Layout::SpaceAroundOperators
- #excess_range — RuboCop::Cop::Metrics::LineLength
- #excess_trailing_space? — RuboCop::Cop::Layout::SpaceAroundOperators
- #excluded_dirs — RuboCop::TargetFinder
- #excluded_file? — RuboCop::Cop::Cop
- #excluded_method? — RuboCop::Cop::Metrics::BlockLength
- #excluded_methods — RuboCop::Cop::Metrics::BlockLength
- #excludes — RuboCop::Formatter::DisabledConfigFormatter
- #executable? — RuboCop::Cop::Lint::ScriptPermission
- #execute_runner — RuboCop::CLI
- #execute_runners — RuboCop::CLI
- #exit_body_type? — RuboCop::Cop::Style::Next
- #expand_elses — RuboCop::Cop::Style::IdenticalConditionalBranches
- #expand_elses — RuboCop::Cop::Style::ConditionalAssignmentHelper
- #expand_elsif — RuboCop::Cop::Style::ConditionalAssignmentHelper
- #expand_when_branches — RuboCop::Cop::Style::ConditionalAssignmentHelper
- #expanded? — RuboCop::Cop::Style::EmptyMethod
- #expanded_style? — RuboCop::Cop::Style::EmptyMethod
- #expect_correction — RuboCop::RSpec::ExpectOffense
- #expect_matching_definition? — RuboCop::Cop::Naming::FileName
- #expect_no_corrections — RuboCop::RSpec::ExpectOffense
- #expect_no_offenses — RuboCop::RSpec::ExpectOffense
- #expect_offense — RuboCop::RSpec::ExpectOffense
- #expect_params_after_method_name? — RuboCop::Cop::Layout::SpaceBeforeFirstArg
- #expect_space? — RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- #expected_column — RuboCop::Cop::Layout::ClosingParenthesisIndentation
- #expected_fields_count — RuboCop::Cop::Lint::FormatParameterMismatch
- #expected_indent_offset — RuboCop::Cop::Layout::AccessModifierIndentation
- #expected_name — RuboCop::Cop::Naming::PredicateName
- #expected_order — RuboCop::Cop::Layout::ClassStructure
- #explicit? — RuboCop::Cop::VariableForce::Reference
- #explicit_block_local_variable? — RuboCop::Cop::VariableForce::Variable
- #explicit_style? — RuboCop::Cop::Style::LambdaCall
- #expr_replacement — RuboCop::Cop::Style::OneLineConditional
- #external_trailing_comma? — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #external_trailing_comma_offset_from_loc_end — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #extra_avoid_comma_info — RuboCop::Cop::TrailingComma
- #extra_details? — RuboCop::Cop::MessageAnnotator
- #extra_enabled_comments — RuboCop::CommentConfig
- #extra_enabled_comments_with_names — RuboCop::CommentConfig
- #extra_indentation — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #extra_left_space? — RuboCop::Cop::Style::BracesAroundHashParameters
- #extra_lines — RuboCop::Cop::Layout::EmptyLinesAroundArguments
- #extra_right_space? — RuboCop::Cop::Style::BracesAroundHashParameters
- #extra_space — RuboCop::Cop::Style::BracesAroundHashParameters
- #extra_space? — RuboCop::Cop::SurroundingSpace
- #extra_space_range — RuboCop::Cop::Layout::ExtraSpacing
- #extract — RuboCop::MagicComment
- #extract_body — RuboCop::Cop::TooManyLines
- #extract_breakable_node — RuboCop::Cop::CheckLineBreakable
- #extract_breakable_node_from_elements — RuboCop::Cop::CheckLineBreakable
- #extract_common_parts — RuboCop::Cop::Style::SafeNavigation
- #extract_first_element_over_column_limit — RuboCop::Cop::CheckLineBreakable
- #extract_frozen_string_literal — RuboCop::MagicComment::EmacsComment
- #extract_frozen_string_literal — RuboCop::MagicComment::SimpleComment
- #extract_heredoc — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #extract_heredoc_argument — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #extract_heredoc_lines — RuboCop::Cop::Style::CommentedKeyword
- #extract_heredoc_ranges — RuboCop::Cop::Layout::TrailingWhitespace
- #extract_heredocs — RuboCop::Cop::Metrics::LineLength
- #extract_parts — RuboCop::Cop::Style::SafeNavigation
- #extract_parts_from_and — RuboCop::Cop::Style::SafeNavigation
- #extract_parts_from_if — RuboCop::Cop::Style::SafeNavigation
- #extract_rhs — RuboCop::Cop::CheckAssignment
- #extract_ruby_version — RuboCop::Cop::Gemspec::RequiredRubyVersion
- #extract_source — RuboCop::Cop::Style::Sample
- #extract_sources — RuboCop::Cop::Style::ParallelAssignment::GenericCorrector
- #fail_due_to — RuboCop::NodePattern::Compiler
- #fail_fast? — RuboCop::TargetFinder
- #falsey_literal? — RuboCop::AST::Node
- #file — RuboCop::RemoteConfig
- #file_checksum — RuboCop::ResultCache
- #file_finished — RuboCop::Formatter::BaseFormatter
- #file_finished — RuboCop::Formatter::DisabledConfigFormatter
- #file_finished — RuboCop::Formatter::EmacsStyleFormatter
- #file_finished — RuboCop::Formatter::FileListFormatter
- #file_finished — RuboCop::Formatter::FormatterSet
- #file_finished — RuboCop::Formatter::FuubarStyleFormatter
- #file_finished — RuboCop::Formatter::HTMLFormatter
- #file_finished — RuboCop::Formatter::JSONFormatter
- #file_finished — RuboCop::Formatter::OffenseCountFormatter
- #file_finished — RuboCop::Formatter::ProgressFormatter
- #file_finished — RuboCop::Formatter::SimpleTextFormatter
- #file_finished — RuboCop::Formatter::TapFormatter
- #file_finished — RuboCop::Formatter::WorstOffendersFormatter
- #file_keyword? — RuboCop::Cop::Style::Dir
- #file_name_matches_any? — RuboCop::Cop::Cop
- #file_offense_cache — RuboCop::Runner
- #file_offenses — RuboCop::Runner
- #file_path — RuboCop::ProcessedSource
- #file_started — RuboCop::Formatter::BaseFormatter
- #file_started — RuboCop::Formatter::DisabledConfigFormatter
- #file_started — RuboCop::Formatter::DisabledLinesFormatter
- #file_started — RuboCop::Formatter::FormatterSet
- #file_started — RuboCop::Runner
- #file_to_exclude? — RuboCop::Config
- #file_to_include? — RuboCop::Config
- #filename_good? — RuboCop::Cop::Naming::FileName
- #files — RuboCop::Formatter::SimpleTextFormatter::Report
- #filter_cop_classes — RuboCop::Runner
- #filtered_run? — RuboCop::Runner
- #final_pos — RuboCop::Cop::RangeHelp
- #find — RuboCop::TargetFinder
- #find_by_cop_name — RuboCop::Cop::Registry
- #find_category — RuboCop::Cop::Layout::ClassStructure
- #find_class_or_module — RuboCop::Cop::Naming::FileName
- #find_comment — RuboCop::ProcessedSource
- #find_excessive_uri_range — RuboCop::Cop::Metrics::LineLength
- #find_file_upwards — RuboCop::FileFinder
- #find_files — RuboCop::TargetFinder
- #find_files_upwards — RuboCop::FileFinder
- #find_first_offense — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #find_first_possible_offense — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #find_gem_name — RuboCop::Cop::OrderedGemNode
- #find_location — RuboCop::Cop::Cop
- #find_matching_receiver_invocation — RuboCop::Cop::Style::SafeNavigation
- #find_nested_defs — RuboCop::Cop::Lint::NestedMethodDefinition
- #find_node_used_heredoc_argument — RuboCop::Cop::Layout::ClosingHeredocIndentation
- #find_offending_argument — RuboCop::Cop::InternalAffairs::OffenseLocationKeyword
- #find_offending_argument — RuboCop::Cop::InternalAffairs::RedundantMessageArgument
- #find_shadowing_rescue — RuboCop::Cop::Lint::ShadowedException
- #find_similar_name — RuboCop::NameSimilarity
- #find_target_files — RuboCop::Runner
- #find_target_line — RuboCop::Cop::Generator::ConfigurationInjector
- #find_token — RuboCop::ProcessedSource
- #find_unneeded — RuboCop::Cop::Lint::UnneededCopDisableDirective
- #find_valid_order — RuboCop::Cop::Style::ParallelAssignment
- #find_variable — RuboCop::Cop::VariableForce::VariableTable
- #find_variables_in_loop — RuboCop::Cop::VariableForce
- #find_visibility_end — RuboCop::Cop::Layout::ClassStructure
- #find_visibility_start — RuboCop::Cop::Layout::ClassStructure
- #finished — RuboCop::Formatter::AutoGenConfigFormatter
- #finished — RuboCop::Formatter::BaseFormatter
- #finished — RuboCop::Formatter::DisabledConfigFormatter
- #finished — RuboCop::Formatter::DisabledLinesFormatter
- #finished — RuboCop::Formatter::HTMLFormatter
- #finished — RuboCop::Formatter::JSONFormatter
- #finished — RuboCop::Formatter::OffenseCountFormatter
- #finished — RuboCop::Formatter::ProgressFormatter
- #finished — RuboCop::Formatter::SimpleTextFormatter
- #finished — RuboCop::Formatter::WorstOffendersFormatter
- #first_argument — RuboCop::AST::ParameterizedNode
- #first_argument? — RuboCop::Cop::Style::RedundantParentheses
- #first_argument_line — RuboCop::Cop::Layout::ClosingParenthesisIndentation
- #first_argument_returned? — RuboCop::Cop::Style::EachWithObject
- #first_argument_unparenthesized? — RuboCop::Cop::Style::EmptyLiteral
- #first_by_line — RuboCop::Cop::FirstElementLineBreak
- #first_child_requires_empty_line? — RuboCop::Cop::Layout::EmptyLinesAroundBody
- #first_comment_line? — RuboCop::Cop::Style::CommentAnnotation
- #first_element_range — RuboCop::Cop::Style::UnpackFirst
- #first_empty_line_required_child — RuboCop::Cop::Layout::EmptyLinesAroundBody
- #first_line — RuboCop::AST::Node
- #first_line — RuboCop::Cop::Offense
- #first_line? — RuboCop::Cop::PercentLiteralCorrector
- #first_line_comment — RuboCop::Cop::Style::IfUnlessModifier
- #first_non_ascii_chars — RuboCop::Cop::Naming::AsciiIdentifiers
- #first_non_ascii_chars — RuboCop::Cop::Style::AsciiComments
- #first_offense_range — RuboCop::Cop::Naming::AsciiIdentifiers
- #first_offense_range — RuboCop::Cop::Style::AsciiComments
- #first_part_of — RuboCop::Cop::TrailingBody
- #first_part_of_call_chain — RuboCop::Cop::Util
- #first_terms_arity — RuboCop::NodePattern::Compiler::Sequence
- #first_terms_range — RuboCop::NodePattern::Compiler::Sequence
- #first_token — RuboCop::Cop::Layout::InitialIndentation
- #fix_closing_parenthesis — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #fix_escaped_content — RuboCop::Cop::PercentLiteralCorrector
- #fix_external_trailing_comma — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #fixed_indentation? — RuboCop::Cop::Layout::AlignArguments
- #fixed_indentation? — RuboCop::Cop::Layout::AlignParameters
- #flow_expression? — RuboCop::Cop::Lint::UnreachableCode
- #followed_by_space? — RuboCop::Cop::Layout::SpaceAfterColon
- #following_line — RuboCop::ProcessedSource
- #for — RuboCop::ConfigStore
- #for_all_cops — RuboCop::Config
- #for_bad_filename — RuboCop::Cop::Naming::FileName
- #for_cop — RuboCop::Config
- #for_value_used? — RuboCop::AST::Node
- #forbidden_names — RuboCop::Cop::UncommunicativeName
- #forbidden_offense — RuboCop::Cop::UncommunicativeName
- #force_default_config! — RuboCop::ConfigStore
- #force_equal_sign_alignment? — RuboCop::Cop::Layout::ExtraSpacing
- #force_exclusion? — RuboCop::TargetFinder
- #force_hash_rockets? — RuboCop::Cop::Style::HashSyntax
- #forces — RuboCop::Cop::Team
- #forces_for — RuboCop::Cop::Team
- #format? — RuboCop::Cop::Lint::FormatParameterMismatch
- #format_binary — RuboCop::Cop::Style::NumericLiteralPrefix
- #format_decimal — RuboCop::Cop::Style::NumericLiteralPrefix
- #format_english_message — RuboCop::Cop::Style::SpecialGlobalVars
- #format_hex — RuboCop::Cop::Style::NumericLiteralPrefix
- #format_int_part — RuboCop::Cop::Style::NumericLiterals
- #format_list — RuboCop::Cop::Style::SpecialGlobalVars
- #format_message — RuboCop::Cop::Layout::BlockAlignment
- #format_message — RuboCop::Cop::Layout::RescueEnsureAlignment
- #format_message — RuboCop::Cop::Lint::IneffectiveAccessModifier
- #format_message — RuboCop::Cop::Style::SpecialGlobalVars
- #format_message_from — RuboCop::Cop::Lint::ScriptPermission
- #format_method? — RuboCop::Cop::Lint::FormatParameterMismatch
- #format_number — RuboCop::Cop::Style::NumericLiterals
- #format_octal — RuboCop::Cop::Style::NumericLiteralPrefix
- #format_octal_zero_only — RuboCop::Cop::Style::NumericLiteralPrefix
- #format_source_line_column — RuboCop::Cop::Layout::BlockAlignment
- #formatter_class — RuboCop::Formatter::FormatterSet
- #formatter_set — RuboCop::Runner
- #found_attr — RuboCop::Cop::Lint::DuplicateMethods
- #found_instance_method — RuboCop::Cop::Lint::DuplicateMethods
- #found_method — RuboCop::Cop::Lint::DuplicateMethods
- #from_json — RuboCop::CachedData
- #frozen_string_literal — RuboCop::MagicComment
- #frozen_string_literal — RuboCop::MagicComment::VimComment
- #frozen_string_literal? — RuboCop::Cop::Style::MutableConstant
- #frozen_string_literal? — RuboCop::MagicComment
- #frozen_string_literal_comment — RuboCop::Cop::Style::FrozenStringLiteralComment
- #frozen_string_literal_comment_exists? — RuboCop::Cop::FrozenStringLiteral
- #frozen_string_literal_specified? — RuboCop::MagicComment
- #frozen_string_literals_enabled? — RuboCop::Cop::FrozenStringLiteral
- #full_options — RuboCop::RakeTask
- #functional_block? — RuboCop::Cop::Style::BlockDelimiters
- #functional_method? — RuboCop::Cop::Style::BlockDelimiters
- #gem_config_path — RuboCop::ConfigLoaderResolver
- #gem_name — RuboCop::Cop::OrderedGemNode
- #gem_spec_with_ruby_version? — RuboCop::Cop::Gemspec::RubyVersionGlobalsUsage
- #generate — RuboCop::Cop::Generator
- #generate_request — RuboCop::RemoteConfig
- #generated_source — RuboCop::Cop::Generator
- #generated_spec — RuboCop::Cop::Generator
- #get_blocks — RuboCop::Cop::Style::BlockDelimiters
- #get_dependency_name — RuboCop::Cop::Gemspec::OrderedDependencies
- #get_param — RuboCop::NodePattern::Compiler
- #get_processed_source — RuboCop::Runner
- #get_source_range — RuboCop::Cop::OrderedGemNode
- #good_alignment? — RuboCop::Cop::Layout::AlignHash
- #group_mixins — RuboCop::Cop::Style::MixinGrouping
- #group_style? — RuboCop::Cop::Style::AccessModifierDeclarations
- #grouped_duplicates — RuboCop::Cop::Duplication
- #grouped_expression? — RuboCop::Cop::MultilineExpressionIndentation
- #grouped_style? — RuboCop::Cop::Style::MixinGrouping
- #handle — RuboCop::Cop::Style::WhileUntilDo
- #handle_disabled_by_default — RuboCop::ConfigLoaderResolver
- #handle_enable_all — RuboCop::CommentConfig
- #handle_error — RuboCop::Cop::Team
- #handle_exiting_options — RuboCop::CLI
- #handle_node — RuboCop::Cop::Lint::LiteralAsCondition
- #handle_response — RuboCop::RemoteConfig
- #handle_switch — RuboCop::CommentConfig
- #handle_warning — RuboCop::Cop::Team
- #hash — RuboCop::Cop::Badge
- #hash — RuboCop::Cop::Offense
- #hash — RuboCop::Cop::Severity
- #hash_element? — RuboCop::Cop::Style::RedundantParentheses
- #hash_for_file — RuboCop::Formatter::JSONFormatter
- #hash_for_location — RuboCop::Formatter::JSONFormatter
- #hash_for_offense — RuboCop::Formatter::JSONFormatter
- #hash_literal? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #hash_literal_as_first_arg? — RuboCop::Cop::Style::RedundantParentheses
- #hash_literal_in_arguments? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #hash_literal_with_braces — RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- #hash_rocket? — RuboCop::AST::KeywordSplatNode
- #hash_rocket? — RuboCop::AST::PairNode
- #hash_rocket_delta — RuboCop::Cop::HashAlignment::TableAlignment
- #hash_rocket_delta — RuboCop::Cop::HashAlignment::SeparatorAlignment
- #hash_rockets_check — RuboCop::Cop::Style::HashSyntax
- #hash_table_style? — RuboCop::Cop::Layout::SpaceAroundOperators
- #head — RuboCop::Cop::Style::IdenticalConditionalBranches
- #heredoc? — RuboCop::AST::StrNode
- #heredoc? — RuboCop::Cop::Lint::FormatParameterMismatch
- #heredoc? — RuboCop::Cop::Lint::InterpolationCheck
- #heredoc? — RuboCop::Cop::TrailingComma
- #heredoc_begin_line_range — RuboCop::Cop::Lint::HeredocMethodCallPosition
- #heredoc_body — RuboCop::Cop::Layout::IndentHeredoc
- #heredoc_closing — RuboCop::Cop::Layout::ClosingHeredocIndentation
- #heredoc_end — RuboCop::Cop::Layout::IndentHeredoc
- #heredoc_end_pos — RuboCop::Cop::Lint::HeredocMethodCallPosition
- #heredoc_indent_type — RuboCop::Cop::Layout::IndentHeredoc
- #heredoc_line — RuboCop::Cop::Layout::EmptyLineAfterGuardClause
- #heredoc_lines — RuboCop::Cop::Style::Next
- #heredoc_node? — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #heredoc_node? — RuboCop::Cop::Lint::HeredocMethodCallPosition
- #heredoc_node_descendent_receiver — RuboCop::Cop::Lint::HeredocMethodCallPosition
- #heredoc_opening — RuboCop::Cop::Layout::ClosingHeredocIndentation
- #heredoc_send? — RuboCop::Cop::TrailingComma
- #heredoc_type — RuboCop::Cop::Heredoc
- #heredocs — RuboCop::Cop::Metrics::LineLength
- #hex_bin_dec_literal_type — RuboCop::Cop::Style::NumericLiteralPrefix
- #hidden_dir? — RuboCop::PathUtil
- #hidden_file_in_not_hidden_dir? — RuboCop::PathUtil
- #highlight_start — RuboCop::Cop::Metrics::LineLength
- #highlighted_area — RuboCop::Cop::Offense
- #highlighted_source_line — RuboCop::Formatter::HTMLFormatter::ERBContext
- #highlights — RuboCop::Cop::Cop
- #hightlight_source_tag — RuboCop::Formatter::HTMLFormatter::ERBContext
- #humanize_node — RuboCop::Cop::Layout::ClassStructure
- #identifier — RuboCop::AST::ClassNode
- #identifier — RuboCop::AST::ModuleNode
- #identifier — RuboCop::AST::SelfClassNode
- #if? — RuboCop::AST::IfNode
- #if_branch — RuboCop::AST::IfNode
- #if_else_children? — RuboCop::Cop::Style::Next
- #if_style? — RuboCop::Cop::Style::MissingElse
- #if_without_else? — RuboCop::Cop::Style::Next
- #ignore? — RuboCop::Cop::Layout::ClassStructure
- #ignore_class_methods? — RuboCop::Cop::Style::TrivialAccessors
- #ignore_cop_directives? — RuboCop::Cop::Metrics::LineLength
- #ignore_empty_blocks? — RuboCop::Cop::Lint::UnusedBlockArgument
- #ignore_executable_scripts? — RuboCop::Cop::Naming::FileName
- #ignore_hash_argument? — RuboCop::Cop::Layout::AlignHash
- #ignore_implicit_references? — RuboCop::Cop::Lint::ShadowedArgument
- #ignore_node — RuboCop::Cop::IgnoredNode
- #ignore_offense? — RuboCop::Cop::Lint::UnneededCopDisableDirective
- #ignored_line? — RuboCop::Cop::Metrics::LineLength
- #ignored_line? — RuboCop::Cop::IgnoredPattern
- #ignored_literal? — RuboCop::Cop::Layout::MultilineMethodCallBraceLayout
- #ignored_literal? — RuboCop::Cop::MultilineLiteralBraceLayout
- #ignored_macro? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #ignored_method? — RuboCop::Cop::IgnoredMethods
- #ignored_method_pattern? — RuboCop::Cop::IgnoredMethodPatterns
- #ignored_method_patterns — RuboCop::Cop::IgnoredMethodPatterns
- #ignored_methods — RuboCop::Cop::IgnoredMethods
- #ignored_node? — RuboCop::Cop::IgnoredNode
- #ignored_nodes — RuboCop::Cop::IgnoredNode
- #ignored_patterns — RuboCop::Cop::IgnoredPattern
- #ignored_range? — RuboCop::Cop::Layout::ExtraSpacing
- #ignored_ranges — RuboCop::Cop::Layout::ExtraSpacing
- #illegal_class_name? — RuboCop::Cop::Lint::InheritException
- #immutable_literal? — RuboCop::AST::Node
- #immutable_literal? — RuboCop::Cop::Style::MutableConstant
- #immutable_literal? — RuboCop::Cop::Style::RedundantFreeze
- #implements_respond_to_missing? — RuboCop::Cop::Style::MissingRespondToMissing
- #implicit_call? — RuboCop::AST::MethodDispatchNode
- #implicit_concatenation? — RuboCop::Cop::Style::UnneededInterpolation
- #implicit_literal? — RuboCop::Cop::MultilineLiteralBraceLayout
- #implicit_style? — RuboCop::Cop::Style::LambdaCall
- #in_its_own_process_with — HostEnvironmentSimulatorHelper
- #in_module_or_instance_eval? — RuboCop::Cop::Style::TrivialAccessors
- #in_string_literal? — RuboCop::Cop::Layout::Tab
- #in_void_context? — RuboCop::Cop::Lint::Void
- #include? — RuboCop::Cop::VariableForce::Scope
- #include_same_character_as_used_for_delimiter? — RuboCop::Cop::Style::PercentLiteralDelimiters
- #include_semantic_changes? — RuboCop::Cop::Style::NonNilCheck
- #include_ternary? — RuboCop::Cop::Style::ConditionalAssignment
- #included_file? — RuboCop::TargetFinder
- #included_macros_list — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #includes_format_methods? — RuboCop::Cop::Style::FormatStringToken
- #incompatible_options — RuboCop::OptionsValidator
- #incorrect_parenthesis_removal_begin — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #incorrect_parenthesis_removal_end — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #incorrect_style — RuboCop::Cop::Layout::CaseIndentation
- #incorrect_style_detected — RuboCop::Cop::Layout::SpaceAroundEqualsInParameterDefault
- #incorrect_style_detected — RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- #incorrect_style_detected — RuboCop::Cop::MultilineElementIndentation
- #incorrect_style_detected — RuboCop::Cop::MultilineExpressionIndentation
- #indent — RuboCop::Cop::Style::MixinGrouping
- #indent — RuboCop::Cop::Style::ConditionalAssignmentHelper
- #indent_level — RuboCop::Cop::Layout::ClosingHeredocIndentation
- #indent_level — RuboCop::Cop::Layout::IndentHeredoc
- #indent_one_step? — RuboCop::Cop::Layout::CaseIndentation
- #indent_width — RuboCop::Cop::Style::ClassAndModuleChildren
- #indentation — RuboCop::Cop::Alignment
- #indentation — RuboCop::Cop::MultilineExpressionIndentation
- #indentation_consistency_style — RuboCop::Cop::Layout::IndentationWidth
- #indentation_difference — RuboCop::Cop::Metrics::LineLength
- #indentation_multiplier — RuboCop::Cop::StatementModifier
- #indentation_to_check? — RuboCop::Cop::Layout::IndentationWidth
- #indentation_width — RuboCop::Cop::Layout::CaseIndentation
- #indentation_width — RuboCop::Cop::Layout::ClosingParenthesisIndentation
- #indentation_width — RuboCop::Cop::Layout::IndentHeredoc
- #indentation_width — RuboCop::Cop::Style::ConditionalAssignment
- #indentation_width — RuboCop::Cop::Style::MultilineMethodSignature
- #indented_body — RuboCop::Cop::Layout::IndentHeredoc
- #indented_body — RuboCop::Cop::Style::MultilineIfModifier
- #indented_else_node — RuboCop::Cop::Style::RedundantConditional
- #indented_end — RuboCop::Cop::Layout::ClosingHeredocIndentation
- #indented_end — RuboCop::Cop::Layout::IndentHeredoc
- #indented_internal_methods_style? — RuboCop::Cop::Layout::IndentationWidth
- #indented_keyword_expression — RuboCop::Cop::MultilineExpressionIndentation
- #index_for — RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets
- #index_of_first_token — RuboCop::Cop::SurroundingSpace
- #index_of_last_token — RuboCop::Cop::SurroundingSpace
- #ineffective_modifier — RuboCop::Cop::Lint::IneffectiveAccessModifier
- #ineligible_node? — RuboCop::Cop::Style::MethodCallWithoutArgsParentheses
- #infinite_loop? — RuboCop::Cop::Style::TernaryParentheses
- #inherit_from_remote — RuboCop::RemoteConfig
- #inherited_file — RuboCop::ConfigLoaderResolver
- #init_dotfile — RuboCop::CLI
- #inject — RuboCop::Cop::Generator::ConfigurationInjector
- #inject — RuboCop::Cop::Generator::RequireFileInjector
- #inject_config — RuboCop::Cop::Generator
- #inject_require — RuboCop::Cop::Generator
- #injectable_require_directive — RuboCop::Cop::Generator::RequireFileInjector
- #inline_comment? — RuboCop::Cop::Style::CommentAnnotation
- #inline_style? — RuboCop::Cop::Style::AccessModifierDeclarations
- #inner_lines — RuboCop::Cop::Layout::EmptyLinesAroundArguments
- #inner_slash_after_correction — RuboCop::Cop::Style::RegexpLiteral
- #inner_slash_before_correction — RuboCop::Cop::Style::RegexpLiteral
- #inner_slash_for — RuboCop::Cop::Style::RegexpLiteral
- #inner_slash_indices — RuboCop::Cop::Style::RegexpLiteral
- #insert_after — RuboCop::Cop::Corrector
- #insert_arguments — RuboCop::Cop::LambdaLiteralToMethodCorrector
- #insert_before — RuboCop::Cop::Corrector
- #insert_comment — RuboCop::Cop::Style::FrozenStringLiteralComment
- #insert_notice_before — RuboCop::Cop::Style::Copyright
- #insert_separating_space — RuboCop::Cop::LambdaLiteralToMethodCorrector
- #inside_arg_list_parentheses? — RuboCop::Cop::MultilineExpressionIndentation
- #inside_comment? — RuboCop::Cop::TrailingComma
- #inside_heredoc? — RuboCop::Cop::Layout::TrailingWhitespace
- #inside_interpolation? — RuboCop::Cop::StringHelp
- #inspect_file — RuboCop::Cop::Team
- #inspect_file — RuboCop::Runner
- #inspect_files — RuboCop::Runner
- #inspect_offense_for_expand_path — RuboCop::Cop::Style::ExpandPathArguments
- #inspect_source — CopHelper
- #inspect_source_file — CopHelper
- #inspect_variables_in_scope — RuboCop::Cop::VariableForce
- #insure_same_captures — RuboCop::NodePattern::Compiler
- #integer_part — RuboCop::Cop::IntegerNode
- #internal_trailing_comma? — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #internal_trailing_comma_offset_from_last_arg — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #interpolated_quotes? — RuboCop::Cop::Style::UnneededPercentQ
- #interpolated_string? — RuboCop::Cop::Security::Open
- #interpolation? — RuboCop::Cop::Style::UnneededInterpolation
- #interpret_string_escapes — RuboCop::Cop::Util
- #interpreter_directive_comment? — RuboCop::Cop::DocumentationComment
- #invalid_exceptions — RuboCop::Cop::Lint::RescueType
- #invalid_percent_array_context? — RuboCop::Cop::PercentArray
- #inverse_blocks — RuboCop::Cop::Style::InverseMethods
- #inverse_delimiter — RuboCop::AST::PairNode
- #inverse_keyword — RuboCop::AST::IfNode
- #inverse_keyword — RuboCop::AST::UntilNode
- #inverse_keyword — RuboCop::AST::WhileNode
- #inverse_methods — RuboCop::Cop::Style::InverseMethods
- #inverse_operator — RuboCop::AST::AndNode
- #inverse_operator — RuboCop::AST::OrNode
- #invert — RuboCop::Cop::Style::NumericPredicate
- #invert_expression? — RuboCop::Cop::Style::RedundantConditional
- #investigate — RuboCop::Cop::Bundler::DuplicatedGem
- #investigate — RuboCop::Cop::Bundler::OrderedGems
- #investigate — RuboCop::Cop::Commissioner
- #investigate — RuboCop::Cop::Force
- #investigate — RuboCop::Cop::Gemspec::DuplicatedAssignment
- #investigate — RuboCop::Cop::Gemspec::OrderedDependencies
- #investigate — RuboCop::Cop::Gemspec::RequiredRubyVersion
- #investigate — RuboCop::Cop::InternalAffairs::UselessMessageAssertion
- #investigate — RuboCop::Cop::Layout::CommentIndentation
- #investigate — RuboCop::Cop::Layout::EmptyComment
- #investigate — RuboCop::Cop::Layout::EmptyLineAfterMagicComment
- #investigate — RuboCop::Cop::Layout::EmptyLines
- #investigate — RuboCop::Cop::Layout::EndOfLine
- #investigate — RuboCop::Cop::Layout::ExtraSpacing
- #investigate — RuboCop::Cop::Layout::InitialIndentation
- #investigate — RuboCop::Cop::Layout::LeadingBlankLines
- #investigate — RuboCop::Cop::Layout::LeadingCommentSpace
- #investigate — RuboCop::Cop::Layout::RescueEnsureAlignment
- #investigate — RuboCop::Cop::Layout::SpaceBeforeComment
- #investigate — RuboCop::Cop::Layout::SpaceInsideParens
- #investigate — RuboCop::Cop::Layout::Tab
- #investigate — RuboCop::Cop::Layout::TrailingBlankLines
- #investigate — RuboCop::Cop::Layout::TrailingWhitespace
- #investigate — RuboCop::Cop::Lint::MissingCopEnableDirective
- #investigate — RuboCop::Cop::Lint::OrderedMagicComments
- #investigate — RuboCop::Cop::Lint::ScriptPermission
- #investigate — RuboCop::Cop::Lint::UnneededCopEnableDirective
- #investigate — RuboCop::Cop::Metrics::BlockNesting
- #investigate — RuboCop::Cop::Naming::AsciiIdentifiers
- #investigate — RuboCop::Cop::Naming::FileName
- #investigate — RuboCop::Cop::Style::AsciiComments
- #investigate — RuboCop::Cop::Style::BlockComments
- #investigate — RuboCop::Cop::Style::CommentAnnotation
- #investigate — RuboCop::Cop::Style::CommentedKeyword
- #investigate — RuboCop::Cop::Style::Copyright
- #investigate — RuboCop::Cop::Style::Encoding
- #investigate — RuboCop::Cop::Style::FrozenStringLiteralComment
- #investigate — RuboCop::Cop::Style::InlineComment
- #investigate — RuboCop::Cop::Style::LineEndConcatenation
- #investigate — RuboCop::Cop::Style::Next
- #investigate — RuboCop::Cop::Style::Semicolon
- #investigate — RuboCop::Cop::Style::SignalException
- #investigate — RuboCop::Cop::Team
- #investigate — RuboCop::Cop::VariableForce
- #investigate — RuboCop::Cop::ParserDiagnostic
- #investigate — RuboCop::Cop::RescueNode
- #investigate — RuboCop::Cop::SpaceAfterPunctuation
- #investigate — RuboCop::Cop::SpaceBeforePunctuation
- #investigate_post_walk — RuboCop::Cop::Metrics::LineLength
- #invoke_custom_post_walk_processing — RuboCop::Cop::Commissioner
- #invoke_custom_processing — RuboCop::Cop::Commissioner
- #invoke_hook — RuboCop::Cop::VariableForce::VariableTable
- #irrelevant_line — RuboCop::Cop::CodeLength
- #issue_offenses — RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets
- #issue_offenses — RuboCop::Cop::UncommunicativeName
- #iterate_until_no_changes — RuboCop::Runner
- #join_force? — RuboCop::Cop::Cop
- #join_force? — RuboCop::Cop::Lint::ShadowedArgument
- #join_force? — RuboCop::Cop::Lint::ShadowingOuterLocalVariable
- #join_force? — RuboCop::Cop::Lint::UnderscorePrefixedVariableName
- #join_force? — RuboCop::Cop::Lint::UselessAssignment
- #join_force? — RuboCop::Cop::Style::InfiniteLoop
- #join_force? — RuboCop::Cop::Lint::UnusedArgument
- #joint — RuboCop::Cop::Style::EmptyMethod
- #just_first_word_of_sentence? — RuboCop::Cop::Style::AnnotationComment
- #keep_first_when_comment — RuboCop::Cop::Style::EmptyCaseCondition
- #key — RuboCop::AST::HashElementNode
- #key? — RuboCop::Config
- #key_delta — RuboCop::AST::HashElementNode::HashElementDelta
- #key_delta — RuboCop::Cop::HashAlignment::TableAlignment
- #key_delta — RuboCop::Cop::HashAlignment::SeparatorAlignment
- #key_delta — RuboCop::AST::HashElementNode
- #keys — RuboCop::AST::HashNode
- #keys — RuboCop::Config
- #keyword — RuboCop::AST::CaseNode
- #keyword — RuboCop::AST::ForNode
- #keyword — RuboCop::AST::IfNode
- #keyword — RuboCop::AST::UntilNode
- #keyword — RuboCop::AST::WhileNode
- #keyword? — RuboCop::AST::Node
- #keyword? — RuboCop::Cop::Style::RedundantSelf
- #keyword? — RuboCop::Cop::Style::AnnotationComment
- #keyword_ancestor? — RuboCop::Cop::Style::RedundantParentheses
- #keyword_appearance? — RuboCop::Cop::Style::AnnotationComment
- #keyword_argument? — RuboCop::Cop::VariableForce::Variable
- #keyword_autocorrect — RuboCop::Cop::Style::MultilineMemoization
- #keyword_begin — RuboCop::Cop::ForToEachCorrector
- #keyword_begin_str — RuboCop::Cop::Style::MultilineMemoization
- #keyword_end_str — RuboCop::Cop::Style::MultilineMemoization
- #keyword_locations — RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords
- #keyword_locations_in_ensure — RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords
- #keyword_locations_in_rescue — RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords
- #keyword_message_tail — RuboCop::Cop::MultilineExpressionIndentation
- #keyword_splat? — RuboCop::AST::HashElementNode::HashElementDelta
- #keyword_with_changed_precedence? — RuboCop::Cop::Style::OneLineConditional
- #keyword_with_redundant_parentheses? — RuboCop::Cop::Style::RedundantParentheses
- #keywords? — RuboCop::AST::BlockNode
- #kind — RuboCop::Cop::Layout::SpaceAfterComma
- #kind — RuboCop::Cop::Layout::SpaceAfterSemicolon
- #kind — RuboCop::Cop::Layout::SpaceBeforeComma
- #kind — RuboCop::Cop::Layout::SpaceBeforeSemicolon
- #kw_node_with_special_indentation — RuboCop::Cop::MultilineExpressionIndentation
- #lambda? — RuboCop::AST::BlockNode
- #lambda? — RuboCop::AST::MethodDispatchNode
- #lambda_arg_string — RuboCop::Cop::LambdaLiteralToMethodCorrector
- #lambda_arg_string — RuboCop::Cop::Style::Lambda
- #lambda_literal? — RuboCop::AST::MethodDispatchNode
- #largest_brackets_size — RuboCop::Cop::ArrayMinSize
- #last_argument — RuboCop::Cop::Layout::EmptyLineAfterGuardClause
- #last_argument — RuboCop::AST::ParameterizedNode
- #last_argument_is_heredoc? — RuboCop::Cop::Layout::EmptyLineAfterGuardClause
- #last_by_line — RuboCop::Cop::FirstElementLineBreak
- #last_column — RuboCop::Cop::Offense
- #last_element_range_with_trailing_comma — RuboCop::Cop::MultilineLiteralBraceCorrector
- #last_element_trailing_comma_range — RuboCop::Cop::MultilineLiteralBraceCorrector
- #last_end_pos_inside_pipes — RuboCop::Cop::Layout::SpaceAroundBlockParameters
- #last_expression — RuboCop::Cop::Lint::UselessSetterCall
- #last_line — RuboCop::AST::Node
- #last_line — RuboCop::Cop::Offense
- #last_line_heredoc? — RuboCop::Cop::MultilineLiteralBraceLayout
- #last_magic_comment — RuboCop::Cop::Layout::EmptyLineAfterMagicComment
- #last_special_comment — RuboCop::Cop::Style::FrozenStringLiteralComment
- #last_terms_arity — RuboCop::NodePattern::Compiler::Sequence
- #last_terms_range — RuboCop::NodePattern::Compiler::Sequence
- #leading_comment_lines — RuboCop::Cop::FrozenStringLiteral
- #leading_spaces — RuboCop::Cop::Style::ClassAndModuleChildren
- #left_array_bracket — RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets
- #left_array_bracket? — RuboCop::Token
- #left_brace? — RuboCop::Token
- #left_brace_and_space — RuboCop::Cop::Style::BracesAroundHashParameters
- #left_bracket? — RuboCop::Token
- #left_curly_brace? — RuboCop::Token
- #left_hand_operand — RuboCop::Cop::Style::NestedModifier
- #left_hand_side — RuboCop::Cop::MultilineExpressionIndentation
- #left_parens? — RuboCop::Token
- #left_ref_bracket — RuboCop::Cop::Layout::SpaceInsideReferenceBrackets
- #left_ref_bracket? — RuboCop::Token
- #left_siblings_of — RuboCop::Cop::Layout::ClassStructure
- #left_whole_line_range — RuboCop::Cop::Style::BracesAroundHashParameters
- #leftmost_modifier_of — RuboCop::Cop::Layout::IndentationWidth
- #legitimate_call_with_parentheses? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #length — RuboCop::Cop::Registry
- #length_in_modifier_form — RuboCop::Cop::StatementModifier
- #length_offense — RuboCop::Cop::UncommunicativeName
- #less_indented? — RuboCop::Cop::Layout::CommentIndentation
- #level — RuboCop::Cop::Severity
- #lexical_scope_type — RuboCop::Cop::Style::Alias
- #lhs — RuboCop::AST::BinaryOperatorNode
- #lhs — RuboCop::Cop::Style::ConditionalAssignmentHelper
- #lhs_all_match? — RuboCop::Cop::Style::ConditionalAssignment
- #lhs_for_send — RuboCop::Cop::Style::ConditionalAssignmentHelper
- #library_message — RuboCop::Cop::Layout::IndentHeredoc
- #line — RuboCop::Cop::Offense
- #line — RuboCop::Token
- #line_after_comment — RuboCop::Cop::Layout::CommentIndentation
- #line_and_column_for — RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets
- #line_between? — RuboCop::Cop::Layout::DotPosition
- #line_break_after_left_paren? — RuboCop::Cop::Layout::ClosingParenthesisIndentation
- #line_break_before_keyword? — RuboCop::Cop::EndKeywordAlignment
- #line_breaks — RuboCop::Cop::PercentLiteralCorrector
- #line_count — RuboCop::AST::Node
- #line_count_based_block_style? — RuboCop::Cop::Style::BlockDelimiters
- #line_count_based_message — RuboCop::Cop::Style::BlockDelimiters
- #line_in_heredoc? — RuboCop::Cop::Metrics::LineLength
- #line_in_permitted_heredoc? — RuboCop::Cop::Metrics::LineLength
- #line_indentation — RuboCop::ProcessedSource
- #line_length — RuboCop::Cop::Metrics::LineLength
- #line_length_cop — RuboCop::CLI
- #line_length_cop_enabled? — RuboCop::Cop::Style::ConditionalAssignment
- #line_length_enabled? — RuboCop::CLI
- #line_length_without_directive — RuboCop::Cop::Metrics::LineLength
- #line_numbers — RuboCop::Cop::Layout::EmptyLinesAroundArguments
- #line_numbers_of_inner_nodes — RuboCop::Cop::ClassishLength
- #line_range — RuboCop::Cop::Util
- #line_too_long? — RuboCop::Cop::Layout::IndentHeredoc
- #lines — RuboCop::ProcessedSource
- #lines_between_defs — RuboCop::Cop::Layout::EmptyLineBetweenDefs
- #list_files — RuboCop::Runner
- #literal? — RuboCop::AST::Node
- #literal_type — RuboCop::Cop::Style::NumericLiteralPrefix
- #load — RuboCop::ResultCache
- #loc_to_source_line_column — RuboCop::Cop::Layout::BlockAlignment
- #logical_operator? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #logical_operator? — RuboCop::AST::PredicateOperatorNode
- #long_enough? — RuboCop::Cop::UncommunicativeName
- #long_opt_symbol — RuboCop::Options
- #longest_line — RuboCop::Cop::Layout::IndentHeredoc
- #longest_line — RuboCop::Cop::Style::ConditionalAssignment
- #longest_line_exceeds_line_limit? — RuboCop::Cop::Style::ConditionalAssignment
- #looks_like_trivial_reader? — RuboCop::Cop::Style::TrivialAccessors
- #lookup_constant — RuboCop::Cop::Lint::DuplicateMethods
- #macro? — RuboCop::AST::MethodDispatchNode
- #macro_kwbegin_wrapper? — RuboCop::AST::MethodDispatchNode
- #magic_comment_lines — RuboCop::Cop::Lint::OrderedMagicComments
- #magic_comments — RuboCop::Cop::Lint::OrderedMagicComments
- #main_node_offense — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #make_excludes_absolute — RuboCop::Config
- #make_ternary_form — RuboCop::Cop::Style::UnneededCondition
- #map — RuboCop::Config
- #mark_assignments_as_referenced_in_loop — RuboCop::Cop::VariableForce
- #mark_variable_as_captured_by_block_if_so — RuboCop::Cop::VariableForce::VariableTable
- #marshal_dump — RuboCop::NodePattern
- #marshal_load — RuboCop::NodePattern
- #match — RuboCop::MagicComment::EditorComment
- #match — RuboCop::NodePattern
- #match? — RuboCop::Cop::Badge
- #match? — RuboCop::Cop::Naming::FileName
- #match_acronym? — RuboCop::Cop::Naming::FileName
- #match_block_variable_name? — RuboCop::Cop::Gemspec::DuplicatedAssignment
- #match_namespace — RuboCop::Cop::Naming::FileName
- #match_path? — RuboCop::PathUtil
- #match_range — RuboCop::Cop::MatchRange
- #match_token — RuboCop::Cop::Style::FormatStringToken
- #match_uris — RuboCop::Cop::Metrics::LineLength
- #matched_arguments_count? — RuboCop::Cop::Lint::FormatParameterMismatch
- #matches? — RuboCop::Cop::Naming::MemoizedInstanceVariableName
- #matches_ignored_pattern? — RuboCop::Cop::IgnoredPattern
- #matching_range — RuboCop::Cop::Lint::UnneededCopDisableDirective
- #matching_ranges — RuboCop::Cop::EndKeywordAlignment
- #matchpairs — RuboCop::Cop::Style::PercentLiteralDelimiters
- #max — RuboCop::Cop::Metrics::LineLength
- #max= — RuboCop::Cop::ConfigurableMax
- #max_digit_dollar_num — RuboCop::Cop::Lint::FormatParameterMismatch
- #max_length — RuboCop::Cop::CodeLength
- #max_line_length — RuboCop::CLI
- #max_line_length — RuboCop::Cop::Layout::IndentHeredoc
- #max_line_length — RuboCop::Cop::Style::ConditionalAssignment
- #max_line_length — RuboCop::Cop::Style::MultilineMethodSignature
- #max_line_length — RuboCop::Cop::StatementModifier
- #max_parameter_name — RuboCop::Cop::Style::NumericLiterals
- #max_parameter_name — RuboCop::Cop::ConfigurableMax
- #max_params — RuboCop::Cop::Metrics::ParameterLists
- #maximum_empty_lines — RuboCop::Cop::Layout::EmptyLineBetweenDefs
- #may_jump_to_other_branch? — RuboCop::Cop::VariableForce::ExceptionHandler
- #may_run_incompletely? — RuboCop::Cop::VariableForce::ExceptionHandler
- #maybe_print_corrected_source — RuboCop::CLI
- #maybe_run_line_length_cop — RuboCop::CLI
- #meaningful_delimiters? — RuboCop::Cop::Naming::HeredocDelimiterNaming
- #merge — RuboCop::Config
- #merge — RuboCop::ConfigLoaderResolver
- #merge_with_default — RuboCop::ConfigLoaderResolver
- #message — RuboCop::CachedData
- #message — RuboCop::Cop::Cop
- #message — RuboCop::Cop::Gemspec::RequiredRubyVersion
- #message — RuboCop::Cop::Layout::AccessModifierIndentation
- #message — RuboCop::Cop::Layout::AlignArguments
- #message — RuboCop::Cop::Layout::AlignParameters
- #message — RuboCop::Cop::Layout::BlockEndNewline
- #message — RuboCop::Cop::Layout::CaseIndentation
- #message — RuboCop::Cop::Layout::ClosingHeredocIndentation
- #message — RuboCop::Cop::Layout::ClosingParenthesisIndentation
- #message — RuboCop::Cop::Layout::CommentIndentation
- #message — RuboCop::Cop::Layout::ConditionPosition
- #message — RuboCop::Cop::Layout::DotPosition
- #message — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #message — RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords
- #message — RuboCop::Cop::Layout::IndentFirstArgument
- #message — RuboCop::Cop::Layout::IndentFirstArrayElement
- #message — RuboCop::Cop::Layout::IndentFirstHashElement
- #message — RuboCop::Cop::Layout::IndentFirstParameter
- #message — RuboCop::Cop::Layout::IndentHeredoc
- #message — RuboCop::Cop::Layout::IndentationWidth
- #message — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #message — RuboCop::Cop::Layout::MultilineOperationIndentation
- #message — RuboCop::Cop::Layout::SpaceAroundEqualsInParameterDefault
- #message — RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- #message — RuboCop::Cop::Layout::SpaceInsideStringInterpolation
- #message — RuboCop::Cop::Layout::TrailingBlankLines
- #message — RuboCop::Cop::Lint::AmbiguousBlockAssociation
- #message — RuboCop::Cop::Lint::AssignmentInCondition
- #message — RuboCop::Cop::Lint::Debugger
- #message — RuboCop::Cop::Lint::FormatParameterMismatch
- #message — RuboCop::Cop::Lint::InheritException
- #message — RuboCop::Cop::Lint::LiteralAsCondition
- #message — RuboCop::Cop::Lint::MissingCopEnableDirective
- #message — RuboCop::Cop::Lint::RandOne
- #message — RuboCop::Cop::Lint::RedundantWithIndex
- #message — RuboCop::Cop::Lint::RedundantWithObject
- #message — RuboCop::Cop::Lint::StringConversionInInterpolation
- #message — RuboCop::Cop::Lint::UnusedBlockArgument
- #message — RuboCop::Cop::Lint::UnusedMethodArgument
- #message — RuboCop::Cop::Metrics::BlockNesting
- #message — RuboCop::Cop::Metrics::ClassLength
- #message — RuboCop::Cop::Metrics::ModuleLength
- #message — RuboCop::Cop::Metrics::ParameterLists
- #message — RuboCop::Cop::Naming::AccessorMethodName
- #message — RuboCop::Cop::Naming::HeredocDelimiterCase
- #message — RuboCop::Cop::Naming::MemoizedInstanceVariableName
- #message — RuboCop::Cop::Naming::MethodName
- #message — RuboCop::Cop::Naming::PredicateName
- #message — RuboCop::Cop::Naming::RescuedExceptionsVariableName
- #message — RuboCop::Cop::Naming::VariableName
- #message — RuboCop::Cop::Naming::VariableNumber
- #message — RuboCop::Cop::Style::AccessModifierDeclarations
- #message — RuboCop::Cop::Style::AndOr
- #message — RuboCop::Cop::Style::Attr
- #message — RuboCop::Cop::Style::BlockDelimiters
- #message — RuboCop::Cop::Style::ClassCheck
- #message — RuboCop::Cop::Style::ClassMethods
- #message — RuboCop::Cop::Style::ClassVars
- #message — RuboCop::Cop::Style::CollectionMethods
- #message — RuboCop::Cop::Style::CommandLiteral
- #message — RuboCop::Cop::Style::CommentedKeyword
- #message — RuboCop::Cop::Style::ConstantVisibility
- #message — RuboCop::Cop::Style::EmptyMethod
- #message — RuboCop::Cop::Style::FloatDivision
- #message — RuboCop::Cop::Style::FormatString
- #message — RuboCop::Cop::Style::FormatStringToken
- #message — RuboCop::Cop::Style::IdenticalConditionalBranches
- #message — RuboCop::Cop::Style::Lambda
- #message — RuboCop::Cop::Style::LambdaCall
- #message — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #message — RuboCop::Cop::Style::MinMax
- #message — RuboCop::Cop::Style::MissingElse
- #message — RuboCop::Cop::Style::MixinGrouping
- #message — RuboCop::Cop::Style::ModuleFunction
- #message — RuboCop::Cop::Style::MultilineIfModifier
- #message — RuboCop::Cop::Style::NegatedIf
- #message — RuboCop::Cop::Style::NegatedUnless
- #message — RuboCop::Cop::Style::NegatedWhile
- #message — RuboCop::Cop::Style::NilComparison
- #message — RuboCop::Cop::Style::NonNilCheck
- #message — RuboCop::Cop::Style::NumericLiteralPrefix
- #message — RuboCop::Cop::Style::OneLineConditional
- #message — RuboCop::Cop::Style::ParenthesesAroundCondition
- #message — RuboCop::Cop::Style::PercentLiteralDelimiters
- #message — RuboCop::Cop::Style::PercentQLiterals
- #message — RuboCop::Cop::Style::PreferredHashMethods
- #message — RuboCop::Cop::Style::RaiseArgs
- #message — RuboCop::Cop::Style::RedundantConditional
- #message — RuboCop::Cop::Style::RedundantReturn
- #message — RuboCop::Cop::Style::ReturnNil
- #message — RuboCop::Cop::Style::Sample
- #message — RuboCop::Cop::Style::SignalException
- #message — RuboCop::Cop::Style::SingleLineBlockParams
- #message — RuboCop::Cop::Style::SpecialGlobalVars
- #message — RuboCop::Cop::Style::StabbyLambdaParentheses
- #message — RuboCop::Cop::Style::StderrPuts
- #message — RuboCop::Cop::Style::StringLiterals
- #message — RuboCop::Cop::Style::StringLiteralsInInterpolation
- #message — RuboCop::Cop::Style::StringMethods
- #message — RuboCop::Cop::Style::TernaryParentheses
- #message — RuboCop::Cop::Style::UnneededCondition
- #message — RuboCop::Cop::Style::UnneededPercentQ
- #message — RuboCop::Cop::Style::UnneededSort
- #message — RuboCop::Cop::Style::VariableInterpolation
- #message — RuboCop::Cop::Style::YodaCondition
- #message — RuboCop::Formatter::SimpleTextFormatter
- #message — RuboCop::Formatter::TapFormatter
- #message — RuboCop::Cop::Layout::EmptyLinesAroundBody
- #message — RuboCop::Cop::PercentArray
- #message — RuboCop::Cop::TooManyLines
- #message_for_around_style — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #message_for_dup — RuboCop::Cop::Lint::DuplicateMethods
- #message_for_lambda — RuboCop::Cop::Lint::UnusedBlockArgument
- #message_for_normal_block — RuboCop::Cop::Lint::UnusedBlockArgument
- #message_for_only_before_style — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #message_for_underscore_prefix — RuboCop::Cop::Lint::UnusedBlockArgument
- #message_for_useless_assignment — RuboCop::Cop::Lint::UselessAssignment
- #message_incorrect_line — RuboCop::Cop::Style::EvalWithLocation
- #message_line_modifier — RuboCop::Cop::Style::Lambda
- #message_specification — RuboCop::Cop::Lint::UselessAssignment
- #message_text — RuboCop::Cop::Style::FormatStringToken
- #messages — RuboCop::Cop::Cop
- #meta_assignment_node — RuboCop::Cop::VariableForce::Assignment
- #metadata_hash — RuboCop::Formatter::JSONFormatter
- #method? — RuboCop::AST::MethodIdentifierPredicates
- #method_argument? — RuboCop::Cop::Lint::UnneededSplatExpansion
- #method_argument? — RuboCop::Cop::VariableForce::Variable
- #method_call — RuboCop::Cop::Lint::DeprecatedClassMethods
- #method_call_with_changed_precedence? — RuboCop::Cop::Style::OneLineConditional
- #method_call_with_redundant_parentheses? — RuboCop::Cop::Style::RedundantParentheses
- #method_called? — RuboCop::Cop::Style::SafeNavigation
- #method_chain — RuboCop::Cop::Lint::SafeNavigationChain
- #method_definition? — RuboCop::Cop::Lint::UselessAccessModifier
- #method_definition_macros — RuboCop::Cop::Naming::PredicateName
- #method_name — RuboCop::AST::BlockNode
- #method_name — RuboCop::AST::DefNode
- #method_name — RuboCop::Cop::Lint::ReturnInVoidContext
- #method_name — RuboCop::Cop::Style::FormatString
- #method_name — RuboCop::Cop::Style::SingleLineBlockParams
- #method_name — RuboCop::AST::MethodDispatchNode
- #method_name_and_arguments_on_same_line? — RuboCop::Cop::TrailingComma
- #method_names — RuboCop::Cop::Style::SingleLineBlockParams
- #method_uses_parens? — RuboCop::Cop::FirstElementLineBreak
- #method_with_format_args? — RuboCop::Cop::Lint::FormatParameterMismatch
- #methods — RuboCop::Cop::Style::SingleLineBlockParams
- #min_body_length — RuboCop::Cop::MinBodyLength
- #min_body_length? — RuboCop::Cop::MinBodyLength
- #min_digits — RuboCop::Cop::Style::NumericLiterals
- #min_length — RuboCop::Cop::UncommunicativeName
- #min_size_config — RuboCop::Cop::ArrayMinSize
- #minimum_empty_lines — RuboCop::Cop::Layout::EmptyLineBetweenDefs
- #minimum_severity_to_fail — RuboCop::Runner
- #minimum_target_ruby_version — RuboCop::Cop::TargetRubyVersion
- #missing_else_style — RuboCop::Cop::Style::EmptyElse
- #missing_parentheses — RuboCop::Cop::Style::MethodDefParentheses
- #missing_parentheses? — RuboCop::Cop::Style::StabbyLambdaParentheses
- #missing_parentheses_corrector — RuboCop::Cop::Style::StabbyLambdaParentheses
- #mixed_delimiters? — RuboCop::AST::HashNode
- #mobilized_cop_classes — RuboCop::Runner
- #modifier? — RuboCop::Cop::Layout::RescueEnsureAlignment
- #modifier? — RuboCop::Cop::Style::NestedModifier
- #modifier_fits_on_single_line? — RuboCop::Cop::StatementModifier
- #modifier_form? — RuboCop::AST::IfNode
- #modifier_form? — RuboCop::AST::ModifierNode
- #modifier_op? — RuboCop::Cop::Style::ParenthesesAroundCondition
- #modifier_range — RuboCop::Cop::Style::ParallelAssignment::ModifierCorrector
- #modifier_replacement — RuboCop::Cop::Style::InfiniteLoop
- #modifier_statement? — RuboCop::Cop::Style::ParallelAssignment
- #move_assignment_inside_condition — RuboCop::Cop::Style::ConditionalAssignment
- #move_assignment_outside_condition — RuboCop::Cop::Style::ConditionalAssignment
- #move_comment — RuboCop::Cop::Style::SingleLineMethods
- #move_pos — RuboCop::Cop::RangeHelp
- #multi_dimensional_array? — RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets
- #multiline? — RuboCop::AST::Node
- #multiline? — RuboCop::AST::BlockNode
- #multiline? — RuboCop::Cop::TrailingComma
- #multiline_condition? — RuboCop::AST::ConditionalNode
- #multiple_assignment? — RuboCop::Cop::VariableForce::Assignment
- #multiple_assignment_message — RuboCop::Cop::Lint::UselessAssignment
- #multiple_assignment_node — RuboCop::Cop::VariableForce::Assignment
- #multiple_blank_lines_groups? — RuboCop::Cop::Layout::EmptyLineBetweenDefs
- #mutable_literal? — RuboCop::AST::Node
- #mutable_literal? — RuboCop::Cop::Style::MutableConstant
- #n — RuboCop::AST::Builder
- #name — RuboCop::Cop::Cop
- #name — RuboCop::Cop::Force
- #name — RuboCop::Cop::VariableForce::Assignment
- #name — RuboCop::Cop::VariableForce::Scope
- #name_type — RuboCop::Cop::UncommunicativeName
- #named_capture_in_condition? — RuboCop::Cop::Style::IfUnlessModifier
- #named_mode? — RuboCop::Cop::Lint::FormatParameterMismatch
- #names — RuboCop::Cop::Registry
- #names_match? — RuboCop::Cop::Style::TrivialAccessors
- #namespace? — RuboCop::Cop::Style::Documentation
- #namespace? — RuboCop::Cop::Layout::EmptyLinesAroundBody
- #needs_escaping? — RuboCop::Cop::Util
- #needs_separating_space? — RuboCop::Cop::LambdaLiteralToMethodCorrector
- #negated? — RuboCop::Cop::Style::InverseMethods
- #negated? — RuboCop::Cop::Style::SafeNavigation
- #negation_method? — RuboCop::AST::MethodIdentifierPredicates
- #nest_definition — RuboCop::Cop::Style::ClassAndModuleChildren
- #nest_or_compact — RuboCop::Cop::Style::ClassAndModuleChildren
- #nested_comparison? — RuboCop::Cop::Style::MultipleComparison
- #nested_conditional? — RuboCop::AST::IfNode
- #nested_variable_comparison? — RuboCop::Cop::Style::MultipleComparison
- #new_alignment — RuboCop::Cop::Layout::AlignHash
- #new_configuration_entry — RuboCop::Cop::Generator::ConfigurationInjector
- #new_contents — RuboCop::Cop::PercentLiteralCorrector
- #new_expression — RuboCop::Cop::Style::NestedModifier
- #new_identifier — RuboCop::AST::AliasNode
- #new_line_needed_before_closing_brace? — RuboCop::Cop::MultilineLiteralBraceLayout
- #next_capture — RuboCop::NodePattern::Compiler
- #next_empty_line_range — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #next_line_empty? — RuboCop::Cop::Layout::EmptyLineAfterGuardClause
- #next_line_empty? — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #next_line_rescue_or_ensure? — RuboCop::Cop::Layout::EmptyLineAfterGuardClause
- #next_sibling_empty_or_guard_clause? — RuboCop::Cop::Layout::EmptyLineAfterGuardClause
- #next_sibling_parent_empty_or_else? — RuboCop::Cop::Layout::EmptyLineAfterGuardClause
- #next_temp_value — RuboCop::NodePattern::Compiler
- #next_temp_variable — RuboCop::NodePattern::Compiler
- #next_to_bracket? — RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets
- #next_to_comment? — RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets
- #next_to_newline? — RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets
- #nil_check — RuboCop::Cop::Style::EmptyElse
- #nil_methods — RuboCop::Cop::NilMethods
- #nil_style? — RuboCop::Cop::Style::EmptyElse
- #no_acceptable_style! — RuboCop::Cop::ConfigurableEnforcedStyle
- #no_acceptable_style? — RuboCop::Cop::ConfigurableEnforcedStyle
- #no_base_message — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #no_definition_message — RuboCop::Cop::Naming::FileName
- #no_elements_on_same_line? — RuboCop::Cop::TrailingComma
- #no_mixed_keys_check — RuboCop::Cop::Style::HashSyntax
- #no_space — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #no_space_between? — RuboCop::Cop::SurroundingSpace
- #no_space_inside_left_brace — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #no_space_offenses — RuboCop::Cop::SurroundingSpace
- #no_surrounding_space? — RuboCop::Cop::Layout::SpaceAroundEqualsInParameterDefault
- #node_body — RuboCop::Cop::Style::CommandLiteral
- #node_body — RuboCop::Cop::Style::RegexpLiteral
- #node_handler_method_name — RuboCop::Cop::VariableForce
- #node_has_else_branch? — RuboCop::Cop::Metrics::Utils::AbcSizeCalculator
- #node_klass — RuboCop::AST::Builder
- #node_parts — RuboCop::AST::Node
- #node_parts — RuboCop::AST::DefNode
- #node_parts — RuboCop::AST::DefinedNode
- #node_parts — RuboCop::AST::IfNode
- #node_parts — RuboCop::AST::KeywordSplatNode
- #node_parts — RuboCop::AST::SuperNode
- #node_parts — RuboCop::AST::YieldNode
- #node_search — RuboCop::NodePattern::Macros
- #node_search_all — RuboCop::NodePattern::Macros
- #node_search_body — RuboCop::NodePattern::Macros
- #node_search_first — RuboCop::NodePattern::Macros
- #node_suffix? — RuboCop::Cop::InternalAffairs::NodeDestructuring
- #node_visibility — RuboCop::Cop::Layout::ClassStructure
- #node_within_block_or_conditional? — RuboCop::Cop::Lint::ShadowedArgument
- #nodoc — RuboCop::Cop::Style::Documentation
- #nodoc? — RuboCop::Cop::Style::Documentation
- #nodoc_comment? — RuboCop::Cop::Style::Documentation
- #non_alphanumeric_literal? — RuboCop::Cop::Lint::PercentSymbolArray
- #non_bare_access_modifier? — RuboCop::AST::MethodDispatchNode
- #non_comment_token_line_numbers — RuboCop::CommentConfig
- #non_complex_expression? — RuboCop::Cop::Style::TernaryParentheses
- #non_complex_send? — RuboCop::Cop::Style::TernaryParentheses
- #non_eligible_body? — RuboCop::Cop::StatementModifier
- #non_eligible_condition? — RuboCop::Cop::StatementModifier
- #non_eligible_if? — RuboCop::Cop::Style::IfUnlessModifier
- #non_eligible_node? — RuboCop::Cop::StatementModifier
- #non_equality_operator? — RuboCop::Cop::Style::YodaCondition
- #non_modifier_range — RuboCop::Cop::Style::InfiniteLoop
- #non_modifier_then? — RuboCop::Cop::Style::MultilineIfThen
- #non_public? — RuboCop::Cop::DefNode
- #non_void_context — RuboCop::Cop::Lint::ReturnInVoidContext
- #noncommutative_operator? — RuboCop::Cop::Style::YodaCondition
- #nonempty_line_count — RuboCop::AST::Node
- #not_for_this_cop? — RuboCop::Cop::MultilineExpressionIndentation
- #not_to_receiver — RuboCop::Cop::Style::InverseMethods
- #notice — RuboCop::Cop::Style::Copyright
- #notice_found? — RuboCop::Cop::Style::Copyright
- #num_offense — RuboCop::Cop::UncommunicativeName
- #numeric_type? — RuboCop::AST::Node
- #obsolete_cops — RuboCop::Config
- #obsolete_enforced_style — RuboCop::Config
- #obsolete_enforced_style_message — RuboCop::Config
- #obsolete_parameter_message — RuboCop::Config
- #obsolete_parameters — RuboCop::Config
- #octal_literal_type — RuboCop::Cop::Style::NumericLiteralPrefix
- #octal_zero_only? — RuboCop::Cop::Style::NumericLiteralPrefix
- #offending_empty_no_space? — RuboCop::Cop::SurroundingSpace
- #offending_empty_space? — RuboCop::Cop::SurroundingSpace
- #offending_node? — RuboCop::Cop::Lint::FormatParameterMismatch
- #offending_range — RuboCop::Cop::EachToForCorrector
- #offending_range — RuboCop::Cop::ForToEachCorrector
- #offending_range — RuboCop::Cop::InternalAffairs::RedundantLocationArgument
- #offending_range — RuboCop::Cop::InternalAffairs::RedundantMessageArgument
- #offending_range — RuboCop::Cop::Layout::IndentationWidth
- #offending_range — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #offending_range — RuboCop::Cop::Layout::MultilineOperationIndentation
- #offending_range — RuboCop::Cop::Style::MinMax
- #offending_selector? — RuboCop::Cop::Style::Lambda
- #offending_selector? — RuboCop::Cop::Style::PreferredHashMethods
- #offense — RuboCop::Cop::Layout::IndentationWidth
- #offense — RuboCop::Cop::Layout::SpaceAroundKeyword
- #offense — RuboCop::Cop::Layout::SpaceAroundOperators
- #offense — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #offense — RuboCop::Cop::Style::Encoding
- #offense — RuboCop::Cop::Style::FrozenStringLiteralComment
- #offense — RuboCop::Cop::Style::RedundantParentheses
- #offense? — RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- #offense? — RuboCop::Cop::Style::AccessModifierDeclarations
- #offense? — RuboCop::Cop::Style::CharacterLiteral
- #offense? — RuboCop::Cop::Style::IpAddresses
- #offense? — RuboCop::Cop::Style::LambdaCall
- #offense? — RuboCop::Cop::Style::RedundantConditional
- #offense? — RuboCop::Cop::Style::StringLiterals
- #offense? — RuboCop::Cop::Style::StringLiteralsInInterpolation
- #offense? — RuboCop::Cop::Style::TernaryParentheses
- #offense? — RuboCop::Cop::Style::UnneededCondition
- #offense_array_node? — RuboCop::Cop::Style::EmptyLiteral
- #offense_condition? — RuboCop::Cop::Style::FloatDivision
- #offense_detected — RuboCop::Cop::Layout::TrailingBlankLines
- #offense_hash_node? — RuboCop::Cop::Style::EmptyLiteral
- #offense_location — RuboCop::Cop::Layout::EmptyLineAfterGuardClause
- #offense_location — RuboCop::Cop::Style::Next
- #offense_message — RuboCop::Cop::Layout::EndOfLine
- #offense_message — RuboCop::Cop::Layout::SpaceAroundOperators
- #offense_node — RuboCop::Cop::Style::Next
- #offense_range — RuboCop::Cop::Lint::ShadowedException
- #offense_range — RuboCop::Cop::Naming::RescuedExceptionsVariableName
- #offenses — RuboCop::Cop::Team
- #offenses — RuboCop::Formatter::SimpleTextFormatter::Report
- #offensive? — RuboCop::Cop::Style::CommentedKeyword
- #offensive? — RuboCop::Cop::Style::Sample
- #offset — RuboCop::Cop::Alignment
- #offset — RuboCop::Cop::SpaceAfterPunctuation
- #old_identifier — RuboCop::AST::AliasNode
- #on_alias — RuboCop::Cop::Lint::DuplicateMethods
- #on_alias — RuboCop::Cop::Style::Alias
- #on_and — RuboCop::Cop::Layout::MultilineOperationIndentation
- #on_and — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_and — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_and — RuboCop::Cop::Style::AndOr
- #on_and — RuboCop::Cop::Style::SafeNavigation
- #on_and_asgn — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_and_asgn — RuboCop::Cop::Style::RedundantSelf
- #on_and_asgn — RuboCop::Cop::CheckAssignment
- #on_arg — RuboCop::Cop::Naming::VariableName
- #on_arg — RuboCop::Cop::Naming::VariableNumber
- #on_args — RuboCop::Cop::Metrics::ParameterLists
- #on_args — RuboCop::Cop::Style::OptionHash
- #on_args — RuboCop::Cop::Style::RedundantSelf
- #on_argument — RuboCop::Cop::Style::RedundantSelf
- #on_array — RuboCop::Cop::Layout::AlignArray
- #on_array — RuboCop::Cop::Layout::FirstArrayElementLineBreak
- #on_array — RuboCop::Cop::Layout::IndentFirstArrayElement
- #on_array — RuboCop::Cop::Layout::MultilineArrayBraceLayout
- #on_array — RuboCop::Cop::Layout::MultilineArrayLineBreaks
- #on_array — RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets
- #on_array — RuboCop::Cop::Layout::SpaceInsideArrayPercentLiteral
- #on_array — RuboCop::Cop::Layout::SpaceInsidePercentLiteralDelimiters
- #on_array — RuboCop::Cop::Lint::NestedPercentLiteral
- #on_array — RuboCop::Cop::Lint::PercentStringArray
- #on_array — RuboCop::Cop::Lint::PercentSymbolArray
- #on_array — RuboCop::Cop::Metrics::LineLength
- #on_array — RuboCop::Cop::Style::MinMax
- #on_array — RuboCop::Cop::Style::PercentLiteralDelimiters
- #on_array — RuboCop::Cop::Style::SymbolArray
- #on_array — RuboCop::Cop::Style::TrailingCommaInArrayLiteral
- #on_array — RuboCop::Cop::Style::UnneededCapitalW
- #on_array — RuboCop::Cop::Style::WordArray
- #on_assignment — RuboCop::Cop::Style::MutableConstant
- #on_attr — RuboCop::Cop::Lint::DuplicateMethods
- #on_begin — RuboCop::Cop::Layout::ClosingParenthesisIndentation
- #on_begin — RuboCop::Cop::Layout::EmptyLineBetweenDefs
- #on_begin — RuboCop::Cop::Layout::IndentationConsistency
- #on_begin — RuboCop::Cop::Lint::EmptyExpression
- #on_begin — RuboCop::Cop::Lint::UnreachableCode
- #on_begin — RuboCop::Cop::Lint::Void
- #on_begin — RuboCop::Cop::Style::RedundantParentheses
- #on_begin — RuboCop::Cop::Style::Semicolon
- #on_binary — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_block — RuboCop::Cop::Layout::AccessModifierIndentation
- #on_block — RuboCop::Cop::Layout::BlockAlignment
- #on_block — RuboCop::Cop::Layout::BlockEndNewline
- #on_block — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #on_block — RuboCop::Cop::Layout::EmptyLinesAroundBlockBody
- #on_block — RuboCop::Cop::Layout::IndentationWidth
- #on_block — RuboCop::Cop::Layout::MultilineBlockLayout
- #on_block — RuboCop::Cop::Layout::SpaceAroundBlockParameters
- #on_block — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_block — RuboCop::Cop::Layout::SpaceBeforeBlockBraces
- #on_block — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #on_block — RuboCop::Cop::Lint::NextWithoutAccumulator
- #on_block — RuboCop::Cop::Lint::RedundantWithIndex
- #on_block — RuboCop::Cop::Lint::RedundantWithObject
- #on_block — RuboCop::Cop::Lint::UselessAccessModifier
- #on_block — RuboCop::Cop::Lint::Void
- #on_block — RuboCop::Cop::Metrics::BlockLength
- #on_block — RuboCop::Cop::Metrics::MethodLength
- #on_block — RuboCop::Cop::Naming::UncommunicativeBlockParamName
- #on_block — RuboCop::Cop::Style::BlockDelimiters
- #on_block — RuboCop::Cop::Style::CollectionMethods
- #on_block — RuboCop::Cop::Style::EachForSimpleLoop
- #on_block — RuboCop::Cop::Style::EachWithObject
- #on_block — RuboCop::Cop::Style::EmptyBlockParameter
- #on_block — RuboCop::Cop::Style::EmptyLambdaParameter
- #on_block — RuboCop::Cop::Style::For
- #on_block — RuboCop::Cop::Style::InverseMethods
- #on_block — RuboCop::Cop::Style::Lambda
- #on_block — RuboCop::Cop::Style::MethodCalledOnDoEndBlock
- #on_block — RuboCop::Cop::Style::MultilineBlockChain
- #on_block — RuboCop::Cop::Style::Next
- #on_block — RuboCop::Cop::Style::Proc
- #on_block — RuboCop::Cop::Style::RedundantBegin
- #on_block — RuboCop::Cop::Style::RedundantSelf
- #on_block — RuboCop::Cop::Style::RedundantSortBy
- #on_block — RuboCop::Cop::Style::SingleLineBlockParams
- #on_block — RuboCop::Cop::Style::SymbolProc
- #on_block — RuboCop::AST::Traversal
- #on_block — RuboCop::Cop::MethodComplexity
- #on_blockarg — RuboCop::Cop::Naming::VariableName
- #on_blockarg — RuboCop::Cop::Style::RedundantSelf
- #on_break — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_case — RuboCop::Cop::Layout::CaseIndentation
- #on_case — RuboCop::Cop::Layout::ElseAlignment
- #on_case — RuboCop::Cop::Layout::EndAlignment
- #on_case — RuboCop::Cop::Layout::IndentationWidth
- #on_case — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_case — RuboCop::Cop::Lint::DuplicateCaseCondition
- #on_case — RuboCop::Cop::Lint::EmptyWhen
- #on_case — RuboCop::Cop::Lint::LiteralAsCondition
- #on_case — RuboCop::Cop::Style::ConditionalAssignment
- #on_case — RuboCop::Cop::Style::EmptyCaseCondition
- #on_case — RuboCop::Cop::Style::EmptyElse
- #on_case — RuboCop::Cop::Style::IdenticalConditionalBranches
- #on_case — RuboCop::Cop::Style::MissingElse
- #on_case — RuboCop::AST::Traversal
- #on_casgn — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_casgn — RuboCop::Cop::Metrics::ClassLength
- #on_casgn — RuboCop::Cop::Metrics::ModuleLength
- #on_casgn — RuboCop::Cop::Naming::ConstantName
- #on_casgn — RuboCop::Cop::Style::ConstantVisibility
- #on_casgn — RuboCop::Cop::Style::MutableConstant
- #on_casgn — RuboCop::AST::Traversal
- #on_casgn — RuboCop::Cop::CheckAssignment
- #on_class — RuboCop::Cop::Layout::AccessModifierIndentation
- #on_class — RuboCop::Cop::Layout::ClassStructure
- #on_class — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #on_class — RuboCop::Cop::Layout::EmptyLinesAroundClassBody
- #on_class — RuboCop::Cop::Layout::EndAlignment
- #on_class — RuboCop::Cop::Layout::IndentationWidth
- #on_class — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_class — RuboCop::Cop::Lint::IneffectiveAccessModifier
- #on_class — RuboCop::Cop::Lint::InheritException
- #on_class — RuboCop::Cop::Lint::UselessAccessModifier
- #on_class — RuboCop::Cop::Metrics::ClassLength
- #on_class — RuboCop::Cop::Naming::ClassAndModuleCamelCase
- #on_class — RuboCop::Cop::Style::ClassAndModuleChildren
- #on_class — RuboCop::Cop::Style::ClassMethods
- #on_class — RuboCop::Cop::Style::Documentation
- #on_class — RuboCop::Cop::Style::MixinGrouping
- #on_class — RuboCop::Cop::Style::StructInheritance
- #on_class — RuboCop::Cop::Style::TrailingBodyOnClass
- #on_class — RuboCop::AST::Traversal
- #on_class — RuboCop::Cop::EnforceSuperclass
- #on_conditionals — RuboCop::Cop::Style::AndOr
- #on_const — RuboCop::Cop::Gemspec::RubyVersionGlobalsUsage
- #on_const — RuboCop::Cop::Lint::UnifiedInteger
- #on_const — RuboCop::AST::Traversal
- #on_csend — RuboCop::Cop::Layout::AlignArguments
- #on_csend — RuboCop::Cop::Layout::ClosingParenthesisIndentation
- #on_csend — RuboCop::Cop::Layout::DotPosition
- #on_csend — RuboCop::Cop::Layout::EmptyLinesAroundArguments
- #on_csend — RuboCop::Cop::Layout::FirstMethodArgumentLineBreak
- #on_csend — RuboCop::Cop::Layout::IndentFirstArgument
- #on_csend — RuboCop::Cop::Layout::IndentFirstArrayElement
- #on_csend — RuboCop::Cop::Layout::IndentFirstHashElement
- #on_csend — RuboCop::Cop::Layout::IndentationWidth
- #on_csend — RuboCop::Cop::Layout::SpaceBeforeFirstArg
- #on_csend — RuboCop::Cop::Lint::AmbiguousBlockAssociation
- #on_csend — RuboCop::Cop::Lint::EachWithObjectArgument
- #on_csend — RuboCop::Cop::Lint::HeredocMethodCallPosition
- #on_csend — RuboCop::Cop::Lint::ParenthesesAsGroupedExpression
- #on_csend — RuboCop::Cop::Lint::RequireParentheses
- #on_csend — RuboCop::Cop::Lint::SafeNavigationConsistency
- #on_csend — RuboCop::Cop::Style::BracesAroundHashParameters
- #on_csend — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #on_csend — RuboCop::Cop::Style::MethodCalledOnDoEndBlock
- #on_csend — RuboCop::Cop::Style::NestedParenthesizedCalls
- #on_csend — RuboCop::Cop::Style::PreferredHashMethods
- #on_csend — RuboCop::Cop::Style::Send
- #on_csend — RuboCop::Cop::Style::StringMethods
- #on_csend — RuboCop::Cop::Style::TrailingCommaInArguments
- #on_csend — RuboCop::AST::Traversal
- #on_cvasgn — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_cvasgn — RuboCop::Cop::Naming::VariableName
- #on_cvasgn — RuboCop::Cop::Naming::VariableNumber
- #on_cvasgn — RuboCop::Cop::Style::ClassVars
- #on_cvasgn — RuboCop::Cop::Style::OrAssignment
- #on_cvasgn — RuboCop::Cop::Style::SelfAssignment
- #on_cvasgn — RuboCop::Cop::CheckAssignment
- #on_def — RuboCop::Cop::Layout::AlignParameters
- #on_def — RuboCop::Cop::Layout::ClosingParenthesisIndentation
- #on_def — RuboCop::Cop::Layout::DefEndAlignment
- #on_def — RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords
- #on_def — RuboCop::Cop::Layout::EmptyLinesAroundMethodBody
- #on_def — RuboCop::Cop::Layout::FirstMethodParameterLineBreak
- #on_def — RuboCop::Cop::Layout::IndentFirstParameter
- #on_def — RuboCop::Cop::Layout::IndentationWidth
- #on_def — RuboCop::Cop::Layout::MultilineMethodDefinitionBraceLayout
- #on_def — RuboCop::Cop::Layout::SpaceAfterMethodName
- #on_def — RuboCop::Cop::Lint::DisjunctiveAssignmentInConstructor
- #on_def — RuboCop::Cop::Lint::DuplicateMethods
- #on_def — RuboCop::Cop::Lint::NestedMethodDefinition
- #on_def — RuboCop::Cop::Lint::ToJSON
- #on_def — RuboCop::Cop::Lint::UselessSetterCall
- #on_def — RuboCop::Cop::Metrics::MethodLength
- #on_def — RuboCop::Cop::Naming::AccessorMethodName
- #on_def — RuboCop::Cop::Naming::BinaryOperatorParameterName
- #on_def — RuboCop::Cop::Naming::MemoizedInstanceVariableName
- #on_def — RuboCop::Cop::Naming::MethodName
- #on_def — RuboCop::Cop::Naming::PredicateName
- #on_def — RuboCop::Cop::Naming::UncommunicativeMethodParamName
- #on_def — RuboCop::Cop::Style::DefWithParentheses
- #on_def — RuboCop::Cop::Style::DocumentationMethod
- #on_def — RuboCop::Cop::Style::EmptyMethod
- #on_def — RuboCop::Cop::Style::GuardClause
- #on_def — RuboCop::Cop::Style::MethodDefParentheses
- #on_def — RuboCop::Cop::Style::MethodMissingSuper
- #on_def — RuboCop::Cop::Style::MissingRespondToMissing
- #on_def — RuboCop::Cop::Style::MultilineMethodSignature
- #on_def — RuboCop::Cop::Style::NonNilCheck
- #on_def — RuboCop::Cop::Style::OptionalArguments
- #on_def — RuboCop::Cop::Style::RedundantBegin
- #on_def — RuboCop::Cop::Style::RedundantReturn
- #on_def — RuboCop::Cop::Style::RedundantSelf
- #on_def — RuboCop::Cop::Style::SingleLineMethods
- #on_def — RuboCop::Cop::Style::TrailingBodyOnMethodDefinition
- #on_def — RuboCop::Cop::Style::TrailingMethodEndStatement
- #on_def — RuboCop::Cop::Style::TrivialAccessors
- #on_def — RuboCop::AST::Traversal
- #on_def — RuboCop::Cop::MethodComplexity
- #on_defined? — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_defs — RuboCop::Cop::Layout::AlignParameters
- #on_defs — RuboCop::Cop::Layout::ClosingParenthesisIndentation
- #on_defs — RuboCop::Cop::Layout::DefEndAlignment
- #on_defs — RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords
- #on_defs — RuboCop::Cop::Layout::EmptyLinesAroundMethodBody
- #on_defs — RuboCop::Cop::Layout::FirstMethodParameterLineBreak
- #on_defs — RuboCop::Cop::Layout::IndentFirstParameter
- #on_defs — RuboCop::Cop::Layout::IndentationWidth
- #on_defs — RuboCop::Cop::Layout::MultilineMethodDefinitionBraceLayout
- #on_defs — RuboCop::Cop::Layout::SpaceAfterMethodName
- #on_defs — RuboCop::Cop::Lint::DuplicateMethods
- #on_defs — RuboCop::Cop::Lint::NestedMethodDefinition
- #on_defs — RuboCop::Cop::Lint::UselessSetterCall
- #on_defs — RuboCop::Cop::Metrics::MethodLength
- #on_defs — RuboCop::Cop::Naming::AccessorMethodName
- #on_defs — RuboCop::Cop::Naming::MemoizedInstanceVariableName
- #on_defs — RuboCop::Cop::Naming::MethodName
- #on_defs — RuboCop::Cop::Naming::PredicateName
- #on_defs — RuboCop::Cop::Naming::UncommunicativeMethodParamName
- #on_defs — RuboCop::Cop::Style::ColonMethodDefinition
- #on_defs — RuboCop::Cop::Style::DefWithParentheses
- #on_defs — RuboCop::Cop::Style::DocumentationMethod
- #on_defs — RuboCop::Cop::Style::EmptyMethod
- #on_defs — RuboCop::Cop::Style::GuardClause
- #on_defs — RuboCop::Cop::Style::MethodDefParentheses
- #on_defs — RuboCop::Cop::Style::MethodMissingSuper
- #on_defs — RuboCop::Cop::Style::MissingRespondToMissing
- #on_defs — RuboCop::Cop::Style::MultilineMethodSignature
- #on_defs — RuboCop::Cop::Style::NonNilCheck
- #on_defs — RuboCop::Cop::Style::RedundantBegin
- #on_defs — RuboCop::Cop::Style::RedundantReturn
- #on_defs — RuboCop::Cop::Style::RedundantSelf
- #on_defs — RuboCop::Cop::Style::SingleLineMethods
- #on_defs — RuboCop::Cop::Style::TrailingBodyOnMethodDefinition
- #on_defs — RuboCop::Cop::Style::TrivialAccessors
- #on_defs — RuboCop::AST::Traversal
- #on_defs — RuboCop::Cop::MethodComplexity
- #on_dstr — RuboCop::Cop::Layout::SpaceInsideStringInterpolation
- #on_dstr — RuboCop::Cop::Lint::EmptyInterpolation
- #on_dstr — RuboCop::Cop::Lint::ImplicitStringConcatenation
- #on_dstr — RuboCop::Cop::Lint::LiteralInInterpolation
- #on_dstr — RuboCop::Cop::Lint::StringConversionInInterpolation
- #on_dstr — RuboCop::Cop::Style::BarePercentLiterals
- #on_dstr — RuboCop::Cop::Style::PercentLiteralDelimiters
- #on_dstr — RuboCop::Cop::Style::StringLiterals
- #on_dstr — RuboCop::Cop::Style::UnneededInterpolation
- #on_dstr — RuboCop::Cop::Style::UnneededPercentQ
- #on_dstr — RuboCop::Cop::Style::VariableInterpolation
- #on_dstr — RuboCop::Cop::Heredoc
- #on_eflipflop — RuboCop::Cop::Lint::FlipFlop
- #on_ensure — RuboCop::Cop::Layout::IndentationWidth
- #on_ensure — RuboCop::Cop::Layout::RescueEnsureAlignment
- #on_ensure — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_ensure — RuboCop::Cop::Lint::EmptyEnsure
- #on_ensure — RuboCop::Cop::Lint::EnsureReturn
- #on_ensure — RuboCop::AST::Traversal
- #on_erange — RuboCop::Cop::Layout::SpaceInsideRangeLiteral
- #on_erange — RuboCop::AST::Traversal
- #on_float — RuboCop::Cop::Lint::FloatOutOfRange
- #on_float — RuboCop::Cop::Style::NumericLiterals
- #on_for — RuboCop::Cop::Layout::IndentationWidth
- #on_for — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_for — RuboCop::Cop::Style::For
- #on_for — RuboCop::Cop::Style::Next
- #on_for — RuboCop::AST::Traversal
- #on_gvar — RuboCop::Cop::Style::GlobalVars
- #on_gvar — RuboCop::Cop::Style::SpecialGlobalVars
- #on_gvasgn — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_gvasgn — RuboCop::Cop::Style::GlobalVars
- #on_gvasgn — RuboCop::Cop::Style::OrAssignment
- #on_gvasgn — RuboCop::Cop::CheckAssignment
- #on_hash — RuboCop::Cop::Layout::AlignHash
- #on_hash — RuboCop::Cop::Layout::FirstHashElementLineBreak
- #on_hash — RuboCop::Cop::Layout::IndentFirstHashElement
- #on_hash — RuboCop::Cop::Layout::MultilineHashBraceLayout
- #on_hash — RuboCop::Cop::Layout::MultilineHashKeyLineBreaks
- #on_hash — RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- #on_hash — RuboCop::Cop::Lint::DuplicatedKey
- #on_hash — RuboCop::Cop::Metrics::LineLength
- #on_hash — RuboCop::Cop::Style::HashSyntax
- #on_hash — RuboCop::Cop::Style::TrailingCommaInHashLiteral
- #on_heredoc — RuboCop::Cop::Layout::ClosingHeredocIndentation
- #on_heredoc — RuboCop::Cop::Layout::IndentHeredoc
- #on_heredoc — RuboCop::Cop::Naming::HeredocDelimiterCase
- #on_heredoc — RuboCop::Cop::Naming::HeredocDelimiterNaming
- #on_heredoc — RuboCop::Cop::Heredoc
- #on_if — RuboCop::Cop::Layout::ConditionPosition
- #on_if — RuboCop::Cop::Layout::ElseAlignment
- #on_if — RuboCop::Cop::Layout::EmptyLineAfterGuardClause
- #on_if — RuboCop::Cop::Layout::EndAlignment
- #on_if — RuboCop::Cop::Layout::IndentationWidth
- #on_if — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_if — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_if — RuboCop::Cop::Lint::AssignmentInCondition
- #on_if — RuboCop::Cop::Lint::ElseLayout
- #on_if — RuboCop::Cop::Lint::LiteralAsCondition
- #on_if — RuboCop::Cop::Lint::SafeNavigationWithEmpty
- #on_if — RuboCop::Cop::Style::AndOr
- #on_if — RuboCop::Cop::Style::ConditionalAssignment
- #on_if — RuboCop::Cop::Style::GuardClause
- #on_if — RuboCop::Cop::Style::IdenticalConditionalBranches
- #on_if — RuboCop::Cop::Style::IfInsideElse
- #on_if — RuboCop::Cop::Style::IfUnlessModifier
- #on_if — RuboCop::Cop::Style::IfUnlessModifierOfIfUnless
- #on_if — RuboCop::Cop::Style::MultilineIfModifier
- #on_if — RuboCop::Cop::Style::MultilineTernaryOperator
- #on_if — RuboCop::Cop::Style::NegatedIf
- #on_if — RuboCop::Cop::Style::NegatedUnless
- #on_if — RuboCop::Cop::Style::NestedModifier
- #on_if — RuboCop::Cop::Style::NestedTernaryOperator
- #on_if — RuboCop::Cop::Style::OrAssignment
- #on_if — RuboCop::Cop::Style::ParenthesesAroundCondition
- #on_if — RuboCop::Cop::Style::RedundantConditional
- #on_if — RuboCop::Cop::Style::SafeNavigation
- #on_if — RuboCop::Cop::Style::TernaryParentheses
- #on_if — RuboCop::Cop::Style::UnlessElse
- #on_if — RuboCop::Cop::Style::UnneededCondition
- #on_if — RuboCop::AST::Traversal
- #on_if — RuboCop::Cop::OnNormalIfUnless
- #on_iflipflop — RuboCop::Cop::Lint::FlipFlop
- #on_int — RuboCop::Cop::Style::NumericLiteralPrefix
- #on_int — RuboCop::Cop::Style::NumericLiterals
- #on_irange — RuboCop::Cop::Layout::SpaceInsideRangeLiteral
- #on_irange — RuboCop::AST::Traversal
- #on_ivasgn — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_ivasgn — RuboCop::Cop::Naming::VariableName
- #on_ivasgn — RuboCop::Cop::Naming::VariableNumber
- #on_ivasgn — RuboCop::Cop::Style::OrAssignment
- #on_ivasgn — RuboCop::Cop::Style::SelfAssignment
- #on_ivasgn — RuboCop::Cop::CheckAssignment
- #on_kwarg — RuboCop::Cop::Naming::VariableName
- #on_kwbegin — RuboCop::Cop::Layout::EmptyLinesAroundBeginBody
- #on_kwbegin — RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords
- #on_kwbegin — RuboCop::Cop::Layout::IndentationConsistency
- #on_kwbegin — RuboCop::Cop::Layout::IndentationWidth
- #on_kwbegin — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_kwbegin — RuboCop::Cop::Lint::UnreachableCode
- #on_kwbegin — RuboCop::Cop::Lint::Void
- #on_kwoptarg — RuboCop::Cop::Layout::SpaceAfterColon
- #on_kwoptarg — RuboCop::Cop::Lint::CircularArgumentReference
- #on_kwoptarg — RuboCop::Cop::Naming::VariableName
- #on_kwrestarg — RuboCop::Cop::Naming::VariableName
- #on_lvasgn — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_lvasgn — RuboCop::Cop::Naming::VariableName
- #on_lvasgn — RuboCop::Cop::Naming::VariableNumber
- #on_lvasgn — RuboCop::Cop::Style::OrAssignment
- #on_lvasgn — RuboCop::Cop::Style::RedundantSelf
- #on_lvasgn — RuboCop::Cop::Style::SelfAssignment
- #on_lvasgn — RuboCop::Cop::CheckAssignment
- #on_masgn — RuboCop::Cop::InternalAffairs::NodeDestructuring
- #on_masgn — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_masgn — RuboCop::Cop::Style::ParallelAssignment
- #on_masgn — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #on_masgn — RuboCop::Cop::CheckAssignment
- #on_match_current_line — RuboCop::Cop::Lint::RegexpAsCondition
- #on_method_def — RuboCop::Cop::Style::TrivialAccessors
- #on_module — RuboCop::Cop::Layout::AccessModifierIndentation
- #on_module — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #on_module — RuboCop::Cop::Layout::EmptyLinesAroundModuleBody
- #on_module — RuboCop::Cop::Layout::EndAlignment
- #on_module — RuboCop::Cop::Layout::IndentationWidth
- #on_module — RuboCop::Cop::Lint::IneffectiveAccessModifier
- #on_module — RuboCop::Cop::Lint::UselessAccessModifier
- #on_module — RuboCop::Cop::Metrics::ModuleLength
- #on_module — RuboCop::Cop::Naming::ClassAndModuleCamelCase
- #on_module — RuboCop::Cop::Style::ClassAndModuleChildren
- #on_module — RuboCop::Cop::Style::ClassMethods
- #on_module — RuboCop::Cop::Style::Documentation
- #on_module — RuboCop::Cop::Style::MixinGrouping
- #on_module — RuboCop::Cop::Style::ModuleFunction
- #on_module — RuboCop::Cop::Style::TrailingBodyOnModule
- #on_module — RuboCop::AST::Traversal
- #on_next — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_node — RuboCop::Cop::Util
- #on_normal_if_unless — RuboCop::Cop::Style::EmptyElse
- #on_normal_if_unless — RuboCop::Cop::Style::IfWithSemicolon
- #on_normal_if_unless — RuboCop::Cop::Style::MissingElse
- #on_normal_if_unless — RuboCop::Cop::Style::MultilineIfThen
- #on_normal_if_unless — RuboCop::Cop::Style::OneLineConditional
- #on_nth_ref — RuboCop::Cop::Style::PerlBackrefs
- #on_op_asgn — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_op_asgn — RuboCop::Cop::Style::RedundantSelf
- #on_op_asgn — RuboCop::AST::Traversal
- #on_op_asgn — RuboCop::Cop::CheckAssignment
- #on_optarg — RuboCop::Cop::Layout::SpaceAroundEqualsInParameterDefault
- #on_optarg — RuboCop::Cop::Lint::CircularArgumentReference
- #on_optarg — RuboCop::Cop::Naming::VariableName
- #on_or — RuboCop::Cop::Layout::MultilineOperationIndentation
- #on_or — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_or — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_or — RuboCop::Cop::Style::AndOr
- #on_or — RuboCop::Cop::Style::MultipleComparison
- #on_or_asgn — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_or_asgn — RuboCop::Cop::Style::MultilineMemoization
- #on_or_asgn — RuboCop::Cop::Style::MutableConstant
- #on_or_asgn — RuboCop::Cop::Style::RedundantSelf
- #on_or_asgn — RuboCop::Cop::CheckAssignment
- #on_pair — RuboCop::Cop::Layout::SpaceAfterColon
- #on_pair — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_pair — RuboCop::Cop::Style::StringHashKeys
- #on_percent_literal — RuboCop::Cop::Layout::SpaceInsideArrayPercentLiteral
- #on_percent_literal — RuboCop::Cop::Layout::SpaceInsidePercentLiteralDelimiters
- #on_percent_literal — RuboCop::Cop::Lint::NestedPercentLiteral
- #on_percent_literal — RuboCop::Cop::Lint::PercentStringArray
- #on_percent_literal — RuboCop::Cop::Lint::PercentSymbolArray
- #on_percent_literal — RuboCop::Cop::Style::PercentLiteralDelimiters
- #on_percent_literal — RuboCop::Cop::Style::PercentQLiterals
- #on_percent_literal — RuboCop::Cop::Style::UnneededCapitalW
- #on_postexe — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_postexe — RuboCop::Cop::Lint::EndInMethod
- #on_postexe — RuboCop::Cop::Style::EndBlock
- #on_potential_breakable_node — RuboCop::Cop::Metrics::LineLength
- #on_preexe — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_preexe — RuboCop::Cop::Style::BeginBlock
- #on_regexp — RuboCop::Cop::Style::PercentLiteralDelimiters
- #on_regexp — RuboCop::Cop::Style::RegexpLiteral
- #on_regexp — RuboCop::Cop::Style::VariableInterpolation
- #on_regexp — RuboCop::Cop::StringHelp
- #on_resbody — RuboCop::Cop::Layout::IndentationWidth
- #on_resbody — RuboCop::Cop::Layout::RescueEnsureAlignment
- #on_resbody — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_resbody — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_resbody — RuboCop::Cop::Lint::HandleExceptions
- #on_resbody — RuboCop::Cop::Lint::RescueException
- #on_resbody — RuboCop::Cop::Lint::RescueType
- #on_resbody — RuboCop::Cop::Naming::RescuedExceptionsVariableName
- #on_resbody — RuboCop::Cop::Style::RescueModifier
- #on_resbody — RuboCop::Cop::Style::RescueStandardError
- #on_resbody — RuboCop::AST::Traversal
- #on_rescue — RuboCop::Cop::Layout::ElseAlignment
- #on_rescue — RuboCop::Cop::Layout::IndentationWidth
- #on_rescue — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_rescue — RuboCop::Cop::Lint::ShadowedException
- #on_rescue — RuboCop::Cop::Style::SignalException
- #on_rescue — RuboCop::AST::Traversal
- #on_restarg — RuboCop::Cop::Naming::VariableName
- #on_return — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_return — RuboCop::Cop::Lint::NonLocalExitFromIterator
- #on_return — RuboCop::Cop::Lint::ReturnInVoidContext
- #on_return — RuboCop::Cop::Style::MinMax
- #on_return — RuboCop::Cop::Style::ReturnNil
- #on_same_line? — RuboCop::Cop::TrailingComma
- #on_sclass — RuboCop::Cop::Layout::AccessModifierIndentation
- #on_sclass — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #on_sclass — RuboCop::Cop::Layout::EmptyLinesAroundClassBody
- #on_sclass — RuboCop::Cop::Layout::IndentationWidth
- #on_sclass — RuboCop::Cop::Lint::UselessAccessModifier
- #on_sclass — RuboCop::AST::Traversal
- #on_send — RuboCop::Cop::Bundler::GemComment
- #on_send — RuboCop::Cop::Bundler::InsecureProtocolSource
- #on_send — RuboCop::Cop::InternalAffairs::NodeTypePredicate
- #on_send — RuboCop::Cop::InternalAffairs::OffenseLocationKeyword
- #on_send — RuboCop::Cop::InternalAffairs::RedundantLocationArgument
- #on_send — RuboCop::Cop::InternalAffairs::RedundantMessageArgument
- #on_send — RuboCop::Cop::Layout::AlignArguments
- #on_send — RuboCop::Cop::Layout::AlignHash
- #on_send — RuboCop::Cop::Layout::ClosingParenthesisIndentation
- #on_send — RuboCop::Cop::Layout::DefEndAlignment
- #on_send — RuboCop::Cop::Layout::DotPosition
- #on_send — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #on_send — RuboCop::Cop::Layout::EmptyLinesAroundArguments
- #on_send — RuboCop::Cop::Layout::FirstMethodArgumentLineBreak
- #on_send — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #on_send — RuboCop::Cop::Layout::IndentFirstArgument
- #on_send — RuboCop::Cop::Layout::IndentFirstArrayElement
- #on_send — RuboCop::Cop::Layout::IndentFirstHashElement
- #on_send — RuboCop::Cop::Layout::IndentationWidth
- #on_send — RuboCop::Cop::Layout::MultilineMethodArgumentLineBreaks
- #on_send — RuboCop::Cop::Layout::MultilineMethodCallBraceLayout
- #on_send — RuboCop::Cop::Layout::SpaceAfterNot
- #on_send — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_send — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_send — RuboCop::Cop::Layout::SpaceBeforeFirstArg
- #on_send — RuboCop::Cop::Layout::SpaceInLambdaLiteral
- #on_send — RuboCop::Cop::Layout::SpaceInsideReferenceBrackets
- #on_send — RuboCop::Cop::Lint::AmbiguousBlockAssociation
- #on_send — RuboCop::Cop::Lint::BigDecimalNew
- #on_send — RuboCop::Cop::Lint::Debugger
- #on_send — RuboCop::Cop::Lint::DeprecatedClassMethods
- #on_send — RuboCop::Cop::Lint::DuplicateMethods
- #on_send — RuboCop::Cop::Lint::EachWithObjectArgument
- #on_send — RuboCop::Cop::Lint::ErbNewArguments
- #on_send — RuboCop::Cop::Lint::FormatParameterMismatch
- #on_send — RuboCop::Cop::Lint::HeredocMethodCallPosition
- #on_send — RuboCop::Cop::Lint::InheritException
- #on_send — RuboCop::Cop::Lint::LiteralAsCondition
- #on_send — RuboCop::Cop::Lint::MultipleCompare
- #on_send — RuboCop::Cop::Lint::NumberConversion
- #on_send — RuboCop::Cop::Lint::ParenthesesAsGroupedExpression
- #on_send — RuboCop::Cop::Lint::RandOne
- #on_send — RuboCop::Cop::Lint::RequireParentheses
- #on_send — RuboCop::Cop::Lint::SafeNavigationChain
- #on_send — RuboCop::Cop::Lint::UnneededRequireStatement
- #on_send — RuboCop::Cop::Lint::UriEscapeUnescape
- #on_send — RuboCop::Cop::Lint::UriRegexp
- #on_send — RuboCop::Cop::Lint::UselessComparison
- #on_send — RuboCop::Cop::Metrics::LineLength
- #on_send — RuboCop::Cop::Naming::PredicateName
- #on_send — RuboCop::Cop::Security::Eval
- #on_send — RuboCop::Cop::Security::JSONLoad
- #on_send — RuboCop::Cop::Security::MarshalLoad
- #on_send — RuboCop::Cop::Security::Open
- #on_send — RuboCop::Cop::Security::YAMLLoad
- #on_send — RuboCop::Cop::Style::AccessModifierDeclarations
- #on_send — RuboCop::Cop::Style::Alias
- #on_send — RuboCop::Cop::Style::ArrayJoin
- #on_send — RuboCop::Cop::Style::Attr
- #on_send — RuboCop::Cop::Style::AutoResourceCleanup
- #on_send — RuboCop::Cop::Style::BlockDelimiters
- #on_send — RuboCop::Cop::Style::BracesAroundHashParameters
- #on_send — RuboCop::Cop::Style::CaseEquality
- #on_send — RuboCop::Cop::Style::ClassCheck
- #on_send — RuboCop::Cop::Style::CollectionMethods
- #on_send — RuboCop::Cop::Style::ColonMethodCall
- #on_send — RuboCop::Cop::Style::ConditionalAssignment
- #on_send — RuboCop::Cop::Style::DateTime
- #on_send — RuboCop::Cop::Style::Dir
- #on_send — RuboCop::Cop::Style::DoubleNegation
- #on_send — RuboCop::Cop::Style::EmptyLiteral
- #on_send — RuboCop::Cop::Style::EvalWithLocation
- #on_send — RuboCop::Cop::Style::EvenOdd
- #on_send — RuboCop::Cop::Style::ExpandPathArguments
- #on_send — RuboCop::Cop::Style::FloatDivision
- #on_send — RuboCop::Cop::Style::FormatString
- #on_send — RuboCop::Cop::Style::ImplicitRuntimeError
- #on_send — RuboCop::Cop::Style::InverseMethods
- #on_send — RuboCop::Cop::Style::LambdaCall
- #on_send — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #on_send — RuboCop::Cop::Style::MethodCallWithoutArgsParentheses
- #on_send — RuboCop::Cop::Style::MethodCalledOnDoEndBlock
- #on_send — RuboCop::Cop::Style::MixinUsage
- #on_send — RuboCop::Cop::Style::NestedParenthesizedCalls
- #on_send — RuboCop::Cop::Style::NilComparison
- #on_send — RuboCop::Cop::Style::NonNilCheck
- #on_send — RuboCop::Cop::Style::Not
- #on_send — RuboCop::Cop::Style::NumericPredicate
- #on_send — RuboCop::Cop::Style::PreferredHashMethods
- #on_send — RuboCop::Cop::Style::RaiseArgs
- #on_send — RuboCop::Cop::Style::RandomWithOffset
- #on_send — RuboCop::Cop::Style::RedundantException
- #on_send — RuboCop::Cop::Style::RedundantFreeze
- #on_send — RuboCop::Cop::Style::RedundantSelf
- #on_send — RuboCop::Cop::Style::Sample
- #on_send — RuboCop::Cop::Style::Send
- #on_send — RuboCop::Cop::Style::SignalException
- #on_send — RuboCop::Cop::Style::StabbyLambdaParentheses
- #on_send — RuboCop::Cop::Style::StderrPuts
- #on_send — RuboCop::Cop::Style::StringMethods
- #on_send — RuboCop::Cop::Style::Strip
- #on_send — RuboCop::Cop::Style::TrailingCommaInArguments
- #on_send — RuboCop::Cop::Style::UnneededSort
- #on_send — RuboCop::Cop::Style::UnpackFirst
- #on_send — RuboCop::Cop::Style::YodaCondition
- #on_send — RuboCop::Cop::Style::ZeroLengthPredicate
- #on_send — RuboCop::AST::Traversal
- #on_send — RuboCop::Cop::CheckAssignment
- #on_send — RuboCop::Cop::EnforceSuperclass
- #on_send — RuboCop::Cop::MultilineExpressionIndentation
- #on_special_asgn — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_splat — RuboCop::Cop::Lint::UnneededSplatExpansion
- #on_str — RuboCop::Cop::Lint::InterpolationCheck
- #on_str — RuboCop::Cop::Style::BarePercentLiterals
- #on_str — RuboCop::Cop::Style::FormatStringToken
- #on_str — RuboCop::Cop::Style::PercentLiteralDelimiters
- #on_str — RuboCop::Cop::Style::PercentQLiterals
- #on_str — RuboCop::Cop::Style::UnneededPercentQ
- #on_str — RuboCop::Cop::Heredoc
- #on_str — RuboCop::Cop::StringHelp
- #on_super — RuboCop::Cop::Layout::AlignHash
- #on_super — RuboCop::Cop::Layout::FirstMethodArgumentLineBreak
- #on_super — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_super — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #on_sym — RuboCop::Cop::Lint::BooleanSymbol
- #on_sym — RuboCop::Cop::Style::PercentLiteralDelimiters
- #on_sym — RuboCop::Cop::Style::SymbolLiteral
- #on_until — RuboCop::Cop::Layout::ConditionPosition
- #on_until — RuboCop::Cop::Layout::EndAlignment
- #on_until — RuboCop::Cop::Layout::IndentationWidth
- #on_until — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_until — RuboCop::Cop::Lint::AssignmentInCondition
- #on_until — RuboCop::Cop::Lint::LiteralAsCondition
- #on_until — RuboCop::Cop::Style::AndOr
- #on_until — RuboCop::Cop::Style::InfiniteLoop
- #on_until — RuboCop::Cop::Style::NegatedWhile
- #on_until — RuboCop::Cop::Style::NestedModifier
- #on_until — RuboCop::Cop::Style::Next
- #on_until — RuboCop::Cop::Style::ParenthesesAroundCondition
- #on_until — RuboCop::Cop::Style::WhileUntilDo
- #on_until — RuboCop::Cop::Style::WhileUntilModifier
- #on_until — RuboCop::AST::Traversal
- #on_until_post — RuboCop::Cop::Lint::LiteralAsCondition
- #on_until_post — RuboCop::Cop::Lint::Loop
- #on_until_post — RuboCop::Cop::Style::AndOr
- #on_until_post — RuboCop::Cop::Style::InfiniteLoop
- #on_when — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_when — RuboCop::Cop::Style::WhenThen
- #on_when — RuboCop::AST::Traversal
- #on_while — RuboCop::Cop::Layout::ConditionPosition
- #on_while — RuboCop::Cop::Layout::EndAlignment
- #on_while — RuboCop::Cop::Layout::IndentationWidth
- #on_while — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_while — RuboCop::Cop::Lint::AssignmentInCondition
- #on_while — RuboCop::Cop::Lint::LiteralAsCondition
- #on_while — RuboCop::Cop::Style::AndOr
- #on_while — RuboCop::Cop::Style::InfiniteLoop
- #on_while — RuboCop::Cop::Style::NegatedWhile
- #on_while — RuboCop::Cop::Style::NestedModifier
- #on_while — RuboCop::Cop::Style::Next
- #on_while — RuboCop::Cop::Style::ParenthesesAroundCondition
- #on_while — RuboCop::Cop::Style::WhileUntilDo
- #on_while — RuboCop::Cop::Style::WhileUntilModifier
- #on_while — RuboCop::AST::Traversal
- #on_while_post — RuboCop::Cop::Lint::LiteralAsCondition
- #on_while_post — RuboCop::Cop::Lint::Loop
- #on_while_post — RuboCop::Cop::Style::AndOr
- #on_while_post — RuboCop::Cop::Style::InfiniteLoop
- #on_with_lineno — RuboCop::Cop::Style::EvalWithLocation
- #on_xstr — RuboCop::Cop::Layout::SpaceInsidePercentLiteralDelimiters
- #on_xstr — RuboCop::Cop::Style::CommandLiteral
- #on_xstr — RuboCop::Cop::Style::PercentLiteralDelimiters
- #on_xstr — RuboCop::Cop::Style::VariableInterpolation
- #on_xstr — RuboCop::Cop::Heredoc
- #on_yield — RuboCop::Cop::Layout::AlignHash
- #on_yield — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_yield — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #on_zsuper — RuboCop::Cop::Layout::SpaceAroundKeyword
- #one_child? — RuboCop::Cop::Style::ClassAndModuleChildren
- #only_allowed_non_ascii_chars? — RuboCop::Cop::Style::AsciiComments
- #only_begin_arg? — RuboCop::Cop::Style::RedundantParentheses
- #only_closing_paren_before_comma? — RuboCop::Cop::Style::RedundantParentheses
- #only_includes_unneeded_disable? — RuboCop::OptionsValidator
- #op_method? — RuboCop::Cop::Naming::BinaryOperatorParameterName
- #opening_brace_on_same_line? — RuboCop::Cop::MultilineLiteralBraceLayout
- #opening_delimiter — RuboCop::AST::BlockNode
- #opening_indentation — RuboCop::Cop::Layout::ClosingHeredocIndentation
- #opening_line — RuboCop::Cop::Style::MultilineMethodSignature
- #operation_description — RuboCop::Cop::MultilineExpressionIndentation
- #operation_rhs — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #operator — RuboCop::AST::KeywordSplatNode
- #operator — RuboCop::Cop::VariableForce::Assignment
- #operator — RuboCop::AST::PredicateOperatorNode
- #operator_assignment? — RuboCop::Cop::VariableForce::Assignment
- #operator_assignment_message — RuboCop::Cop::Lint::UselessAssignment
- #operator_assignment_node — RuboCop::Cop::VariableForce::Assignment
- #operator_keyword? — RuboCop::AST::Node
- #operator_method? — RuboCop::AST::MethodIdentifierPredicates
- #operator_rhs? — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #operator_with_regular_syntax? — RuboCop::Cop::Layout::SpaceAroundOperators
- #opposite_method? — RuboCop::Cop::Style::Not
- #opposite_style_detected — RuboCop::Cop::Style::CharacterLiteral
- #opposite_style_detected — RuboCop::Cop::Style::IpAddresses
- #opposite_style_detected — RuboCop::Cop::ConfigurableEnforcedStyle
- #option — RuboCop::Options
- #options_config= — RuboCop::ConfigStore
- #ordered_offense_counts — RuboCop::Formatter::OffenseCountFormatter
- #ordered_offense_counts — RuboCop::Formatter::WorstOffendersFormatter
- #other_message — RuboCop::Cop::Naming::FileName
- #other_offense_in_same_range? — RuboCop::Cop::Layout::IndentationWidth
- #other_stdlib_methods — RuboCop::Cop::NilMethods
- #outer_lines — RuboCop::Cop::Layout::EmptyLinesAroundArguments
- #outermost_send_on_same_line — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #output_cop — RuboCop::Formatter::DisabledConfigFormatter
- #output_cop_comments — RuboCop::Formatter::DisabledConfigFormatter
- #output_cop_config — RuboCop::Formatter::DisabledConfigFormatter
- #output_cop_param_comments — RuboCop::Formatter::DisabledConfigFormatter
- #output_exclude_list — RuboCop::Formatter::DisabledConfigFormatter
- #output_exclude_path — RuboCop::Formatter::DisabledConfigFormatter
- #output_offending_files — RuboCop::Formatter::DisabledConfigFormatter
- #output_offenses — RuboCop::Formatter::DisabledConfigFormatter
- #own_line_comment? — RuboCop::Cop::Layout::CommentIndentation
- #pairs — RuboCop::AST::HashNode
- #pairs_on_same_line? — RuboCop::AST::HashNode
- #parens? — RuboCop::Cop::Layout::SpaceInsideParens
- #parens_allowed? — RuboCop::Cop::Style::ParenthesesAroundCondition
- #parens_allowed? — RuboCop::Cop::Style::RedundantParentheses
- #parens_required? — RuboCop::Cop::Parentheses
- #parent — RuboCop::AST::Node
- #parent= — RuboCop::AST::Node
- #parent_block_node — RuboCop::Cop::Lint::NextWithoutAccumulator
- #parent_class — RuboCop::AST::ClassNode
- #parent_module_name — RuboCop::AST::Node
- #parent_module_name_for_block — RuboCop::AST::Node
- #parent_module_name_for_sclass — RuboCop::AST::Node
- #parent_module_name_part — RuboCop::AST::Node
- #parent_path — RuboCop::Cop::Style::ExpandPathArguments
- #parentheses? — RuboCop::Cop::Style::StabbyLambdaParentheses
- #parentheses? — RuboCop::Cop::Util
- #parentheses_at_the_end_of_multiline_call? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #parenthesize? — RuboCop::Cop::Style::IfUnlessModifier
- #parenthesized? — RuboCop::Cop::Style::TernaryParentheses
- #parenthesized? — RuboCop::AST::ParameterizedNode
- #parenthesized_call? — RuboCop::AST::Node
- #parenthesized_source — RuboCop::Cop::Style::NumericPredicate
- #parse — RuboCop::Cop::Cop
- #parse — RuboCop::Options
- #parse — RuboCop::ProcessedSource
- #parse_repetition_token — RuboCop::NodePattern::Compiler
- #parse_source — CopHelper
- #parser_class — RuboCop::ProcessedSource
- #part_of_an_array? — RuboCop::Cop::Lint::UnneededSplatExpansion
- #part_of_assignment_rhs — RuboCop::Cop::MultilineExpressionIndentation
- #part_of_block_body? — RuboCop::Cop::MultilineExpressionIndentation
- #part_of_ignored_node? — RuboCop::Cop::IgnoredNode
- #partial_matcher! — RuboCop::Cop::Naming::FileName
- #parts — RuboCop::Cop::Style::BlockComments
- #path_relative_to_config — RuboCop::Config
- #patterns_to_exclude — RuboCop::Config
- #patterns_to_include — RuboCop::Config
- #percent? — RuboCop::Cop::Lint::FormatParameterMismatch
- #percent_literal? — RuboCop::AST::ArrayNode
- #percent_literal? — RuboCop::Cop::PercentLiteral
- #pipe? — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #pipes — RuboCop::Cop::Layout::SpaceAroundBlockParameters
- #pipes? — RuboCop::Cop::Layout::SpaceAroundBlockParameters
- #placeholder_argument? — RuboCop::Cop::Style::FormatStringToken
- #plain_source — RuboCop::RSpec::ExpectOffense::AnnotatedSource
- #pluralize — RuboCop::Formatter::TextUtil
- #pop_scope — RuboCop::Cop::VariableForce::VariableTable
- #possible_class_hierarchy_check? — RuboCop::Cop::Style::InverseMethods
- #possible_dsl? — RuboCop::Cop::Lint::DuplicateMethods
- #possible_ellipses — RuboCop::Formatter::HTMLFormatter::ERBContext
- #possibly_include_hidden? — RuboCop::Config
- #postfix_conditional? — RuboCop::Cop::MultilineExpressionIndentation
- #precede? — RuboCop::Cop::Bundler::GemComment
- #precede? — RuboCop::Cop::DocumentationComment
- #preceded_by_operator? — RuboCop::Cop::Layout::SpaceAroundKeyword
- #preceding_comment — RuboCop::Cop::Style::FrozenStringLiteralComment
- #preceding_comment? — RuboCop::Cop::Bundler::GemComment
- #preceding_comment? — RuboCop::Cop::DocumentationComment
- #preceding_line — RuboCop::ProcessedSource
- #preceding_lines — RuboCop::Cop::Bundler::GemComment
- #preceding_lines — RuboCop::Cop::DocumentationComment
- #preceding_non_public_modifier? — RuboCop::Cop::DefNode
- #predicate_method? — RuboCop::AST::MethodIdentifierPredicates
- #predicate_prefixes — RuboCop::Cop::Naming::PredicateName
- #predicate_whitelist — RuboCop::Cop::Naming::PredicateName
- #prefer_comparison? — RuboCop::Cop::Style::NilComparison
- #preferred_base_class — RuboCop::Cop::Lint::InheritException
- #preferred_delimiter — RuboCop::Cop::Style::CommandLiteral
- #preferred_delimiters — RuboCop::Cop::PreferredDelimiters
- #preferred_delimiters — RuboCop::Cop::Style::RegexpLiteral
- #preferred_delimiters_config — RuboCop::Cop::PreferredDelimiters
- #preferred_delimiters_config — RuboCop::Cop::Style::CommandLiteral
- #preferred_delimiters_for — RuboCop::Cop::Style::PercentLiteralDelimiters
- #preferred_method — RuboCop::Cop::MethodPreference
- #preferred_methods — RuboCop::Cop::MethodPreference
- #preferred_name — RuboCop::Cop::Naming::RescuedExceptionsVariableName
- #preferred_names — RuboCop::Cop::Style::SpecialGlobalVars
- #preferred_string_literal — RuboCop::Cop::Style::EmptyLiteral
- #prefix_bang? — RuboCop::AST::MethodIdentifierPredicates
- #prefix_blacklist — RuboCop::Cop::Naming::PredicateName
- #prefix_from_prefix_node — RuboCop::Cop::Style::RandomWithOffset
- #prefix_not? — RuboCop::AST::MethodIdentifierPredicates
- #prepare — RuboCop::Cop::Commissioner
- #prev_node — RuboCop::Cop::Layout::EmptyLineBetweenDefs
- #previous_and_current_lines_empty? — RuboCop::Cop::Layout::EmptyLines
- #previous_code_line — RuboCop::Cop::Layout::IndentFirstArgument
- #previous_declaration — RuboCop::Cop::Bundler::OrderedGems
- #previous_declaration — RuboCop::Cop::Gemspec::OrderedDependencies
- #previous_line_empty? — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #previous_line_ignoring_comments — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #previous_line_ignoring_comments — RuboCop::Cop::Layout::EmptyLinesAroundBody
- #previous_token — RuboCop::Cop::Layout::EmptyComment
- #previous_token — RuboCop::Cop::Layout::SpaceInsideReferenceBrackets
- #primitive_array? — RuboCop::Cop::Lint::LiteralAsCondition
- #print_available_cops — RuboCop::CLI
- #print_cop_details — RuboCop::CLI
- #print_cops_of_department — RuboCop::CLI
- #prints_as_self? — RuboCop::Cop::Lint::LiteralInInterpolation
- #private_class_method_names — RuboCop::Cop::Lint::IneffectiveAccessModifier
- #procedural_method? — RuboCop::Cop::Style::BlockDelimiters
- #procedural_oneliners_may_have_braces? — RuboCop::Cop::Style::BlockDelimiters
- #proceeding_comment — RuboCop::Cop::Style::FrozenStringLiteralComment
- #process — RuboCop::Cop::PercentLiteral
- #process_args — RuboCop::Cop::CheckLineBreakable
- #process_assignment — RuboCop::Cop::Lint::UselessSetterCall::MethodVariableTracker
- #process_assignment_node — RuboCop::Cop::Lint::UselessSetterCall::MethodVariableTracker
- #process_binary_operator_assignment — RuboCop::Cop::Lint::UselessSetterCall::MethodVariableTracker
- #process_children — RuboCop::Cop::VariableForce
- #process_commissioner_errors — RuboCop::Cop::Team
- #process_control_op — RuboCop::Cop::Style::ParenthesesAroundCondition
- #process_explicit_path — RuboCop::TargetFinder
- #process_file — RuboCop::Runner
- #process_lines — RuboCop::Cop::PercentLiteralCorrector
- #process_logical_operator — RuboCop::Cop::Style::AndOr
- #process_logical_operator_assignment — RuboCop::Cop::Lint::UselessSetterCall::MethodVariableTracker
- #process_loop — RuboCop::Cop::VariableForce
- #process_multiline_words — RuboCop::Cop::PercentLiteralCorrector
- #process_multiple_assignment — RuboCop::Cop::Lint::UselessSetterCall::MethodVariableTracker
- #process_node — RuboCop::Cop::VariableForce
- #process_regexp_named_captures — RuboCop::Cop::VariableForce
- #process_rescue — RuboCop::Cop::VariableForce
- #process_scope — RuboCop::Cop::VariableForce
- #process_send — RuboCop::Cop::VariableForce
- #process_variable_assignment — RuboCop::Cop::VariableForce
- #process_variable_declaration — RuboCop::Cop::VariableForce
- #process_variable_multiple_assignment — RuboCop::Cop::VariableForce
- #process_variable_operator_assignment — RuboCop::Cop::VariableForce
- #process_variable_referencing — RuboCop::Cop::VariableForce
- #process_zero_arity_super — RuboCop::Cop::VariableForce
- #processed_lines — RuboCop::Cop::Layout::EmptyLinesAroundArguments
- #progressbar_color — RuboCop::Formatter::FuubarStyleFormatter
- #proper_block_style? — RuboCop::Cop::Style::BlockDelimiters
- #proper_dot_position? — RuboCop::Cop::Layout::DotPosition
- #proper_method_name — RuboCop::Cop::Style::PreferredHashMethods
- #pure? — RuboCop::AST::Node
- #push_scope — RuboCop::Cop::VariableForce::VariableTable
- #put_comma — RuboCop::Cop::TrailingComma
- #qualified? — RuboCop::Cop::Badge
- #qualified_cop_name — RuboCop::CommentConfig
- #qualified_cop_name — RuboCop::Cop::Registry
- #qualified_name — RuboCop::Cop::Lint::DuplicateMethods
- #qualifies_for_compact? — RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets
- #qualify_badge — RuboCop::Cop::Registry
- #rackup_config_file? — RuboCop::Cop::Layout::LeadingCommentSpace
- #rackup_options? — RuboCop::Cop::Layout::LeadingCommentSpace
- #rails? — RuboCop::Cop::SafeMode
- #rails_safe_mode? — RuboCop::Cop::SafeMode
- #rainbow — RuboCop::Formatter::Colorizable
- #raised_to_power_negative_numeric? — RuboCop::Cop::Style::RedundantParentheses
- #range — RuboCop::Cop::Bundler::InsecureProtocolSource
- #range_between — RuboCop::Cop::RangeHelp
- #range_between_condition_and_else — RuboCop::Cop::Style::UnlessElse
- #range_between_else_and_end — RuboCop::Cop::Style::UnlessElse
- #range_by_whole_lines — RuboCop::Cop::RangeHelp
- #range_for_parentheses — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #range_of_offense — RuboCop::Cop::Layout::SpaceInLambdaLiteral
- #range_of_offense — RuboCop::Cop::Lint::UnneededCopEnableDirective
- #range_of_offense — RuboCop::Cop::Style::UnneededCondition
- #range_of_space_to_the_left — RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- #range_of_space_to_the_right — RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- #range_size — RuboCop::Cop::Style::Sample
- #range_to_remove — RuboCop::Cop::Lint::UnneededCopEnableDirective
- #range_to_remove_for_subsequent_mixin — RuboCop::Cop::Style::MixinGrouping
- #range_type? — RuboCop::AST::Node
- #range_with_comma — RuboCop::Cop::Lint::UnneededCopEnableDirective
- #range_with_surrounding_comma — RuboCop::Cop::RangeHelp
- #range_with_surrounding_space — RuboCop::Cop::RangeHelp
- #read_rails_version_from_bundler_lock_file — RuboCop::Config
- #read_ruby_version_from_bundler_lock_file — RuboCop::Config
- #real_column — RuboCop::Cop::Offense
- #receiver — RuboCop::AST::DefNode
- #receiver — RuboCop::AST::MethodDispatchNode
- #receiver_alignment_base — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #redundant_parentheses? — RuboCop::Cop::Style::StabbyLambdaParentheses
- #redundant_parentheses_enabled? — RuboCop::Cop::Style::TernaryParentheses
- #reference! — RuboCop::Cop::VariableForce::Assignment
- #reference! — RuboCop::Cop::VariableForce::Variable
- #reference? — RuboCop::AST::Node
- #reference_brackets — RuboCop::Cop::Layout::SpaceInsideReferenceBrackets
- #reference_pos — RuboCop::Cop::Lint::ShadowedArgument
- #reference_urls — RuboCop::Cop::MessageAnnotator
- #reference_variable — RuboCop::Cop::VariableForce::VariableTable
- #referenced? — RuboCop::Cop::VariableForce::Variable
- #referenced_after_loop? — RuboCop::Cop::Style::InfiniteLoop
- #regex — RuboCop::Cop::Naming::FileName
- #regex_matches — RuboCop::Cop::Layout::SpaceInsidePercentLiteralDelimiters
- #regexp_captured_names — RuboCop::Cop::VariableForce
- #regexp_named_capture? — RuboCop::Cop::VariableForce::Assignment
- #regexp_slash_literal? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #register_offense — RuboCop::Cop::Bundler::DuplicatedGem
- #register_offense — RuboCop::Cop::Gemspec::DuplicatedAssignment
- #register_offense — RuboCop::Cop::Layout::BlockAlignment
- #register_offense — RuboCop::Cop::Lint::Loop
- #register_offense — RuboCop::Cop::Lint::UriRegexp
- #register_offense — RuboCop::Cop::Metrics::LineLength
- #register_offense — RuboCop::Cop::Style::SymbolProc
- #register_offense — RuboCop::Cop::OrderedGemNode
- #registered? — RuboCop::Cop::Registry
- #regopt — RuboCop::AST::RegexpNode
- #regular_method_call? — RuboCop::Cop::Style::RedundantSelf
- #regular_method_call_with_arguments? — RuboCop::Cop::Layout::SpaceBeforeFirstArg
- #regular_method_right_hand_side — RuboCop::Cop::MultilineExpressionIndentation
- #regular_operator? — RuboCop::Cop::Layout::SpaceAroundOperators
- #reindent — RuboCop::Cop::Style::Next
- #reindent_line — RuboCop::Cop::Style::Next
- #reindentable_lines — RuboCop::Cop::Style::Next
- #reject_mutually_exclusive_defaults — RuboCop::Config
- #reject_obsolete_cops_and_parameters — RuboCop::Config
- #relative_path — RuboCop::PathUtil
- #relative_to_receiver_message — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #relevant_diagnostic? — RuboCop::Cop::Lint::AmbiguousOperator
- #relevant_diagnostic? — RuboCop::Cop::Lint::AmbiguousRegexpLiteral
- #relevant_diagnostic? — RuboCop::Cop::Lint::UselessElseWithoutRescue
- #relevant_file? — RuboCop::Cop::Cop
- #relevant_file? — RuboCop::Cop::InternalAffairs::UselessMessageAssertion
- #relevant_node? — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #relevant_node? — RuboCop::Cop::Layout::MultilineOperationIndentation
- #relevant_options_digest — RuboCop::ResultCache
- #remote_file? — RuboCop::ConfigLoaderResolver
- #remove — RuboCop::Cop::Corrector
- #remove_arguments — RuboCop::Cop::LambdaLiteralToMethodCorrector
- #remove_braces_with_range — RuboCop::Cop::Style::BracesAroundHashParameters
- #remove_braces_with_whitespace — RuboCop::Cop::Style::BracesAroundHashParameters
- #remove_brackets — RuboCop::Cop::Lint::UnneededSplatExpansion
- #remove_comment — RuboCop::Cop::Style::FrozenStringLiteralComment
- #remove_end — RuboCop::Cop::Style::ClassAndModuleChildren
- #remove_incorrect_closing_paren — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #remove_incorrect_external_trailing_comma — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #remove_internal_trailing_comma — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #remove_irrelevant_cops — RuboCop::Cop::Commissioner
- #remove_leading — RuboCop::Cop::Corrector
- #remove_leading_whitespace — RuboCop::Cop::LambdaLiteralToMethodCorrector
- #remove_optarg_equals — RuboCop::Cop::Layout::ExtraSpacing
- #remove_parent_method — RuboCop::Cop::Style::ExpandPathArguments
- #remove_preceding — RuboCop::Cop::Corrector
- #remove_semicolon — RuboCop::Cop::Style::TrailingMethodEndStatement
- #remove_space_before — RuboCop::Cop::Layout::BlockAlignment
- #remove_trailing — RuboCop::Cop::Corrector
- #remove_trailing_whitespace — RuboCop::Cop::LambdaLiteralToMethodCorrector
- #remove_unparenthesized_whitespace — RuboCop::Cop::LambdaLiteralToMethodCorrector
- #remove_whitespace_in_branches — RuboCop::Cop::Style::ConditionalCorrectorHelper
- #render_html — RuboCop::Formatter::HTMLFormatter
- #repeated_condition? — RuboCop::Cop::Lint::DuplicateCaseCondition
- #repeated_generator — RuboCop::NodePattern::Compiler
- #replace — RuboCop::Cop::Corrector
- #replace_begin_end_with_modifier — RuboCop::Cop::Style::InfiniteLoop
- #replace_braces_with_do_end — RuboCop::Cop::Style::BlockDelimiters
- #replace_branch_assignment — RuboCop::Cop::Style::ConditionalCorrectorHelper
- #replace_delimiters — RuboCop::Cop::LambdaLiteralToMethodCorrector
- #replace_do_end_with_braces — RuboCop::Cop::Style::BlockDelimiters
- #replace_keyword_with_module — RuboCop::Cop::Style::ClassAndModuleChildren
- #replace_selector — RuboCop::Cop::LambdaLiteralToMethodCorrector
- #replace_source — RuboCop::Cop::Style::InfiniteLoop
- #replacement — RuboCop::Cop::Layout::CaseIndentation
- #replacement — RuboCop::Cop::Style::NumericPredicate
- #replacement — RuboCop::Cop::Style::OneLineConditional
- #replacement — RuboCop::Cop::Style::SpecialGlobalVars
- #replacement — RuboCop::Cop::Style::ZeroLengthPredicate
- #replacement_condition — RuboCop::Cop::Style::RedundantConditional
- #replacement_method — RuboCop::Cop::Lint::DeprecatedClassMethods
- #replacement_method — RuboCop::Cop::Style::Attr
- #replacement_method — RuboCop::Cop::Style::EvenOdd
- #replacement_operator — RuboCop::Cop::Style::NestedModifier
- #replacement_range — RuboCop::Cop::EachToForCorrector
- #replacement_range — RuboCop::Cop::ForToEachCorrector
- #replacement_range — RuboCop::Cop::Style::EmptyLiteral
- #replacement_range_and_content — RuboCop::Cop::Lint::UnneededSplatExpansion
- #report_file — RuboCop::Formatter::ClangStyleFormatter
- #report_file — RuboCop::Formatter::SimpleTextFormatter
- #report_file_as_mark — RuboCop::Formatter::ProgressFormatter
- #report_highlighted_area — RuboCop::Formatter::ClangStyleFormatter
- #report_highlighted_area — RuboCop::Formatter::TapFormatter
- #report_line — RuboCop::Formatter::ClangStyleFormatter
- #report_line — RuboCop::Formatter::TapFormatter
- #report_offense — RuboCop::Formatter::ClangStyleFormatter
- #report_offense — RuboCop::Formatter::TapFormatter
- #report_opposing_styles — RuboCop::Cop::ConfigurableFormatting
- #report_summary — RuboCop::Formatter::OffenseCountFormatter
- #report_summary — RuboCop::Formatter::QuietFormatter
- #report_summary — RuboCop::Formatter::SimpleTextFormatter
- #report_summary — RuboCop::Formatter::WorstOffendersFormatter
- #reposition — RuboCop::Cop::SurroundingSpace
- #request — RuboCop::RemoteConfig
- #require_exists? — RuboCop::Cop::Generator::RequireFileInjector
- #require_for_non_public_methods? — RuboCop::Cop::Style::DocumentationMethod
- #require_parentheses? — RuboCop::Cop::Style::MethodDefParentheses
- #require_parentheses? — RuboCop::Cop::Style::NumericPredicate
- #require_parentheses? — RuboCop::Cop::Style::TernaryParentheses
- #require_parentheses_when_complex? — RuboCop::Cop::Style::TernaryParentheses
- #require_path — RuboCop::Cop::Generator::RequireFileInjector
- #require_path_fragments — RuboCop::Cop::Generator::RequireFileInjector
- #requires_bare_percent? — RuboCop::Cop::Style::BarePercentLiterals
- #requires_interpolation? — RuboCop::Cop::Style::UnneededCapitalW
- #requires_parens? — RuboCop::Cop::Style::NestedModifier
- #requires_parens? — RuboCop::Cop::Style::Not
- #requires_parens? — RuboCop::Cop::Style::RaiseArgs
- #requires_parentheses? — RuboCop::Cop::ForToEachCorrector
- #requires_parentheses? — RuboCop::Cop::Style::MutableConstant
- #requires_parentheses? — RuboCop::Cop::Style::OneLineConditional
- #requires_percent_q? — RuboCop::Cop::Style::BarePercentLiterals
- #rescue_modifier? — RuboCop::Token
- #rescue_modifier? — RuboCop::Cop::RescueNode
- #rescued_exceptions — RuboCop::Cop::Lint::ShadowedException
- #rescued_groups_for — RuboCop::Cop::Lint::ShadowedException
- #reset_callbacks — RuboCop::Cop::Commissioner
- #reset_config_and_auto_gen_file — RuboCop::CLI
- #reset_errors — RuboCop::Cop::Commissioner
- #resolve_badge — RuboCop::Cop::Registry
- #resolve_inheritance — RuboCop::ConfigLoaderResolver
- #resolve_inheritance_from_gems — RuboCop::ConfigLoaderResolver
- #resolve_requires — RuboCop::ConfigLoaderResolver
- #rest_argument? — RuboCop::AST::ParameterizedNode
- #return_of_method_call? — RuboCop::Cop::Style::ParallelAssignment
- #return_value — RuboCop::Cop::Style::EachWithObject
- #return_value? — RuboCop::Cop::Lint::NonLocalExitFromIterator
- #return_value_node_of_scope — RuboCop::Cop::Lint::UselessAssignment
- #return_value_occupies_whole_line? — RuboCop::Cop::Style::EachWithObject
- #return_value_of_scope? — RuboCop::Cop::Style::BlockDelimiters
- #return_value_used? — RuboCop::Cop::Style::BlockDelimiters
- #reverse_comparison — RuboCop::Cop::Style::YodaCondition
- #reverse_index — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #rewrite — RuboCop::Cop::Corrector
- #rhs — RuboCop::AST::BinaryOperatorNode
- #right_array_bracket — RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets
- #right_brace_and_space — RuboCop::Cop::Style::BracesAroundHashParameters
- #right_bracket? — RuboCop::Token
- #right_curly_brace? — RuboCop::Token
- #right_hand_operand — RuboCop::Cop::Style::NestedModifier
- #right_hand_side — RuboCop::Cop::MultilineExpressionIndentation
- #right_parens? — RuboCop::Token
- #right_siblings_of — RuboCop::Cop::Layout::ClassStructure
- #right_whole_line_range — RuboCop::Cop::Style::BracesAroundHashParameters
- #root_node? — RuboCop::AST::MethodDispatchNode
- #root_of_or_node — RuboCop::Cop::Style::MultipleComparison
- #rubocop_checksum — RuboCop::ResultCache
- #rubocop_directive_comment? — RuboCop::Cop::DocumentationComment
- #ruby19_check — RuboCop::Cop::Style::HashSyntax
- #ruby19_no_mixed_keys_check — RuboCop::Cop::Style::HashSyntax
- #ruby23_message — RuboCop::Cop::Layout::IndentHeredoc
- #ruby23_type_message — RuboCop::Cop::Layout::IndentHeredoc
- #ruby23_width_message — RuboCop::Cop::Layout::IndentHeredoc
- #ruby_executable? — RuboCop::TargetFinder
- #ruby_extension? — RuboCop::TargetFinder
- #ruby_extensions — RuboCop::TargetFinder
- #ruby_file? — RuboCop::TargetFinder
- #ruby_filename? — RuboCop::TargetFinder
- #ruby_filenames — RuboCop::TargetFinder
- #ruby_interpreters — RuboCop::TargetFinder
- #ruby_version_file — RuboCop::Config
- #run — RuboCop::CLI
- #run — RuboCop::NodePattern::Compiler
- #run — RuboCop::Runner
- #run_all_cops_auto_gen_config — RuboCop::CLI
- #run_cli — RuboCop::RakeTask
- #run_exclusively_with? — RuboCop::Cop::VariableForce::Branchable
- #run_hook — RuboCop::Cop::Force
- #run_line_length_cop_auto_gen_config — RuboCop::CLI
- #s — RuboCop::AST::Sexp
- #safe? — RuboCop::Cop::Security::Open
- #safe_argument? — RuboCop::Cop::Security::Open
- #safe_assignment_allowed? — RuboCop::Cop::SafeAssignment
- #safe_mode? — RuboCop::Cop::SafeMode
- #safe_navigation_call? — RuboCop::Cop::Layout::SpaceAroundKeyword
- #safe_to_ignore? — RuboCop::Cop::CheckLineBreakable
- #safe_to_remove_line_containing_closing_paren? — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #same_line? — RuboCop::AST::HashElementNode
- #same_line? — RuboCop::Cop::Util
- #same_max_line_length? — RuboCop::CLI
- #same_name_assignment? — RuboCop::Cop::Style::MethodCallWithoutArgsParentheses
- #sample_arg — RuboCop::Cop::Style::Sample
- #sample_size — RuboCop::Cop::Style::Sample
- #sample_size_for_one_arg — RuboCop::Cop::Style::Sample
- #sample_size_for_two_args — RuboCop::Cop::Style::Sample
- #save — RuboCop::ResultCache
- #save_in_cache — RuboCop::Runner
- #scan — RuboCop::Cop::Lint::UselessSetterCall::MethodVariableTracker
- #scan_node — RuboCop::Cop::VariableForce::Scope
- #scanned_node? — RuboCop::Cop::VariableForce
- #scanned_nodes — RuboCop::Cop::VariableForce
- #scope — RuboCop::Cop::VariableForce::Assignment
- #scope_stack — RuboCop::Cop::VariableForce::VariableTable
- #scope_type — RuboCop::Cop::Style::Alias
- #scoped_node? — RuboCop::Cop::Lint::NonLocalExitFromIterator
- #scoped_node? — RuboCop::Cop::Style::ReturnNil
- #scoping_method_call? — RuboCop::Cop::Lint::NestedMethodDefinition
- #select — RuboCop::Cop::Registry
- #select_check_member — RuboCop::Cop::Layout::IndentationWidth
- #selected_cops_of_department — RuboCop::CLI
- #selector_end — RuboCop::Cop::LambdaLiteralToMethodCorrector
- #selector_range — RuboCop::Cop::Layout::DotPosition
- #self_receiver? — RuboCop::AST::MethodDispatchNode
- #self_receiver? — RuboCop::AST::MethodIdentifierPredicates
- #semantic_alignment_base — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #semantic_alignment_node — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #semantic_block_style? — RuboCop::Cop::Style::BlockDelimiters
- #semantic_message — RuboCop::Cop::Style::BlockDelimiters
- #semantic_operator? — RuboCop::AST::PredicateOperatorNode
- #semicolon? — RuboCop::Token
- #send_missing_closing_parens? — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #send_node — RuboCop::AST::BlockNode
- #send_node? — RuboCop::Cop::Lint::HeredocMethodCallPosition
- #separate_mixins — RuboCop::Cop::Style::MixinGrouping
- #separated_style? — RuboCop::Cop::Style::MixinGrouping
- #separating_space? — RuboCop::Cop::LambdaLiteralToMethodCorrector
- #separator_delta — RuboCop::Cop::HashAlignment::KeyAlignment
- #separator_delta — RuboCop::Cop::HashAlignment::ValueAlignment
- #separator_style? — RuboCop::Cop::Layout::IndentFirstHashElement
- #seq_head? — RuboCop::NodePattern::Compiler::Sequence
- #serialize_offense — RuboCop::CachedData
- #set_max — RuboCop::Formatter::DisabledConfigFormatter
- #setter_method? — RuboCop::Cop::Lint::ReturnInVoidContext
- #setter_method? — RuboCop::AST::MethodDispatchNode
- #setter_method? — RuboCop::Cop::Style::ConditionalAssignmentHelper
- #setup_ivars — RuboCop::RakeTask
- #setup_subtasks — RuboCop::RakeTask
- #shadowing_assignment — RuboCop::Cop::Lint::ShadowedArgument
- #shebang? — RuboCop::Cop::Layout::LeadingCommentSpace
- #shebang_token? — RuboCop::Cop::Style::Copyright
- #short_group_regex — RuboCop::Cop::Style::NumericLiterals
- #shorthand_asgn? — RuboCop::AST::Node
- #should_align? — RuboCop::Cop::Layout::MultilineOperationIndentation
- #should_align_with_base? — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #should_aligned_with_preceding_line? — RuboCop::Cop::Layout::ExtraSpacing
- #should_be_unused? — RuboCop::Cop::VariableForce::Variable
- #should_correct? — RuboCop::Cop::Layout::CommentIndentation
- #should_have_comma? — RuboCop::Cop::TrailingComma
- #should_indent_relative_to_receiver? — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #should_union? — RuboCop::ConfigLoaderResolver
- #sibling_index — RuboCop::AST::Node
- #sibling_mixins — RuboCop::Cop::Style::MixinGrouping
- #siblings_of — RuboCop::Cop::Layout::ClassStructure
- #side_space_range — RuboCop::Cop::SurroundingSpace
- #sign? — RuboCop::AST::NumericNode
- #signature — RuboCop::Config
- #silence_warnings — RuboCop::Cop::Lint::ShadowedException
- #similar_name_message — RuboCop::Cop::Lint::UselessAssignment
- #similarity — RuboCop::StringUtil
- #simple_if_without_break? — RuboCop::Cop::Style::Next
- #simple_method_arg? — RuboCop::Cop::Style::EachWithObject
- #simple_string? — RuboCop::Cop::Security::Open
- #single_interpolation? — RuboCop::Cop::Style::UnneededInterpolation
- #single_line? — RuboCop::AST::Node
- #single_line? — RuboCop::AST::BlockNode
- #single_line_as_modifier? — RuboCop::Cop::StatementModifier
- #single_line_condition? — RuboCop::AST::ConditionalNode
- #single_line_conditions_only? — RuboCop::Cop::Style::ConditionalAssignment
- #single_line_ignoring_receiver? — RuboCop::Cop::Layout::MultilineMethodCallBraceLayout
- #single_line_send_with_heredoc_receiver? — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #single_variable_interpolation? — RuboCop::Cop::Style::UnneededInterpolation
- #skip_check? — RuboCop::Cop::Layout::IndentationWidth
- #skip_children! — RuboCop::Cop::VariableForce
- #skip_children? — RuboCop::Cop::Lint::AssignmentInCondition
- #skip_heredoc? — RuboCop::Cop::Layout::TrailingWhitespace
- #slash_literal? — RuboCop::Cop::Style::RegexpLiteral
- #slice_source — RuboCop::Cop::Style::FormatStringToken
- #smallest_percent_size — RuboCop::Cop::ArrayMinSize
- #smart_loaded_path — RuboCop::Config
- #smart_path — RuboCop::Formatter::DisabledLinesFormatter
- #smart_path — RuboCop::PathUtil
- #snake_case — RuboCop::Cop::Generator
- #sort! — RuboCop::Cop::Registry
- #sort_by_range — RuboCop::Cop::Style::RedundantSortBy
- #sorted? — RuboCop::Cop::Lint::ShadowedException
- #source — RuboCop::AST::Node
- #source — RuboCop::Cop::Style::ParallelAssignment::GenericCorrector
- #source_after_highlight — RuboCop::Formatter::HTMLFormatter::ERBContext
- #source_before_highlight — RuboCop::Formatter::HTMLFormatter::ERBContext
- #source_length — RuboCop::AST::Node
- #source_line — RuboCop::Cop::Offense
- #source_location — RuboCop::Cop::Lint::DuplicateMethods
- #source_path — RuboCop::Cop::Generator
- #source_range — RuboCop::AST::Node
- #source_range — RuboCop::Cop::Style::Sample
- #source_range — RuboCop::Cop::RangeHelp
- #source_range_with_comment — RuboCop::Cop::Layout::ClassStructure
- #space — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #space? — RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis
- #space_after? — RuboCop::Token
- #space_after_arrow? — RuboCop::Cop::Layout::SpaceInLambdaLiteral
- #space_after_missing? — RuboCop::Cop::Layout::SpaceAroundKeyword
- #space_before — RuboCop::Cop::Layout::InitialIndentation
- #space_before? — RuboCop::Token
- #space_before_missing? — RuboCop::Cop::Layout::SpaceAroundKeyword
- #space_between? — RuboCop::Cop::SurroundingSpace
- #space_detected — RuboCop::Cop::Layout::SpaceBeforeBlockBraces
- #space_forbidden_before_rcurly? — RuboCop::Cop::SpaceAfterPunctuation
- #space_inside_left_brace — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #space_inside_right_brace — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #space_missing — RuboCop::Cop::Layout::SpaceBeforeBlockBraces
- #space_missing? — RuboCop::Cop::SpaceAfterPunctuation
- #space_missing? — RuboCop::Cop::SpaceBeforePunctuation
- #space_offense — RuboCop::Cop::SurroundingSpace
- #space_offenses — RuboCop::Cop::SurroundingSpace
- #space_on_any_side? — RuboCop::Cop::Layout::SpaceInsideStringInterpolation
- #space_on_both_sides? — RuboCop::Cop::Layout::SpaceAroundEqualsInParameterDefault
- #space_on_each_side? — RuboCop::Cop::Layout::SpaceInsideStringInterpolation
- #space_range — RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- #space_range — RuboCop::Cop::Lint::ParenthesesAsGroupedExpression
- #space_required_after? — RuboCop::Cop::SpaceBeforePunctuation
- #space_required_after_lcurly? — RuboCop::Cop::SpaceBeforePunctuation
- #space_required_before? — RuboCop::Cop::SpaceAfterPunctuation
- #space_style_before_rcurly — RuboCop::Cop::Layout::SpaceAfterComma
- #space_style_before_rcurly — RuboCop::Cop::Layout::SpaceAfterSemicolon
- #spaces_before_left_parenthesis — RuboCop::Cop::Lint::ParenthesesAsGroupedExpression
- #spec_path — RuboCop::Cop::Generator
- #special_file_keyword? — RuboCop::Cop::Style::EvalWithLocation
- #special_inner_call_indentation? — RuboCop::Cop::Layout::IndentFirstArgument
- #special_keyword? — RuboCop::AST::Node
- #special_keyword? — RuboCop::Cop::Lint::LiteralInInterpolation
- #special_line_keyword? — RuboCop::Cop::Style::EvalWithLocation
- #special_modifier? — RuboCop::AST::MethodDispatchNode
- #specified? — RuboCop::MagicComment
- #splat? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #splat_args? — RuboCop::Cop::Lint::FormatParameterMismatch
- #splat_argument? — RuboCop::AST::ParameterizedNode
- #splat_variable_before? — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #split_comment — RuboCop::Cop::Style::AnnotationComment
- #split_on_double_colon — RuboCop::Cop::Style::ClassAndModuleChildren
- #split_token — RuboCop::Cop::Style::FormatStringToken
- #sprintf? — RuboCop::Cop::Lint::FormatParameterMismatch
- #square_brackets? — RuboCop::AST::ArrayNode
- #stabby_lambda_with_args? — RuboCop::Cop::Style::StabbyLambdaParentheses
- #standard_string_literal? — RuboCop::Cop::Style::LineEndConcatenation
- #start_for_block_node — RuboCop::Cop::Layout::BlockAlignment
- #start_line_position — RuboCop::Cop::Layout::ClassStructure
- #start_line_range — RuboCop::Cop::Layout::EndAlignment
- #start_of_new_scope? — RuboCop::Cop::Lint::UselessAccessModifier
- #start_with? — RuboCop::ProcessedSource
- #start_with_percent_q_variant? — RuboCop::Cop::Style::UnneededPercentQ
- #started — RuboCop::Formatter::BaseFormatter
- #started — RuboCop::Formatter::DisabledLinesFormatter
- #started — RuboCop::Formatter::FuubarStyleFormatter
- #started — RuboCop::Formatter::HTMLFormatter
- #started — RuboCop::Formatter::JSONFormatter
- #started — RuboCop::Formatter::OffenseCountFormatter
- #started — RuboCop::Formatter::ProgressFormatter
- #started — RuboCop::Formatter::SimpleTextFormatter
- #started — RuboCop::Formatter::TapFormatter
- #started — RuboCop::Formatter::WorstOffendersFormatter
- #starts_with_access_modifier? — RuboCop::Cop::Layout::IndentationWidth
- #starts_with_curly_brace? — RuboCop::Cop::Layout::MultilineHashKeyLineBreaks
- #starts_with_hex_or_colon? — RuboCop::Cop::Style::IpAddresses
- #stderr_gvar? — RuboCop::Cop::Style::StderrPuts
- #stderr_puts_range — RuboCop::Cop::Style::StderrPuts
- #stdin? — RuboCop::TargetFinder
- #str_content — RuboCop::Cop::Lint::ImplicitStringConcatenation
- #str_contents — RuboCop::Cop::Style::FormatStringToken
- #strict_check — RuboCop::Cop::Style::MutableConstant
- #string_first_line — RuboCop::Cop::Style::EvalWithLocation
- #string_literal? — RuboCop::Cop::Lint::ImplicitStringConcatenation
- #string_literal? — RuboCop::Cop::Style::UnneededPercentQ
- #string_literal_ranges — RuboCop::Cop::Layout::Tab
- #string_literals? — RuboCop::Cop::Lint::ImplicitStringConcatenation
- #string_literals_config — RuboCop::Cop::Style::EmptyLiteral
- #string_source — RuboCop::Cop::Style::PercentLiteralDelimiters
- #string_value — RuboCop::AST::Builder
- #strip_indent — String
- #strip_parenthesis — RuboCop::Cop::Style::RedundantFreeze
- #strip_surrounded_quotes! — RuboCop::Cop::Style::ExpandPathArguments
- #stripped_source_upto — RuboCop::Cop::DefNode
- #style — RuboCop::Cop::Layout::EmptyLinesAroundBeginBody
- #style — RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords
- #style — RuboCop::Cop::Layout::EmptyLinesAroundMethodBody
- #style — RuboCop::Cop::ConfigurableEnforcedStyle
- #style_check? — RuboCop::Cop::Style::NilComparison
- #style_detected — RuboCop::Cop::ConfigurableEnforcedStyle
- #style_for_empty_braces — RuboCop::Cop::Layout::SpaceBeforeBlockBraces
- #style_for_empty_braces — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #style_guide_cops_only? — RuboCop::Runner
- #style_guide_url — RuboCop::Cop::MessageAnnotator
- #style_parameter_name — RuboCop::Cop::Layout::BlockAlignment
- #style_parameter_name — RuboCop::Cop::Layout::SpaceAroundBlockParameters
- #style_parameter_name — RuboCop::Cop::Naming::MemoizedInstanceVariableName
- #style_parameter_name — RuboCop::Cop::ConfigurableEnforcedStyle
- #style_parameter_name — RuboCop::Cop::EndKeywordAlignment
- #style_parameter_name — RuboCop::Cop::TrailingComma
- #substitute_cur_node — RuboCop::NodePattern::Compiler
- #substitute_escaped_delimiters — RuboCop::Cop::PercentLiteralCorrector
- #suffix — RuboCop::Cop::Style::UnneededSort
- #suggested_var — RuboCop::Cop::Naming::MemoizedInstanceVariableName
- #suggestion — RuboCop::Cop::Style::UnneededSort
- #summary — RuboCop::Formatter::SimpleTextFormatter::Report
- #super_call_without_arguments? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #super_used? — RuboCop::Cop::Style::OptionHash
- #support_autocorrect? — RuboCop::Cop::AutocorrectLogic
- #support_target_ruby_version? — RuboCop::Cop::TargetRubyVersion
- #supported_styles — RuboCop::Cop::ConfigurableEnforcedStyle
- #supported_types — RuboCop::Cop::Layout::MultilineAssignmentLayout
- #suspect_enumerable? — RuboCop::Cop::Style::For
- #suspect_unary? — RuboCop::Cop::Style::RedundantParentheses
- #suspicious_name? — RuboCop::Cop::Style::OptionHash
- #sym_indices? — RuboCop::Cop::Style::HashSyntax
- #symbol_without_quote? — RuboCop::Cop::Style::SymbolArray
- #symbols_contain_spaces? — RuboCop::Cop::Style::SymbolArray
- #symlink_protection_triggered? — RuboCop::ResultCache
- #syntactic_alignment_base — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #system_call_err? — RuboCop::Cop::Lint::ShadowedException
- #tab_indentation_width — RuboCop::Cop::Metrics::LineLength
- #tail — RuboCop::Cop::Style::IdenticalConditionalBranches
- #tail — RuboCop::Cop::Style::ConditionalAssignmentHelper
- #take_variable_and_default_from_ternary — RuboCop::Cop::Style::OrAssignment
- #take_variable_and_default_from_unless — RuboCop::Cop::Style::OrAssignment
- #target_args — RuboCop::Cop::Style::SingleLineBlockParams
- #target_files_in_dir — RuboCop::TargetFinder
- #target_line — RuboCop::Cop::Generator::RequireFileInjector
- #target_method_lineno — RuboCop::Cop::Layout::AlignArguments
- #target_method_lineno — RuboCop::Cop::Layout::AlignParameters
- #target_rails_version — RuboCop::Config
- #target_rails_version — RuboCop::Cop::Cop
- #target_rails_version_from_bundler_lock_file — RuboCop::Config
- #target_ruby_source — RuboCop::Config
- #target_ruby_version — RuboCop::Config
- #target_ruby_version — RuboCop::Cop::Cop
- #target_ruby_version_from_bundler_lock_file — RuboCop::Config
- #target_ruby_version_from_version_file — RuboCop::Config
- #targets_exception? — RuboCop::Cop::Lint::RescueException
- #term — RuboCop::NodePattern::Compiler::Sequence
- #ternary? — RuboCop::AST::IfNode
- #ternary_condition? — RuboCop::Cop::Style::ConditionalAssignment
- #ternary_if? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #then? — RuboCop::AST::WhenNode
- #timestamp — RuboCop::Formatter::DisabledConfigFormatter
- #to_h — RuboCop::Config
- #to_h — RuboCop::Cop::Registry
- #to_hash — RuboCop::Config
- #to_inspect? — RuboCop::TargetFinder
- #to_json — RuboCop::CachedData
- #to_modifier_form — RuboCop::Cop::Style::IfUnlessModifier
- #to_module_name — RuboCop::Cop::Naming::FileName
- #to_namespace — RuboCop::Cop::Naming::FileName
- #to_normal_if — RuboCop::Cop::Style::MultilineIfModifier
- #to_regexp — RuboCop::AST::RegexpNode
- #to_s — RuboCop::Config
- #to_s — RuboCop::Cop::Badge
- #to_s — RuboCop::Cop::Offense
- #to_s — RuboCop::Cop::Severity
- #to_s — RuboCop::NodePattern
- #to_s — RuboCop::RSpec::ExpectOffense::AnnotatedSource
- #to_s — RuboCop::Token
- #to_string_literal — RuboCop::Cop::Util
- #to_supported_styles — RuboCop::Cop::Util
- #to_symbol_literal — RuboCop::Cop::Style::SymbolArray
- #to_ternary — RuboCop::Cop::Style::OneLineConditional
- #todo — RuboCop::Cop::Generator
- #token_after_last_string — RuboCop::Cop::Style::LineEndConcatenation
- #token_before_end — RuboCop::Cop::Style::TrailingMethodEndStatement
- #token_ranges — RuboCop::Cop::Style::FormatStringToken
- #token_table — RuboCop::Cop::SurroundingSpace
- #tokenize — RuboCop::ProcessedSource
- #tokens — RuboCop::Cop::Style::FormatStringToken
- #tokens — RuboCop::MagicComment::EditorComment
- #tokens — RuboCop::Cop::Util
- #tokens_for_lines — RuboCop::Cop::Style::Semicolon
- #tokens_until — RuboCop::NodePattern::Compiler
- #too_long? — RuboCop::Cop::Style::IpAddresses
- #top_conditional_ancestor — RuboCop::Cop::Lint::SafeNavigationConsistency
- #top_level_node? — RuboCop::Cop::Style::TrivialAccessors
- #toplevel_dirs — RuboCop::TargetFinder
- #total_offense_count — RuboCop::Formatter::OffenseCountFormatter
- #total_offense_count — RuboCop::Formatter::WorstOffendersFormatter
- #trailing_body? — RuboCop::Cop::TrailingBody
- #trailing_comma? — RuboCop::Cop::Lint::HeredocMethodCallPosition
- #trailing_end? — RuboCop::Cop::Style::TrailingMethodEndStatement
- #trailing_range? — RuboCop::Cop::Lint::UnneededCopDisableDirective
- #transform — RuboCop::ConfigLoaderResolver
- #traverse_files_upwards — RuboCop::FileFinder
- #traverse_node — RuboCop::Cop::Lint::AssignmentInCondition
- #treat_comments_as_separators — RuboCop::Cop::OrderedGemNode
- #trigger_responding_cops — RuboCop::Cop::Commissioner
- #trim_string_interporation_escape_character — RuboCop::Cop::Util
- #trivial_accessor_kind — RuboCop::Cop::Style::TrivialAccessors
- #trivial_reader? — RuboCop::Cop::Style::TrivialAccessors
- #trivial_writer? — RuboCop::Cop::Style::TrivialAccessors
- #truthy_literal? — RuboCop::AST::Node
- #tsort_each_child — RuboCop::Cop::Style::ParallelAssignment::AssignmentSorter
- #tsort_each_node — RuboCop::Cop::Style::ParallelAssignment::AssignmentSorter
- #two_alternatives? — RuboCop::Cop::Layout::CommentIndentation
- #type — RuboCop::Cop::PercentLiteral
- #unannotated_format? — RuboCop::Cop::Style::FormatStringToken
- #unary_literal? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #unary_operation? — RuboCop::AST::MethodDispatchNode
- #unary_plus_non_offense? — RuboCop::Cop::Layout::ExtraSpacing
- #unexpected_double_quotes? — RuboCop::Cop::Style::StringLiterals
- #unexpected_indent_offset — RuboCop::Cop::Layout::AccessModifierIndentation
- #unexpected_single_quotes? — RuboCop::Cop::Style::StringLiterals
- #unexpected_style_detected — RuboCop::Cop::ConfigurableEnforcedStyle
- #unimportant_missing_cr? — RuboCop::Cop::Layout::EndOfLine
- #unless? — RuboCop::AST::IfNode
- #unless_and_nil_check? — RuboCop::Cop::Style::NonNilCheck
- #unless_else_config — RuboCop::Cop::Style::MissingElse
- #unless_else_cop_enabled? — RuboCop::Cop::Style::MissingElse
- #unlimited_heredoc_length? — RuboCop::Cop::Layout::IndentHeredoc
- #unnecessary_comment_offense — RuboCop::Cop::Style::FrozenStringLiteralComment
- #unneeded_brackets? — RuboCop::Cop::Lint::UnneededSplatExpansion
- #unneeded_ranges — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #unneeded_splat_expansion — RuboCop::Cop::Lint::UnneededSplatExpansion
- #unparenthesized_method_call? — RuboCop::Cop::Style::TernaryParentheses
- #unrecognized_style_detected — RuboCop::Cop::ConfigurableEnforcedStyle
- #unrecommended_argument? — RuboCop::Cop::Style::ExpandPathArguments
- #unsafe_autocorrect? — RuboCop::Cop::Style::TernaryParentheses
- #unsafe_method? — RuboCop::Cop::Style::SafeNavigation
- #unsafe_method_calls — RuboCop::Cop::Lint::SafeNavigationConsistency
- #unsafe_method_used? — RuboCop::Cop::Style::SafeNavigation
- #unused_range — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #unused_variables_only? — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #unwanted_parentheses — RuboCop::Cop::Style::MethodDefParentheses
- #unwanted_parentheses_corrector — RuboCop::Cop::Style::StabbyLambdaParentheses
- #updated — RuboCop::AST::Node
- #updated_directives — RuboCop::Cop::Generator::RequireFileInjector
- #uppercase? — RuboCop::Cop::UncommunicativeName
- #uri_regexp — RuboCop::Cop::Metrics::LineLength
- #urls — RuboCop::Cop::MessageAnnotator
- #use_if_branch? — RuboCop::Cop::Style::UnneededCondition
- #use_var_only_in_unless_modifier? — RuboCop::Cop::Style::SafeNavigation
- #used? — RuboCop::Cop::VariableForce::Assignment
- #used? — RuboCop::Cop::VariableForce::Variable
- #user_vars — RuboCop::Cop::Style::GlobalVars
- #uses_preferred_delimiter? — RuboCop::Cop::Style::PercentLiteralDelimiters
- #valid? — RuboCop::ResultCache
- #valid_argument_types? — RuboCop::AST::HashElementNode::HashElementDelta
- #valid_body_style? — RuboCop::Cop::Layout::EmptyLinesAroundBody
- #valid_exceptions — RuboCop::Cop::Lint::RescueType
- #valid_line? — RuboCop::Formatter::ClangStyleFormatter
- #valid_method_rhs_candidate? — RuboCop::Cop::MultilineExpressionIndentation
- #valid_name? — RuboCop::Cop::ConfigurableFormatting
- #valid_rhs? — RuboCop::Cop::MultilineExpressionIndentation
- #valid_rhs_candidate? — RuboCop::Cop::MultilineExpressionIndentation
- #valid_syntax? — RuboCop::ProcessedSource
- #valid_uri? — RuboCop::Cop::Metrics::LineLength
- #valid_yoda? — RuboCop::Cop::Style::YodaCondition
- #validate — RuboCop::Config
- #validate_auto_gen_config — RuboCop::OptionsValidator
- #validate_compatibility — RuboCop::OptionsValidator
- #validate_config — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #validate_config — RuboCop::Cop::Layout::MultilineOperationIndentation
- #validate_config — RuboCop::Cop::Team
- #validate_enforced_styles — RuboCop::Config
- #validate_exclude_limit_option — RuboCop::OptionsValidator
- #validate_options_vs_config — RuboCop::CLI
- #validate_parallel — RuboCop::OptionsValidator
- #validate_parallel_with_combo_option — RuboCop::OptionsValidator
- #validate_parameter_names — RuboCop::Config
- #validate_section_presence — RuboCop::Config
- #validate_support_and_has_list — RuboCop::Config
- #validate_syntax_cop — RuboCop::Config
- #value — RuboCop::AST::BasicLiteralNode
- #value — RuboCop::AST::HashElementNode
- #value_delta — RuboCop::AST::HashElementNode::HashElementDelta
- #value_delta — RuboCop::Cop::HashAlignment::KeyAlignment
- #value_delta — RuboCop::Cop::HashAlignment::TableAlignment
- #value_delta — RuboCop::Cop::HashAlignment::SeparatorAlignment
- #value_delta — RuboCop::AST::HashElementNode
- #value_on_new_line? — RuboCop::AST::PairNode
- #value_used? — RuboCop::AST::Node
- #values — RuboCop::AST::ArrayNode
- #values — RuboCop::AST::HashNode
- #var_nodes — RuboCop::Cop::Style::VariableInterpolation
- #variable — RuboCop::AST::ForNode
- #variable? — RuboCop::AST::Node
- #variable_alignment? — RuboCop::Cop::EndKeywordAlignment
- #variable_exist? — RuboCop::Cop::VariableForce::VariableTable
- #variable_in_mass_assignment? — RuboCop::Cop::Style::MethodCallWithoutArgsParentheses
- #variable_interpolation? — RuboCop::Cop::Style::UnneededInterpolation
- #variable_like_method_invocation? — RuboCop::Cop::Lint::UselessAssignment
- #variable_name — RuboCop::Cop::Naming::RescuedExceptionsVariableName
- #variable_name — RuboCop::Cop::Style::MultipleComparison
- #variable_name_candidates — RuboCop::Cop::Naming::MemoizedInstanceVariableName
- #variable_table — RuboCop::Cop::VariableForce
- #variable_type — RuboCop::Cop::Lint::UnusedBlockArgument
- #variables_in_node — RuboCop::Cop::Style::MultipleComparison
- #variables_in_simple_node — RuboCop::Cop::Style::MultipleComparison
- #variadic_arity — RuboCop::NodePattern::Compiler::Sequence
- #variadic_seq_term — RuboCop::NodePattern::Compiler
- #variadic_term_min_arity — RuboCop::NodePattern::Compiler::Sequence
- #visibility_declaration? — RuboCop::Cop::Style::ConstantVisibility
- #visit_ancestors — RuboCop::AST::Node
- #visit_descendants — RuboCop::AST::Node
- #void_context? — RuboCop::AST::BlockNode
- #void_context? — RuboCop::AST::DefNode
- #void_context? — RuboCop::AST::ForNode
- #void_context_method? — RuboCop::Cop::Lint::ReturnInVoidContext
- #walk — RuboCop::AST::Traversal
- #walk_over_nested_class_definition — RuboCop::Cop::Layout::ClassStructure
- #warm_cache — RuboCop::Runner
- #warn_about_unrecognized_cops — RuboCop::Config
- #warn_on_duplicate_setting — RuboCop::ConfigLoaderResolver
- #when_branches — RuboCop::AST::CaseNode
- #while_or_until — RuboCop::Cop::Style::InfiniteLoop
- #while_until_value_used? — RuboCop::AST::Node
- #white_space_range — RuboCop::Cop::Style::ConditionalCorrectorHelper
- #whitelist — RuboCop::Cop::Style::IpAddresses
- #whitelist — RuboCop::Cop::Style::OptionHash
- #whitelist — RuboCop::Cop::Style::TrivialAccessors
- #whitelist — RuboCop::Cop::NilMethods
- #whitelisted? — RuboCop::Cop::Style::NestedParenthesizedCalls
- #whitelisted_gem? — RuboCop::Cop::Bundler::GemComment
- #whitelisted_methods — RuboCop::Cop::Style::NestedParenthesizedCalls
- #whitespace_after? — RuboCop::Cop::Style::BlockDelimiters
- #whitespace_after? — RuboCop::Cop::Style::TernaryParentheses
- #whitespace_after_operator? — RuboCop::Cop::Layout::SpaceAfterNot
- #whitespace_before? — RuboCop::Cop::Style::BlockDelimiters
- #whitespace_before_arg — RuboCop::Cop::Style::AndOr
- #whitespace_range — RuboCop::Cop::Layout::CaseIndentation
- #whitespace_range — RuboCop::Cop::Layout::RescueEnsureAlignment
- #whole_line_expression — RuboCop::Cop::Style::EachWithObject
- #with — RuboCop::Cop::Registry
- #with_child_context — RuboCop::NodePattern::Compiler
- #with_color — RuboCop::Formatter::FuubarStyleFormatter
- #with_context — RuboCop::NodePattern::Compiler
- #with_cop_error_handling — RuboCop::Cop::Commissioner
- #with_department — RuboCop::Cop::Badge
- #with_department — RuboCop::Cop::Registry
- #with_index_range — RuboCop::Cop::Lint::RedundantWithIndex
- #with_lineno? — RuboCop::Cop::Style::EvalWithLocation
- #with_object_range — RuboCop::Cop::Lint::RedundantWithObject
- #with_offense_annotations — RuboCop::RSpec::ExpectOffense::AnnotatedSource
- #with_seq_head_context — RuboCop::NodePattern::Compiler
- #with_temp_node — RuboCop::NodePattern::Compiler
- #with_temp_variables — RuboCop::NodePattern::Compiler
- #within? — RuboCop::Cop::Alignment
- #within_column_limit? — RuboCop::Cop::CheckLineBreakable
- #within_node? — RuboCop::Cop::MultilineExpressionIndentation
- #without_department — RuboCop::Cop::Registry
- #word_regex — RuboCop::Cop::Style::WordArray
- #word_symbol_pair? — RuboCop::Cop::Style::HashSyntax
- #wrap_contents — RuboCop::Cop::PercentLiteralCorrector
- #write_source — RuboCop::Cop::Generator
- #write_spec — RuboCop::Cop::Generator
- #write_unless_file_exists — RuboCop::Cop::Generator
- #wrong_quotes? — RuboCop::Cop::StringLiteralsHelp
- #yoda_compatible_condition? — RuboCop::Cop::Style::YodaCondition