Table of Contents - rubocop-0.51.0 Documentation
Pages
Classes and Modules
- CopHelper
- Heredoc
- HostEnvironmentSimulatorHelper
- Object
- RuboCop
- RuboCop::AST
- RuboCop::AST::AndNode
- RuboCop::AST::ArgsNode
- RuboCop::AST::ArrayNode
- RuboCop::AST::BinaryOperatorNode
- RuboCop::AST::BlockNode
- RuboCop::AST::Builder
- RuboCop::AST::CaseNode
- RuboCop::AST::CollectionNode
- RuboCop::AST::ConditionalNode
- RuboCop::AST::DefNode
- RuboCop::AST::EnsureNode
- RuboCop::AST::ForNode
- RuboCop::AST::HashElementNode
- RuboCop::AST::HashElementNode::HashElementDelta
- RuboCop::AST::HashNode
- RuboCop::AST::IfNode
- RuboCop::AST::KeywordSplatNode
- RuboCop::AST::MethodDispatchNode
- RuboCop::AST::MethodIdentifierPredicates
- RuboCop::AST::ModifierNode
- RuboCop::AST::Node
- RuboCop::AST::OrNode
- RuboCop::AST::PairNode
- RuboCop::AST::ParameterizedNode
- RuboCop::AST::PredicateOperatorNode
- RuboCop::AST::RegexpNode
- RuboCop::AST::ResbodyNode
- RuboCop::AST::SendNode
- RuboCop::AST::Sexp
- RuboCop::AST::SuperNode
- 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::ConfigStore
- RuboCop::Cop
- RuboCop::Cop::AmbiguousCopName
- RuboCop::Cop::ArrayHashIndentation
- RuboCop::Cop::ArrayMinSize
- RuboCop::Cop::ArraySyntax
- RuboCop::Cop::AutocorrectAlignment
- RuboCop::Cop::AutocorrectLogic
- RuboCop::Cop::Badge
- RuboCop::Cop::Badge::InvalidBadge
- RuboCop::Cop::Bundler
- RuboCop::Cop::Bundler::DuplicatedGem
- RuboCop::Cop::Bundler::InsecureProtocolSource
- RuboCop::Cop::Bundler::OrderedGems
- RuboCop::Cop::CheckAssignment
- RuboCop::Cop::ClassishLength
- RuboCop::Cop::CodeLength
- RuboCop::Cop::Commissioner
- 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::EndKeywordAlignment
- RuboCop::Cop::EnforceSuperclass
- RuboCop::Cop::FirstElementLineBreak
- RuboCop::Cop::Force
- RuboCop::Cop::FrozenStringLiteral
- RuboCop::Cop::Gemspec
- RuboCop::Cop::Gemspec::OrderedDependencies
- RuboCop::Cop::Generator
- 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::IgnoredNode
- RuboCop::Cop::IgnoredPattern
- RuboCop::Cop::IntegerNode
- RuboCop::Cop::InternalAffairs
- RuboCop::Cop::InternalAffairs::DeprecatedPositionalArguments
- RuboCop::Cop::InternalAffairs::NodeTypePredicate
- RuboCop::Cop::InternalAffairs::OffenseLocationKeyword
- RuboCop::Cop::InternalAffairs::RedundantLocationArgument
- RuboCop::Cop::InternalAffairs::RedundantMessageArgument
- RuboCop::Cop::InternalAffairs::UselessMessageAssertion
- RuboCop::Cop::Layout
- RuboCop::Cop::Layout::AccessModifierIndentation
- RuboCop::Cop::Layout::AlignArray
- RuboCop::Cop::Layout::AlignHash
- RuboCop::Cop::Layout::AlignParameters
- RuboCop::Cop::Layout::BlockEndNewline
- RuboCop::Cop::Layout::CaseIndentation
- RuboCop::Cop::Layout::ClosingParenthesisIndentation
- RuboCop::Cop::Layout::CommentIndentation
- RuboCop::Cop::Layout::DotPosition
- RuboCop::Cop::Layout::ElseAlignment
- RuboCop::Cop::Layout::EmptyLineAfterMagicComment
- RuboCop::Cop::Layout::EmptyLineBetweenDefs
- RuboCop::Cop::Layout::EmptyLines
- RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- 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::EndOfLine
- RuboCop::Cop::Layout::ExtraSpacing
- RuboCop::Cop::Layout::FirstArrayElementLineBreak
- RuboCop::Cop::Layout::FirstHashElementLineBreak
- RuboCop::Cop::Layout::FirstMethodArgumentLineBreak
- RuboCop::Cop::Layout::FirstMethodParameterLineBreak
- RuboCop::Cop::Layout::FirstParameterIndentation
- RuboCop::Cop::Layout::IndentArray
- RuboCop::Cop::Layout::IndentAssignment
- RuboCop::Cop::Layout::IndentHash
- RuboCop::Cop::Layout::IndentHeredoc
- RuboCop::Cop::Layout::IndentationConsistency
- RuboCop::Cop::Layout::IndentationWidth
- RuboCop::Cop::Layout::InitialIndentation
- RuboCop::Cop::Layout::LeadingCommentSpace
- RuboCop::Cop::Layout::MultilineArrayBraceLayout
- RuboCop::Cop::Layout::MultilineAssignmentLayout
- RuboCop::Cop::Layout::MultilineBlockLayout
- RuboCop::Cop::Layout::MultilineHashBraceLayout
- 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::SpaceInsideArrayPercentLiteral
- RuboCop::Cop::Layout::SpaceInsideBlockBraces
- RuboCop::Cop::Layout::SpaceInsideBrackets
- RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- RuboCop::Cop::Layout::SpaceInsideParens
- RuboCop::Cop::Layout::SpaceInsidePercentLiteralDelimiters
- RuboCop::Cop::Layout::SpaceInsideRangeLiteral
- RuboCop::Cop::Layout::SpaceInsideStringInterpolation
- RuboCop::Cop::Layout::Tab
- RuboCop::Cop::Layout::TrailingBlankLines
- RuboCop::Cop::Layout::TrailingWhitespace
- RuboCop::Cop::Lint
- RuboCop::Cop::Lint::AmbiguousBlockAssociation
- RuboCop::Cop::Lint::AmbiguousOperator
- RuboCop::Cop::Lint::AmbiguousRegexpLiteral
- RuboCop::Cop::Lint::AssignmentInCondition
- RuboCop::Cop::Lint::BlockAlignment
- RuboCop::Cop::Lint::BooleanSymbol
- RuboCop::Cop::Lint::CircularArgumentReference
- RuboCop::Cop::Lint::ConditionPosition
- RuboCop::Cop::Lint::Debugger
- RuboCop::Cop::Lint::DefEndAlignment
- RuboCop::Cop::Lint::DeprecatedClassMethods
- RuboCop::Cop::Lint::DeprecatedClassMethods::DeprecatedClassMethod
- 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::EndAlignment
- RuboCop::Cop::Lint::EndInMethod
- RuboCop::Cop::Lint::EnsureReturn
- RuboCop::Cop::Lint::FloatOutOfRange
- RuboCop::Cop::Lint::FormatParameterMismatch
- RuboCop::Cop::Lint::HandleExceptions
- 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::MultipleCompare
- RuboCop::Cop::Lint::NestedMethodDefinition
- RuboCop::Cop::Lint::NextWithoutAccumulator
- RuboCop::Cop::Lint::NonLocalExitFromIterator
- 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::RescueWithoutErrorClass
- RuboCop::Cop::Lint::ReturnInVoidContext
- RuboCop::Cop::Lint::SafeNavigationChain
- RuboCop::Cop::Lint::ScriptPermission
- RuboCop::Cop::Lint::ShadowedException
- RuboCop::Cop::Lint::ShadowingOuterLocalVariable
- RuboCop::Cop::Lint::StringConversionInInterpolation
- RuboCop::Cop::Lint::Syntax
- RuboCop::Cop::Lint::UnderscorePrefixedVariableName
- RuboCop::Cop::Lint::UnifiedInteger
- RuboCop::Cop::Lint::UnneededDisable
- 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::MinBodyLength
- RuboCop::Cop::MultilineExpressionIndentation
- 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::MethodName
- RuboCop::Cop::Naming::PredicateName
- RuboCop::Cop::Naming::VariableName
- RuboCop::Cop::Naming::VariableNumber
- RuboCop::Cop::NegativeConditional
- RuboCop::Cop::Offense
- RuboCop::Cop::OnNormalIfUnless
- RuboCop::Cop::OrderedGemNode
- RuboCop::Cop::Parentheses
- RuboCop::Cop::ParserDiagnostic
- RuboCop::Cop::PercentArray
- RuboCop::Cop::PercentLiteral
- RuboCop::Cop::Performance
- RuboCop::Cop::Performance::Caller
- RuboCop::Cop::Performance::CaseWhenSplat
- RuboCop::Cop::Performance::Casecmp
- RuboCop::Cop::Performance::CompareWithBlock
- RuboCop::Cop::Performance::Count
- RuboCop::Cop::Performance::Detect
- RuboCop::Cop::Performance::DoubleStartEndWith
- RuboCop::Cop::Performance::EndWith
- RuboCop::Cop::Performance::FixedSize
- RuboCop::Cop::Performance::FlatMap
- RuboCop::Cop::Performance::HashEachMethods
- RuboCop::Cop::Performance::LstripRstrip
- RuboCop::Cop::Performance::RangeInclude
- RuboCop::Cop::Performance::RedundantBlockCall
- RuboCop::Cop::Performance::RedundantMatch
- RuboCop::Cop::Performance::RedundantMerge
- RuboCop::Cop::Performance::RedundantMerge::EachWithObjectInspector
- RuboCop::Cop::Performance::RedundantSortBy
- RuboCop::Cop::Performance::RegexpMatch
- RuboCop::Cop::Performance::ReverseEach
- RuboCop::Cop::Performance::Sample
- RuboCop::Cop::Performance::Size
- RuboCop::Cop::Performance::StartWith
- RuboCop::Cop::Performance::StringReplacement
- RuboCop::Cop::Performance::TimesMap
- RuboCop::Cop::Performance::UnfreezeString
- RuboCop::Cop::Performance::UriDefaultParser
- RuboCop::Cop::PrecedingFollowingAlignment
- RuboCop::Cop::Rails
- RuboCop::Cop::Rails::ActionFilter
- RuboCop::Cop::Rails::ActiveSupportAliases
- RuboCop::Cop::Rails::ApplicationJob
- RuboCop::Cop::Rails::ApplicationRecord
- RuboCop::Cop::Rails::Blank
- RuboCop::Cop::Rails::Date
- RuboCop::Cop::Rails::Delegate
- RuboCop::Cop::Rails::DelegateAllowBlank
- RuboCop::Cop::Rails::DynamicFindBy
- RuboCop::Cop::Rails::EnumUniqueness
- RuboCop::Cop::Rails::Exit
- RuboCop::Cop::Rails::FilePath
- RuboCop::Cop::Rails::FindBy
- RuboCop::Cop::Rails::FindEach
- RuboCop::Cop::Rails::HasAndBelongsToMany
- RuboCop::Cop::Rails::HasManyOrHasOneDependent
- RuboCop::Cop::Rails::HttpPositionalArguments
- RuboCop::Cop::Rails::NotNullColumn
- RuboCop::Cop::Rails::Output
- RuboCop::Cop::Rails::OutputSafety
- RuboCop::Cop::Rails::PluralizationGrammar
- RuboCop::Cop::Rails::Present
- RuboCop::Cop::Rails::ReadWriteAttribute
- RuboCop::Cop::Rails::RelativeDateConstant
- RuboCop::Cop::Rails::RequestReferer
- RuboCop::Cop::Rails::ReversibleMigration
- RuboCop::Cop::Rails::SafeNavigation
- RuboCop::Cop::Rails::SaveBang
- RuboCop::Cop::Rails::ScopeArgs
- RuboCop::Cop::Rails::SkipsModelValidations
- RuboCop::Cop::Rails::TimeZone
- RuboCop::Cop::Rails::UniqBeforePluck
- RuboCop::Cop::Rails::UnknownEnv
- RuboCop::Cop::Rails::Validation
- 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::YAMLLoad
- RuboCop::Cop::Severity
- RuboCop::Cop::SpaceAfterPunctuation
- RuboCop::Cop::SpaceBeforePunctuation
- RuboCop::Cop::SpaceInside
- RuboCop::Cop::SpaceInside::Brackets
- RuboCop::Cop::StatementModifier
- RuboCop::Cop::StringHelp
- RuboCop::Cop::StringLiteralsHelp
- RuboCop::Cop::Style
- 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::CommandLiteral
- RuboCop::Cop::Style::CommentAnnotation
- RuboCop::Cop::Style::CommentedKeyword
- RuboCop::Cop::Style::ConditionalAssignment
- RuboCop::Cop::Style::ConditionalAssignmentHelper
- RuboCop::Cop::Style::ConditionalCorrectorHelper
- 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::EmptyCaseCondition
- RuboCop::Cop::Style::EmptyElse
- RuboCop::Cop::Style::EmptyLiteral
- RuboCop::Cop::Style::EmptyMethod
- RuboCop::Cop::Style::Encoding
- RuboCop::Cop::Style::EndBlock
- RuboCop::Cop::Style::EvenOdd
- RuboCop::Cop::Style::FlipFlop
- 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::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::MethodMissing
- RuboCop::Cop::Style::MinMax
- RuboCop::Cop::Style::MissingElse
- 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::MultilineTernaryOperator
- RuboCop::Cop::Style::MultipleComparison
- RuboCop::Cop::Style::MutableConstant
- RuboCop::Cop::Style::NegatedIf
- 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::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::RegexpLiteral
- RuboCop::Cop::Style::RescueModifier
- RuboCop::Cop::Style::ReturnNil
- RuboCop::Cop::Style::SafeNavigation
- 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::StringLiterals
- RuboCop::Cop::Style::StringLiteralsInInterpolation
- RuboCop::Cop::Style::StringMethods
- 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::TrailingCommaInArguments
- RuboCop::Cop::Style::TrailingCommaInLiteral
- RuboCop::Cop::Style::TrailingUnderscoreVariable
- RuboCop::Cop::Style::TrivialAccessors
- RuboCop::Cop::Style::UnlessCorrector
- RuboCop::Cop::Style::UnlessElse
- RuboCop::Cop::Style::UnneededCapitalW
- RuboCop::Cop::Style::UnneededInterpolation
- RuboCop::Cop::Style::UnneededPercentQ
- 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::TargetRailsVersion
- RuboCop::Cop::TargetRubyVersion
- RuboCop::Cop::Team
- RuboCop::Cop::TooManyLines
- RuboCop::Cop::TrailingComma
- 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::Formatter
- 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::SimpleTextFormatter
- RuboCop::Formatter::SimpleTextFormatter::Report
- RuboCop::Formatter::TapFormatter
- RuboCop::Formatter::TextUtil
- RuboCop::Formatter::WorstOffendersFormatter
- RuboCop::MagicComment
- RuboCop::MagicComment::EditorComment
- RuboCop::MagicComment::EmacsComment
- RuboCop::MagicComment::SimpleComment
- RuboCop::MagicComment::VimComment
- RuboCop::NameSimilarity
- RuboCop::NodePattern
- RuboCop::NodePattern::Compiler
- RuboCop::NodePattern::Macros
- 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::StringUtil::Jaro
- RuboCop::StringUtil::JaroWinkler
- RuboCop::TargetFinder
- RuboCop::Token
- RuboCop::ValidationError
- RuboCop::Version
- RuboCop::Warning
Methods
- ::add_excludes_from_files — RuboCop::ConfigLoader
- ::add_missing_namespaces — RuboCop::ConfigLoader
- ::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::MultilineHashBraceLayout
- ::autocorrect_incompatible_with — RuboCop::Cop::Layout::SpaceAroundOperators
- ::autocorrect_incompatible_with — RuboCop::Cop::Layout::SpaceBeforeBlockBraces
- ::autocorrect_incompatible_with — RuboCop::Cop::Style::LineEndConcatenation
- ::autocorrect_incompatible_with — RuboCop::Cop::Style::SelfAssignment
- ::autocorrect_incompatible_with — RuboCop::Cop::Style::SymbolProc
- ::autocorrect_incompatible_with — RuboCop::Cop::Style::UnneededInterpolation
- ::badge — RuboCop::Cop::Cop
- ::base_configs — RuboCop::ConfigLoader
- ::cache_root — RuboCop::ResultCache
- ::callback_methods — RuboCop::Cop::Commissioner
- ::cleanup — RuboCop::ResultCache
- ::clear_options — RuboCop::ConfigLoader
- ::config_files_in_path — RuboCop::ConfigLoader
- ::configuration_file_for — RuboCop::ConfigLoader
- ::configuration_from_file — RuboCop::ConfigLoader
- ::cop_name — RuboCop::Cop::Cop
- ::correct — RuboCop::Cop::Style::TernaryCorrector
- ::correct — RuboCop::Cop::Style::IfCorrector
- ::correct — RuboCop::Cop::Style::CaseCorrector
- ::correct — RuboCop::Cop::Style::UnlessCorrector
- ::correction — RuboCop::Cop::Style::TernaryCorrector
- ::create_config — RuboCop::ConfigLoader
- ::default_configuration — RuboCop::ConfigLoader
- ::department — RuboCop::Cop::Cop
- ::dirs_to_search — RuboCop::ConfigLoader
- ::distance — RuboCop::StringUtil::Jaro
- ::element_assignment? — RuboCop::Cop::Style::TernaryCorrector
- ::extract_branches — RuboCop::Cop::Style::TernaryCorrector
- ::extract_branches — RuboCop::Cop::Style::IfCorrector
- ::extract_branches — RuboCop::Cop::Style::CaseCorrector
- ::extract_tail_branches — RuboCop::Cop::Style::IfCorrector
- ::extract_tail_branches — RuboCop::Cop::Style::CaseCorrector
- ::extract_tail_branches — RuboCop::Cop::Style::UnlessCorrector
- ::for — RuboCop::Cop::Badge
- ::force_name — RuboCop::Cop::Force
- ::from_file — RuboCop::ProcessedSource
- ::from_parser_token — RuboCop::Token
- ::gem_config_path — RuboCop::ConfigLoader
- ::handle_disabled_by_default — RuboCop::ConfigLoader
- ::included — RuboCop::Cop::EnforceSuperclass
- ::inherited — RuboCop::Cop::Cop
- ::inherited — RuboCop::Cop::Force
- ::inherited_file — RuboCop::ConfigLoader
- ::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
- ::name_from_code — RuboCop::Cop::Severity
- ::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::Force
- ::new — RuboCop::Cop::Generator
- ::new — RuboCop::Cop::Generator::RequireFileInjector
- ::new — RuboCop::Cop::Lint::DeprecatedClassMethods::DeprecatedClassMethod
- ::new — RuboCop::Cop::Lint::DuplicateMethods
- ::new — RuboCop::Cop::Lint::UselessSetterCall::MethodVariableTracker
- ::new — RuboCop::Cop::MessageAnnotator
- ::new — RuboCop::Cop::SpaceInside::Brackets
- ::new — RuboCop::Cop::Offense
- ::new — RuboCop::Cop::Performance::RedundantMerge::EachWithObjectInspector
- ::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::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::StringUtil::Jaro
- ::new — RuboCop::StringUtil::JaroWinkler
- ::new — RuboCop::TargetFinder
- ::new — RuboCop::Token
- ::non_rails — RuboCop::Cop::Cop
- ::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
- ::qualified_cop_name — RuboCop::Cop::Cop
- ::remove_files — RuboCop::ResultCache
- ::remove_oldest_files — RuboCop::ResultCache
- ::remove_parentheses — RuboCop::Cop::Style::TernaryCorrector
- ::requires_file_removal? — RuboCop::ResultCache
- ::target_ruby_version_to_f! — RuboCop::ConfigLoader
- ::ternary — RuboCop::Cop::Style::TernaryCorrector
- ::transform — RuboCop::ConfigLoader
- ::validate_cop_list — RuboCop::OptionsValidator
- ::version — RuboCop::Version
- ::windows? — RuboCop::Platform
- ::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::Config
- #[] — RuboCop::ProcessedSource
- #[]= — RuboCop::Config
- #_investigate — CopHelper
- #abort — RuboCop::Runner
- #absolute? — RuboCop::PathUtil
- #accept_child_double_quotes? — RuboCop::Cop::Style::StringLiterals
- #accept_first_call? — RuboCop::Cop::Performance::Detect
- #accept_first_param? — RuboCop::Cop::Performance::StringReplacement
- #accept_left_parenthesis? — RuboCop::Cop::Layout::SpaceAroundKeyword
- #accept_left_square_bracket? — RuboCop::Cop::Layout::SpaceAroundKeyword
- #accept_second_param? — RuboCop::Cop::Performance::StringReplacement
- #acceptable? — RuboCop::Cop::Rails::TimeZone
- #acceptable_19_syntax_symbol? — RuboCop::Cop::Style::HashSyntax
- #acceptable_capital_q? — RuboCop::Cop::Style::UnneededPercentQ
- #acceptable_exploded_args? — RuboCop::Cop::Style::RaiseArgs
- #acceptable_methods — RuboCop::Cop::Rails::TimeZone
- #acceptable_q? — RuboCop::Cop::Style::UnneededPercentQ
- #accepted_form? — RuboCop::Cop::Style::GuardClause
- #accepted_if? — RuboCop::Cop::Style::GuardClause
- #accepted_opening_delimiter? — RuboCop::Cop::Layout::SpaceAroundKeyword
- #access_modifier? — RuboCop::AST::MethodDispatchNode
- #accesses? — RuboCop::Cop::Style::ParallelAssignment::AssignmentSorter
- #accessible_variables — RuboCop::Cop::VariableForce::VariableTable
- #accessor — RuboCop::Cop::Style::TrivialAccessors
- #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_arg_offense — RuboCop::Cop::Style::BracesAroundHashParameters
- #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_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_offense — RuboCop::Cop::Cop
- #add_offense_common — RuboCop::Cop::Cop
- #add_offense_deprecated — RuboCop::Cop::Cop
- #add_offense_for_args — RuboCop::Cop::Style::Alias
- #add_offense_for_double_call — RuboCop::Cop::Performance::DoubleStartEndWith
- #add_offense_for_entire_comment — RuboCop::Cop::Lint::UnneededDisable
- #add_offense_for_expression — RuboCop::Cop::Layout::MultilineBlockLayout
- #add_offense_for_misalignment — RuboCop::Cop::EndKeywordAlignment
- #add_offense_for_some_cops — RuboCop::Cop::Lint::UnneededDisable
- #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::UnneededDisable
- #add_offenses_for_unnecessary_spaces — RuboCop::Cop::Layout::SpaceInsidePercentLiteralDelimiters
- #add_only_options — RuboCop::Options
- #add_parentheses — RuboCop::Cop::Style::LambdaCall
- #add_scope — RuboCop::Cop::Style::RedundantSelf
- #add_self_to_getters — RuboCop::Cop::Style::ParallelAssignment
- #add_severity_option — RuboCop::Options
- #add_space_before — RuboCop::Cop::Lint::BlockAlignment
- #add_unneeded_disables — RuboCop::Runner
- #adjacent_braces — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #adjust — RuboCop::Cop::Layout::AlignHash
- #after_leaving_scope — RuboCop::Cop::Lint::UnderscorePrefixedVariableName
- #after_leaving_scope — RuboCop::Cop::Lint::UselessAssignment
- #after_leaving_scope — RuboCop::Cop::Rails::SaveBang
- #after_leaving_scope — RuboCop::Cop::Lint::UnusedArgument
- #alias_keyword_possible? — RuboCop::Cop::Style::Alias
- #alias_method_possible? — RuboCop::Cop::Style::Alias
- #align — RuboCop::Cop::EndKeywordAlignment
- #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_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_column — RuboCop::Cop::EndKeywordAlignment
- #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::Lint::EndAlignment
- #all_cop_names — RuboCop::CommentConfig
- #all_cop_names — RuboCop::Cop::Lint::UnneededDisable
- #all_disabled? — RuboCop::Cop::Lint::UnneededDisable
- #all_hash_key? — RuboCop::Cop::Rails::ReversibleMigration
- #all_string_literals? — RuboCop::Cop::Style::StringLiterals
- #allow — RuboCop::Cop::Style::SignalException
- #allow_blank_option — RuboCop::Cop::Rails::DelegateAllowBlank
- #allow_dsl_writers? — RuboCop::Cop::Style::TrivialAccessors
- #allow_empty? — RuboCop::Cop::Style::SingleLineMethods
- #allow_for_alignment? — RuboCop::Cop::PrecedingFollowingAlignment
- #allow_heredoc? — RuboCop::Cop::Metrics::LineLength
- #allow_inner_backticks? — RuboCop::Cop::Style::CommandLiteral
- #allow_inner_slashes? — RuboCop::Cop::Style::RegexpLiteral
- #allow_multiple_return_values? — RuboCop::Cop::Style::RedundantReturn
- #allow_named_underscore_variables — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #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_argument? — RuboCop::Cop::Performance::FixedSize
- #allowed_array_or_hash_element? — RuboCop::Cop::Style::RedundantParentheses
- #allowed_backtick_literal? — RuboCop::Cop::Style::CommandLiteral
- #allowed_block? — RuboCop::Cop::Lint::UnusedBlockArgument
- #allowed_bracket_array? — RuboCop::Cop::PercentArray
- #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_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_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_multiple_expression? — RuboCop::Cop::Style::RedundantParentheses
- #allowed_omission? — RuboCop::Cop::Style::NestedParenthesizedCalls
- #allowed_on_first_line? — RuboCop::Cop::Layout::LeadingCommentSpace
- #allowed_parent? — RuboCop::Cop::Performance::FixedSize
- #allowed_parent? — RuboCop::Cop::Performance::Size
- #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_variable? — RuboCop::Cop::Performance::FixedSize
- #allowed_writer? — RuboCop::Cop::Style::TrivialAccessors
- #alt_start_msg — RuboCop::Cop::Lint::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
- #ambiguous_or_unexpected_style_detected — RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- #ambiguous_style_detected — RuboCop::Cop::ConfigurableEnforcedStyle
- #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_method_definition? — RuboCop::Cop::Lint::UselessAccessModifier
- #any_symlink? — RuboCop::ResultCache
- #apply_autocorrect — RuboCop::Cop::Style::SelfAssignment
- #apply_default_formatter — RuboCop::CLI
- #arg_to_unparenthesized_call? — RuboCop::Cop::Style::Lambda
- #args? — RuboCop::Cop::Layout::SpaceInLambdaLiteral
- #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_include_block_pass? — RuboCop::Cop::Performance::RedundantBlockCall
- #args_match? — RuboCop::Cop::Style::SingleLineBlockParams
- #args_on_beginning_line? — RuboCop::Cop::Layout::MultilineBlockLayout
- #argument? — RuboCop::AST::Node
- #argument? — RuboCop::Cop::VariableForce::Variable
- #argument_in_method_call — RuboCop::Cop::MultilineExpressionIndentation
- #argument_positions — RuboCop::Cop::Style::OptionalArguments
- #argument_range — RuboCop::Cop::Style::MinMax
- #arguments — RuboCop::AST::BlockNode
- #arguments — RuboCop::AST::DefNode
- #arguments — RuboCop::AST::MethodDispatchNode
- #arguments? — RuboCop::AST::BlockNode
- #arguments? — RuboCop::Cop::Style::RedundantReturn
- #arguments? — RuboCop::AST::ParameterizedNode
- #arguments_count — RuboCop::Cop::Lint::FormatParameterMismatch
- #arguments_match? — RuboCop::Cop::Rails::Delegate
- #arguments_without_parentheses? — RuboCop::Cop::Style::MethodDefParentheses
- #array? — RuboCop::Cop::Performance::Size
- #array_element? — RuboCop::Cop::Style::RedundantParentheses
- #array_or_range? — RuboCop::Cop::Style::BlockDelimiters
- #array_splat? — RuboCop::Cop::Lint::UnneededSplatExpansion
- #array_style_detected — RuboCop::Cop::ArrayMinSize
- #arrow_form? — RuboCop::Cop::Layout::SpaceInLambdaLiteral
- #arrow_form? — RuboCop::Cop::Style::StabbyLambdaParentheses
- #arrow_lambda_with_args? — RuboCop::Cop::Layout::SpaceInLambdaLiteral
- #asgn_method_call? — RuboCop::AST::Node
- #asgn_variable_align_with — RuboCop::Cop::Lint::EndAlignment
- #assertions_using_described_class_msg — RuboCop::Cop::InternalAffairs::UselessMessageAssertion
- #assign — RuboCop::Cop::VariableForce::Variable
- #assign_to_variable — RuboCop::Cop::VariableForce::VariableTable
- #assignment — RuboCop::Cop::Style::ParallelAssignment::GenericCorrector
- #assignment — RuboCop::Cop::Style::ConditionalCorrectorHelper
- #assignment_corrector — RuboCop::Cop::Style::ParallelAssignment
- #assignment_method? — RuboCop::AST::MethodIdentifierPredicates
- #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
- #ast_with_comments — RuboCop::ProcessedSource
- #augment_message — RuboCop::Cop::Lint::UnusedBlockArgument
- #autocorrect — RuboCop::Cop::Bundler::InsecureProtocolSource
- #autocorrect — RuboCop::Cop::InternalAffairs::DeprecatedPositionalArguments
- #autocorrect — RuboCop::Cop::InternalAffairs::NodeTypePredicate
- #autocorrect — RuboCop::Cop::InternalAffairs::OffenseLocationKeyword
- #autocorrect — RuboCop::Cop::InternalAffairs::RedundantLocationArgument
- #autocorrect — RuboCop::Cop::InternalAffairs::RedundantMessageArgument
- #autocorrect — RuboCop::Cop::Layout::AlignHash
- #autocorrect — RuboCop::Cop::Layout::BlockEndNewline
- #autocorrect — RuboCop::Cop::Layout::CaseIndentation
- #autocorrect — RuboCop::Cop::Layout::DotPosition
- #autocorrect — RuboCop::Cop::Layout::EmptyLineAfterMagicComment
- #autocorrect — RuboCop::Cop::Layout::EmptyLineBetweenDefs
- #autocorrect — RuboCop::Cop::Layout::EmptyLines
- #autocorrect — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #autocorrect — RuboCop::Cop::Layout::ExtraSpacing
- #autocorrect — RuboCop::Cop::Layout::IndentHeredoc
- #autocorrect — RuboCop::Cop::Layout::InitialIndentation
- #autocorrect — RuboCop::Cop::Layout::LeadingCommentSpace
- #autocorrect — RuboCop::Cop::Layout::MultilineAssignmentLayout
- #autocorrect — RuboCop::Cop::Layout::MultilineBlockLayout
- #autocorrect — RuboCop::Cop::Layout::RescueEnsureAlignment
- #autocorrect — RuboCop::Cop::Layout::SpaceAfterColon
- #autocorrect — RuboCop::Cop::Layout::SpaceAfterMethodName
- #autocorrect — RuboCop::Cop::Layout::SpaceAfterNot
- #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::SpaceBeforeComment
- #autocorrect — RuboCop::Cop::Layout::SpaceBeforeFirstArg
- #autocorrect — RuboCop::Cop::Layout::SpaceInLambdaLiteral
- #autocorrect — RuboCop::Cop::Layout::SpaceInsideArrayPercentLiteral
- #autocorrect — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #autocorrect — RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- #autocorrect — RuboCop::Cop::Layout::SpaceInsidePercentLiteralDelimiters
- #autocorrect — RuboCop::Cop::Layout::SpaceInsideRangeLiteral
- #autocorrect — RuboCop::Cop::Layout::SpaceInsideStringInterpolation
- #autocorrect — RuboCop::Cop::Layout::Tab
- #autocorrect — RuboCop::Cop::Layout::TrailingBlankLines
- #autocorrect — RuboCop::Cop::Layout::TrailingWhitespace
- #autocorrect — RuboCop::Cop::Lint::BlockAlignment
- #autocorrect — RuboCop::Cop::Lint::DefEndAlignment
- #autocorrect — RuboCop::Cop::Lint::DeprecatedClassMethods
- #autocorrect — RuboCop::Cop::Lint::EmptyEnsure
- #autocorrect — RuboCop::Cop::Lint::EmptyInterpolation
- #autocorrect — RuboCop::Cop::Lint::EndAlignment
- #autocorrect — RuboCop::Cop::Lint::InheritException
- #autocorrect — RuboCop::Cop::Lint::LiteralInInterpolation
- #autocorrect — RuboCop::Cop::Lint::MultipleCompare
- #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::SafeNavigationChain
- #autocorrect — RuboCop::Cop::Lint::ScriptPermission
- #autocorrect — RuboCop::Cop::Lint::StringConversionInInterpolation
- #autocorrect — RuboCop::Cop::Lint::UnifiedInteger
- #autocorrect — RuboCop::Cop::Lint::UnneededDisable
- #autocorrect — RuboCop::Cop::Lint::UnneededRequireStatement
- #autocorrect — RuboCop::Cop::Lint::UnneededSplatExpansion
- #autocorrect — RuboCop::Cop::Lint::UriRegexp
- #autocorrect — RuboCop::Cop::Performance::CaseWhenSplat
- #autocorrect — RuboCop::Cop::Performance::Casecmp
- #autocorrect — RuboCop::Cop::Performance::CompareWithBlock
- #autocorrect — RuboCop::Cop::Performance::Count
- #autocorrect — RuboCop::Cop::Performance::Detect
- #autocorrect — RuboCop::Cop::Performance::DoubleStartEndWith
- #autocorrect — RuboCop::Cop::Performance::EndWith
- #autocorrect — RuboCop::Cop::Performance::FlatMap
- #autocorrect — RuboCop::Cop::Performance::HashEachMethods
- #autocorrect — RuboCop::Cop::Performance::LstripRstrip
- #autocorrect — RuboCop::Cop::Performance::RangeInclude
- #autocorrect — RuboCop::Cop::Performance::RedundantBlockCall
- #autocorrect — RuboCop::Cop::Performance::RedundantMatch
- #autocorrect — RuboCop::Cop::Performance::RedundantMerge
- #autocorrect — RuboCop::Cop::Performance::RedundantSortBy
- #autocorrect — RuboCop::Cop::Performance::RegexpMatch
- #autocorrect — RuboCop::Cop::Performance::ReverseEach
- #autocorrect — RuboCop::Cop::Performance::Sample
- #autocorrect — RuboCop::Cop::Performance::Size
- #autocorrect — RuboCop::Cop::Performance::StartWith
- #autocorrect — RuboCop::Cop::Performance::StringReplacement
- #autocorrect — RuboCop::Cop::Performance::TimesMap
- #autocorrect — RuboCop::Cop::Performance::UriDefaultParser
- #autocorrect — RuboCop::Cop::Rails::ActionFilter
- #autocorrect — RuboCop::Cop::Rails::ActiveSupportAliases
- #autocorrect — RuboCop::Cop::Rails::Blank
- #autocorrect — RuboCop::Cop::Rails::Delegate
- #autocorrect — RuboCop::Cop::Rails::DelegateAllowBlank
- #autocorrect — RuboCop::Cop::Rails::DynamicFindBy
- #autocorrect — RuboCop::Cop::Rails::FindBy
- #autocorrect — RuboCop::Cop::Rails::FindEach
- #autocorrect — RuboCop::Cop::Rails::HttpPositionalArguments
- #autocorrect — RuboCop::Cop::Rails::PluralizationGrammar
- #autocorrect — RuboCop::Cop::Rails::Present
- #autocorrect — RuboCop::Cop::Rails::ReadWriteAttribute
- #autocorrect — RuboCop::Cop::Rails::RelativeDateConstant
- #autocorrect — RuboCop::Cop::Rails::RequestReferer
- #autocorrect — RuboCop::Cop::Rails::SafeNavigation
- #autocorrect — RuboCop::Cop::Rails::SaveBang
- #autocorrect — RuboCop::Cop::Rails::UniqBeforePluck
- #autocorrect — RuboCop::Cop::Rails::Validation
- #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::ClassCheck
- #autocorrect — RuboCop::Cop::Style::ClassMethods
- #autocorrect — RuboCop::Cop::Style::CollectionMethods
- #autocorrect — RuboCop::Cop::Style::ColonMethodCall
- #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::EmptyCaseCondition
- #autocorrect — RuboCop::Cop::Style::EmptyElse
- #autocorrect — RuboCop::Cop::Style::EmptyLiteral
- #autocorrect — RuboCop::Cop::Style::EmptyMethod
- #autocorrect — RuboCop::Cop::Style::Encoding
- #autocorrect — RuboCop::Cop::Style::EvenOdd
- #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::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::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::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::RedundantBegin
- #autocorrect — RuboCop::Cop::Style::RedundantConditional
- #autocorrect — RuboCop::Cop::Style::RedundantException
- #autocorrect — RuboCop::Cop::Style::RedundantFreeze
- #autocorrect — RuboCop::Cop::Style::RedundantReturn
- #autocorrect — RuboCop::Cop::Style::RedundantSelf
- #autocorrect — RuboCop::Cop::Style::RegexpLiteral
- #autocorrect — RuboCop::Cop::Style::RescueModifier
- #autocorrect — RuboCop::Cop::Style::ReturnNil
- #autocorrect — RuboCop::Cop::Style::SafeNavigation
- #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::StringMethods
- #autocorrect — RuboCop::Cop::Style::SymbolArray
- #autocorrect — RuboCop::Cop::Style::SymbolLiteral
- #autocorrect — RuboCop::Cop::Style::SymbolProc
- #autocorrect — RuboCop::Cop::Style::TernaryParentheses
- #autocorrect — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #autocorrect — RuboCop::Cop::Style::TrivialAccessors
- #autocorrect — RuboCop::Cop::Style::UnlessElse
- #autocorrect — RuboCop::Cop::Style::UnneededCapitalW
- #autocorrect — RuboCop::Cop::Style::UnneededInterpolation
- #autocorrect — RuboCop::Cop::Style::UnneededPercentQ
- #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::AutocorrectAlignment
- #autocorrect — RuboCop::Cop::Layout::EmptyLinesAroundBody
- #autocorrect — RuboCop::Cop::EnforceSuperclass
- #autocorrect — RuboCop::Cop::FirstElementLineBreak
- #autocorrect — RuboCop::Cop::MultilineLiteralBraceLayout
- #autocorrect — RuboCop::Cop::OrderedGemNode
- #autocorrect — RuboCop::Cop::Parentheses
- #autocorrect — RuboCop::Cop::SpaceAfterPunctuation
- #autocorrect — RuboCop::Cop::SpaceBeforePunctuation
- #autocorrect — RuboCop::Cop::SpaceInside
- #autocorrect — RuboCop::Cop::StringLiteralsHelp
- #autocorrect — RuboCop::Cop::TrailingComma
- #autocorrect — RuboCop::Cop::Lint::UnusedArgument
- #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_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_line — RuboCop::Cop::AutocorrectAlignment
- #autocorrect_literal_to_method — RuboCop::Cop::Style::Lambda
- #autocorrect_method — RuboCop::Cop::Style::SymbolProc
- #autocorrect_method_to_literal — RuboCop::Cop::Style::Lambda
- #autocorrect_modifier — RuboCop::Cop::Style::Next
- #autocorrect_no_args — RuboCop::Cop::Style::SymbolProc
- #autocorrect_no_mixed_keys — RuboCop::Cop::Style::HashSyntax
- #autocorrect_non_nil — RuboCop::Cop::Style::NonNilCheck
- #autocorrect_notice — RuboCop::Cop::Style::Copyright
- #autocorrect_other — RuboCop::Cop::Style::UnneededInterpolation
- #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_words — RuboCop::Cop::PercentLiteral
- #autocorrected_value — 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_days — RuboCop::Cop::Rails::Date
- #bad_methods — RuboCop::Cop::Rails::ActionFilter
- #bad_methods — RuboCop::Cop::Rails::Date
- #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
- #bareword? — RuboCop::Cop::Style::Alias
- #base64_encoded_logo_image — RuboCop::Formatter::HTMLFormatter::ERBContext
- #base_column — RuboCop::Cop::Layout::AlignParameters
- #base_column — RuboCop::Cop::Layout::CaseIndentation
- #base_column — RuboCop::Cop::ArrayHashIndentation
- #base_description — RuboCop::Cop::Layout::IndentArray
- #base_description — RuboCop::Cop::Layout::IndentHash
- #base_dir_for_path_parameters — RuboCop::Config
- #base_for_method_definition — RuboCop::Cop::Layout::ElseAlignment
- #base_if_node — RuboCop::Cop::Style::EmptyElse
- #base_indent_level — RuboCop::Cop::Layout::IndentHeredoc
- #base_indentation — RuboCop::Cop::Layout::FirstParameterIndentation
- #base_range — RuboCop::Cop::Layout::ElseAlignment
- #base_range — RuboCop::Cop::Layout::FirstParameterIndentation
- #base_source — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #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_correction — RuboCop::Cop::Style::ParallelAssignment::RescueCorrector
- #begin_pos — RuboCop::Cop::Style::Lambda
- #begin_pos_for_replacement — RuboCop::Cop::Style::SymbolProc
- #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
- #below_array_length? — RuboCop::Cop::ArrayMinSize
- #binary_operation? — RuboCop::AST::Node
- #binding — RuboCop::Formatter::HTMLFormatter::ERBContext
- #binding_irb? — RuboCop::Cop::Lint::Debugger
- #blacklist — RuboCop::Cop::Rails::SkipsModelValidations
- #blacklisted_delimiters — RuboCop::Cop::Naming::HeredocDelimiterNaming
- #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_comment_within? — RuboCop::Cop::AutocorrectAlignment
- #block_end_align_target — RuboCop::Cop::Lint::BlockAlignment
- #block_length — RuboCop::Cop::Util
- #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::DefNode
- #body — RuboCop::AST::EnsureNode
- #body — RuboCop::AST::ForNode
- #body — RuboCop::AST::ResbodyNode
- #body — RuboCop::AST::WhenNode
- #body — RuboCop::AST::ConditionalNode
- #body_end? — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #body_length — RuboCop::Cop::StatementModifier
- #body_node — RuboCop::Cop::VariableForce::Scope
- #boolean_or_empty_cache? — RuboCop::OptionsValidator
- #brace_alignment_style — RuboCop::Cop::Layout::IndentArray
- #brace_alignment_style — RuboCop::Cop::Layout::IndentHash
- #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_will_be_removed? — RuboCop::Cop::Style::TrailingCommaInArguments
- #braces_with_contents_inside — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #bracketed? — RuboCop::AST::ArrayNode
- #bracketed_array_of? — RuboCop::Cop::ArraySyntax
- #brackets? — RuboCop::Cop::TrailingComma
- #branch — RuboCop::Cop::VariableForce::Branchable
- #branch_index — RuboCop::AST::WhenNode
- #break_line_before — RuboCop::Cop::Style::SingleLineMethods
- #build_message — RuboCop::Cop::Rails::TimeZone
- #builtin_formatter_class — RuboCop::Formatter::FormatterSet
- #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_range — RuboCop::Cop::AutocorrectAlignment
- #call_chain_starts_with_int? — RuboCop::Cop::Style::RedundantParentheses
- #call_to_persisted? — RuboCop::Cop::Rails::SaveBang
- #called_on_string? — RuboCop::Cop::Lint::FormatParameterMismatch
- #calls_super? — RuboCop::Cop::Style::MethodMissing
- #calls_to_report — RuboCop::Cop::Performance::RedundantBlockCall
- #camel_case_method? — RuboCop::AST::MethodIdentifierPredicates
- #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_style? — RuboCop::Cop::Style::MissingElse
- #chained? — RuboCop::AST::Node
- #check — RuboCop::Cop::Layout::ClosingParenthesisIndentation
- #check — RuboCop::Cop::Layout::CommentIndentation
- #check — RuboCop::Cop::Layout::IndentArray
- #check — RuboCop::Cop::Layout::IndentHash
- #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::AssignmentInCondition
- #check — RuboCop::Cop::Lint::ConditionPosition
- #check — RuboCop::Cop::Lint::DeprecatedClassMethods
- #check — RuboCop::Cop::Lint::ElseLayout
- #check — RuboCop::Cop::Lint::UnneededDisable
- #check — RuboCop::Cop::Performance::TimesMap
- #check — RuboCop::Cop::Style::BarePercentLiterals
- #check — RuboCop::Cop::Style::BracesAroundHashParameters
- #check — RuboCop::Cop::Style::ClassMethods
- #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::MethodMissing
- #check — RuboCop::Cop::Style::MissingElse
- #check — RuboCop::Cop::Style::MixinGrouping
- #check — RuboCop::Cop::Style::NestedModifier
- #check — RuboCop::Cop::Style::Next
- #check — RuboCop::Cop::Style::NumericLiterals
- #check — RuboCop::Cop::Style::NumericPredicate
- #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::MultilineExpressionIndentation
- #check — RuboCop::Cop::MultilineLiteralBraceLayout
- #check — RuboCop::Cop::TrailingComma
- #check_add_column — RuboCop::Cop::Rails::NotNullColumn
- #check_add_reference — RuboCop::Cop::Rails::NotNullColumn
- #check_alignment — RuboCop::Cop::Layout::ElseAlignment
- #check_alignment — RuboCop::Cop::AutocorrectAlignment
- #check_and_or — RuboCop::Cop::Layout::MultilineOperationIndentation
- #check_argument — RuboCop::Cop::Lint::UnusedBlockArgument
- #check_argument — RuboCop::Cop::Lint::UnusedMethodArgument
- #check_argument — RuboCop::Cop::Performance::HashEachMethods
- #check_argument — RuboCop::Cop::Lint::UnusedArgument
- #check_asgn_alignment — RuboCop::Cop::Lint::EndAlignment
- #check_assignment — RuboCop::Cop::Layout::ElseAlignment
- #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 — RuboCop::Cop::Lint::EndAlignment
- #check_assignment — RuboCop::Cop::Rails::SaveBang
- #check_assignment_to_condition — RuboCop::Cop::Style::ConditionalAssignment
- #check_backtick_literal — RuboCop::Cop::Style::CommandLiteral
- #check_based_on_longest_key — RuboCop::Cop::Layout::IndentHash
- #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::Lint::BlockAlignment
- #check_body — RuboCop::Cop::Layout::AccessModifierIndentation
- #check_body — RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords
- #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_case — RuboCop::Cop::Lint::LiteralAsCondition
- #check_case — RuboCop::Cop::Lint::UnreachableCode
- #check_case_node — RuboCop::Cop::Style::RedundantReturn
- #check_change_column_default_node — RuboCop::Cop::Rails::ReversibleMigration
- #check_change_table_node — RuboCop::Cop::Rails::ReversibleMigration
- #check_change_table_offense — RuboCop::Cop::Rails::ReversibleMigration
- #check_child_nodes — RuboCop::Cop::Lint::UselessAccessModifier
- #check_child_scope — RuboCop::Cop::Lint::IneffectiveAccessModifier
- #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_condition — RuboCop::Cop::Performance::RegexpMatch
- #check_const_receiver — RuboCop::Cop::Lint::DuplicateMethods
- #check_context_dependent — RuboCop::Cop::Style::BracesAroundHashParameters
- #check_date_node — RuboCop::Cop::Rails::Date
- #check_deferred_empty_line — RuboCop::Cop::Layout::EmptyLinesAroundBody
- #check_defined — RuboCop::Cop::Lint::Void
- #check_defs — RuboCop::Cop::Layout::EmptyLineBetweenDefs
- #check_defs — RuboCop::Cop::Lint::IneffectiveAccessModifier
- #check_defs — RuboCop::Cop::Style::ClassMethods
- #check_directive_line — RuboCop::Cop::Metrics::LineLength
- #check_drop_table_node — RuboCop::Cop::Rails::ReversibleMigration
- #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_equality_only? — RuboCop::Cop::Style::YodaCondition
- #check_expected_style — RuboCop::Cop::ArrayHashIndentation
- #check_exploded — RuboCop::Cop::Style::RaiseArgs
- #check_expressions — RuboCop::Cop::Style::IdenticalConditionalBranches
- #check_first — RuboCop::Cop::ArrayHashIndentation
- #check_for_active_support_aliases? — RuboCop::Cop::Performance::DoubleStartEndWith
- #check_for_circular_argument_references — RuboCop::Cop::Lint::CircularArgumentReference
- #check_for_comment — RuboCop::Cop::Style::FrozenStringLiteralComment
- #check_for_file_join_with_rails_root — RuboCop::Cop::Rails::FilePath
- #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_rails_root_join_with_slash_separated_path — RuboCop::Cop::Rails::FilePath
- #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_inside — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #check_inside_pipes — RuboCop::Cop::Layout::SpaceAroundBlockParameters
- #check_irreversible_schema_statement_node — RuboCop::Cop::Rails::ReversibleMigration
- #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_literal — RuboCop::Cop::Lint::Void
- #check_literal — RuboCop::Cop::Style::TrailingCommaInLiteral
- #check_localtime — RuboCop::Cop::Rails::TimeZone
- #check_members — RuboCop::Cop::Layout::IndentationWidth
- #check_method_line_break — RuboCop::Cop::FirstElementLineBreak
- #check_method_node — RuboCop::Cop::Rails::ActionFilter
- #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::Naming::ClassAndModuleCamelCase
- #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::Rails::RelativeDateConstant
- #check_node — RuboCop::Cop::Style::ConditionalAssignment
- #check_node — RuboCop::Cop::Style::SafeNavigation
- #check_non_empty — RuboCop::Cop::Layout::SpaceBeforeBlockBraces
- #check_nonzero_length_predicate — RuboCop::Cop::Style::ZeroLengthPredicate
- #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::Lint::EndAlignment
- #check_pairs — RuboCop::Cop::Layout::AlignHash
- #check_pairs — RuboCop::Cop::Rails::NotNullColumn
- #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_remove_column_node — RuboCop::Cop::Rails::ReversibleMigration
- #check_remove_foreign_key_node — RuboCop::Cop::Rails::ReversibleMigration
- #check_return_node — RuboCop::Cop::Style::RedundantReturn
- #check_right_brace — RuboCop::Cop::Layout::IndentHash
- #check_right_brace — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #check_right_bracket — RuboCop::Cop::Layout::IndentArray
- #check_same_line — RuboCop::Cop::MultilineLiteralBraceLayout
- #check_same_line_offense — RuboCop::Cop::Layout::MultilineAssignmentLayout
- #check_scope — RuboCop::Cop::Lint::IneffectiveAccessModifier
- #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::Lint::IneffectiveAccessModifier
- #check_send — RuboCop::Cop::Style::RedundantParentheses
- #check_send — RuboCop::Cop::Style::SignalException
- #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_time_node — RuboCop::Cop::Rails::TimeZone
- #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_used_in_conditional — RuboCop::Cop::Rails::SaveBang
- #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_when_node — RuboCop::Cop::Style::RedundantReturn
- #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_offenses — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #class_def? — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #class_emitter_method? — RuboCop::Cop::ConfigurableFormatting
- #class_nodes — RuboCop::Cop::Lint::DeprecatedClassMethods::DeprecatedClassMethod
- #clear — RuboCop::Cop::Lint::IneffectiveAccessModifier
- #close_output_files — RuboCop::Formatter::FormatterSet
- #closing_brace_on_same_line? — RuboCop::Cop::MultilineLiteralBraceLayout
- #closing_delimiter — RuboCop::AST::BlockNode
- #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::UnneededDisable
- #collect_variable_like_names — RuboCop::Cop::Lint::UselessAssignment
- #collect_variable_like_names — RuboCop::Cop::Rails::UnknownEnv
- #collection — RuboCop::AST::ForNode
- #colon? — RuboCop::AST::KeywordSplatNode
- #colon? — RuboCop::AST::PairNode
- #colored_severity_code — RuboCop::Formatter::SimpleTextFormatter
- #colorize — RuboCop::Formatter::Colorizable
- #column — RuboCop::Cop::Offense
- #column_keywords — RuboCop::Cop::Rails::DynamicFindBy
- #column_length — RuboCop::Cop::Offense
- #column_of — RuboCop::Cop::Layout::FirstParameterIndentation
- #column_range — RuboCop::Cop::Offense
- #combine_args — RuboCop::Cop::Performance::DoubleStartEndWith
- #command — RuboCop::Formatter::DisabledConfigFormatter
- #command? — RuboCop::AST::MethodDispatchNode
- #command_or_kernel_call? — RuboCop::Cop::Style::SignalException
- #comment_column — RuboCop::Cop::Layout::ExtraSpacing
- #comment_config — RuboCop::ProcessedSource
- #comment_line? — RuboCop::Cop::Util
- #comment_lines — RuboCop::Cop::PrecedingFollowingAlignment
- #comment_lines — RuboCop::Cop::StatementModifier
- #comment_lines? — RuboCop::Cop::Style::EmptyMethod
- #comment_on_line? — RuboCop::Cop::Style::BracesAroundHashParameters
- #comment_only_line? — RuboCop::CommentConfig
- #comment_range_with_surrounding_space — RuboCop::Cop::Lint::UnneededDisable
- #commented? — RuboCop::Cop::StatementModifier
- #comments_in_array? — RuboCop::Cop::PercentArray
- #common_prefix_length — RuboCop::StringUtil::JaroWinkler
- #compact? — RuboCop::Cop::Style::EmptyMethod
- #compact_node_name? — RuboCop::Cop::Style::ClassAndModuleChildren
- #compact_style? — RuboCop::Cop::Style::EmptyMethod
- #compare_exceptions — RuboCop::Cop::Lint::ShadowedException
- #compare_range — RuboCop::Cop::Performance::CompareWithBlock
- #comparison? — RuboCop::Cop::Style::MultipleComparison
- #comparison_method? — RuboCop::AST::MethodIdentifierPredicates
- #compatible_external_encoding_for? — RuboCop::Cop::Util
- #compile_arg — RuboCop::NodePattern::Compiler
- #compile_args — RuboCop::NodePattern::Compiler
- #compile_ascend — RuboCop::NodePattern::Compiler
- #compile_capt_ellip — RuboCop::NodePattern::Compiler
- #compile_capture — RuboCop::NodePattern::Compiler
- #compile_ellipsis — RuboCop::NodePattern::Compiler
- #compile_expr — RuboCop::NodePattern::Compiler
- #compile_expr_with_capture_check — RuboCop::NodePattern::Compiler
- #compile_expr_with_captures — RuboCop::NodePattern::Compiler
- #compile_expr_with_index — RuboCop::NodePattern::Compiler
- #compile_funcall — RuboCop::NodePattern::Compiler
- #compile_intersect — RuboCop::NodePattern::Compiler
- #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_seq — RuboCop::NodePattern::Compiler
- #compile_seq_tail — RuboCop::NodePattern::Compiler
- #compile_seq_terms — RuboCop::NodePattern::Compiler
- #compile_seq_terms_with_size — RuboCop::NodePattern::Compiler
- #compile_union — RuboCop::NodePattern::Compiler
- #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
- #compute_distance — RuboCop::StringUtil::Jaro
- #compute_distance — RuboCop::StringUtil::JaroWinkler
- #compute_do_source_line_column — RuboCop::Cop::Lint::BlockAlignment
- #compute_non_zero_distance — RuboCop::StringUtil::Jaro
- #compute_start_col — RuboCop::Cop::Lint::BlockAlignment
- #concat_length — RuboCop::Cop::Style::CommentAnnotation
- #cond_range — RuboCop::Cop::Style::Next
- #condition — RuboCop::Cop::Lint::LiteralAsCondition
- #condition — RuboCop::AST::ConditionalNode
- #conditional? — RuboCop::Cop::Rails::SaveBang
- #conditional? — RuboCop::Cop::Style::BlockDelimiters
- #conditional_assignment? — RuboCop::Cop::Lint::AssignmentInCondition
- #conditional_clause? — RuboCop::Cop::VariableForce::SimpleConditional
- #conditions — RuboCop::AST::WhenNode
- #config_lines — RuboCop::CLI
- #config_to_allow_offenses — RuboCop::Cop::Cop
- #config_to_allow_offenses= — RuboCop::Cop::Cop
- #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::AutocorrectAlignment
- #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
- #contains_backtick? — RuboCop::Cop::Style::CommandLiteral
- #contains_colons_or_commas? — RuboCop::Cop::Lint::PercentSymbolArray
- #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_double_splat? — RuboCop::Cop::Performance::FixedSize
- #contains_guard_clause? — RuboCop::Cop::Style::GuardClause
- #contains_multiple_levels_of_exceptions? — RuboCop::Cop::Lint::ShadowedException
- #contains_preferred_delimiter? — RuboCop::Cop::Style::PercentLiteralDelimiters
- #contains_quotes_or_commas? — RuboCop::Cop::Lint::PercentStringArray
- #contains_slash? — RuboCop::Cop::Style::RegexpLiteral
- #contains_splat? — RuboCop::Cop::Performance::FixedSize
- #content — RuboCop::AST::RegexpNode
- #contents_range — RuboCop::Cop::PercentLiteral
- #contiguous_assignment_lines — RuboCop::Cop::Layout::ExtraSpacing
- #convention_on — RuboCop::Cop::Style::Semicolon
- #convert_hash_data — RuboCop::Cop::Rails::HttpPositionalArguments
- #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_range — RuboCop::Cop::Lint::UnneededDisable
- #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_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_args — RuboCop::Cop::Performance::HashEachMethods
- #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_delimiters — RuboCop::Cop::Naming::HeredocDelimiterCase
- #correct_dot_position_style? — RuboCop::Cop::Layout::DotPosition
- #correct_if_branches — RuboCop::Cop::Style::ConditionalCorrectorHelper
- #correct_implicit — RuboCop::Cop::Performance::HashEachMethods
- #correct_indentation — RuboCop::Cop::Layout::CommentIndentation
- #correct_indentation — RuboCop::Cop::MultilineExpressionIndentation
- #correct_inverse_block — RuboCop::Cop::Style::InverseMethods
- #correct_inverse_selector — RuboCop::Cop::Style::InverseMethods
- #correct_key_value — RuboCop::Cop::Layout::AlignHash
- #correct_key_value_each — RuboCop::Cop::Performance::HashEachMethods
- #correct_literal_style? — RuboCop::Cop::Style::PercentQLiterals
- #correct_method — RuboCop::Cop::Rails::PluralizationGrammar
- #correct_multiple_elements — RuboCop::Cop::Performance::RedundantMerge
- #correct_no_value — RuboCop::Cop::Layout::AlignHash
- #correct_not — RuboCop::Cop::Style::AndOr
- #correct_operator — RuboCop::Cop::Performance::RegexpMatch
- #correct_opposite_method — RuboCop::Cop::Style::Not
- #correct_other — RuboCop::Cop::Style::AndOr
- #correct_parenthesized — RuboCop::Cop::Style::TernaryParentheses
- #correct_percent — RuboCop::Cop::PercentLiteral
- #correct_plain_each — RuboCop::Cop::Performance::HashEachMethods
- #correct_send — RuboCop::Cop::Style::AndOr
- #correct_setter — RuboCop::Cop::Style::AndOr
- #correct_single_element — RuboCop::Cop::Performance::RedundantMerge
- #correct_style? — RuboCop::Cop::Style::EmptyMethod
- #correct_style? — RuboCop::Cop::Style::NegatedIf
- #correct_style? — RuboCop::Cop::Style::ReturnNil
- #correct_style_detected — RuboCop::Cop::Style::CharacterLiteral
- #correct_style_detected — RuboCop::Cop::ConfigurableEnforcedStyle
- #correct_unparenthesized — RuboCop::Cop::Style::TernaryParentheses
- #correct_validate_type — RuboCop::Cop::Rails::Validation
- #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
- #correction — RuboCop::Cop::Lint::RescueType
- #correction — RuboCop::Cop::Performance::Casecmp
- #correction — RuboCop::Cop::Performance::Sample
- #correction — RuboCop::Cop::Style::EmptyLiteral
- #correction — RuboCop::Cop::Style::ParallelAssignment::GenericCorrector
- #correction — RuboCop::Cop::Style::ParallelAssignment::RescueCorrector
- #correction — RuboCop::Cop::Style::ParallelAssignment::ModifierCorrector
- #correction_compact_to_exploded — RuboCop::Cop::Style::RaiseArgs
- #correction_exceeds_line_limit? — RuboCop::Cop::Style::ConditionalAssignment
- #correction_exploded_to_compact — RuboCop::Cop::Style::RaiseArgs
- #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
- #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
- #count_transpositions — RuboCop::StringUtil::Jaro
- #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
- #custom_formatter_class — RuboCop::Formatter::FormatterSet
- #custom_severity — RuboCop::Cop::Cop
- #danger_chain? — RuboCop::Cop::Rails::TimeZone
- #debug? — RuboCop::Cop::MessageAnnotator
- #debug? — RuboCop::Cop::Team
- #debug? — RuboCop::TargetFinder
- #declaration_with_comment — RuboCop::Cop::OrderedGemNode
- #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_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
- #delegate? — RuboCop::Cop::Rails::Delegate
- #delete — RuboCop::Config
- #delimiter — RuboCop::AST::PairNode
- #delimiter_delta — RuboCop::AST::HashElementNode::HashElementDelta
- #delimiter_delta — RuboCop::AST::HashElementNode
- #delimiter_string — Heredoc
- #delimiters — RuboCop::AST::BlockNode
- #delimiters — RuboCop::Cop::Naming::HeredocDelimiterNaming
- #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
- #descendant_reference — RuboCop::Cop::VariableForce
- #descendants — RuboCop::AST::Node
- #describe — RuboCop::Cop::Lint::UnneededDisable
- #deserialize_offenses — RuboCop::CachedData
- #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::ArrayHashIndentation
- #detected_styles_for_column — RuboCop::Cop::ArrayHashIndentation
- #directions — RuboCop::Cop::Util
- #directive_count — RuboCop::Cop::Lint::UnneededDisable
- #directive_on_source_line? — RuboCop::Cop::Metrics::LineLength
- #directive_parts — RuboCop::CommentConfig
- #directive_range_in_list — RuboCop::Cop::Lint::UnneededDisable
- #disabled? — RuboCop::Cop::Offense
- #disabled_line_ranges — RuboCop::ProcessedSource
- #disallowed_literal? — RuboCop::Cop::Style::RedundantParentheses
- #dispatch_node — RuboCop::Cop::VariableForce
- #display_column — RuboCop::Cop::AutocorrectAlignment
- #display_cop_names? — RuboCop::Cop::MessageAnnotator
- #display_error_summary — RuboCop::CLI
- #display_str — RuboCop::Cop::Lint::ImplicitStringConcatenation
- #display_style_guide? — RuboCop::Cop::MessageAnnotator
- #display_warning_summary — RuboCop::CLI
- #disqualified_parent? — RuboCop::Cop::Lint::BlockAlignment
- #disqualified_rhs? — RuboCop::Cop::MultilineExpressionIndentation
- #distance — RuboCop::StringUtil::Jaro
- #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_method_begin_pos — RuboCop::Cop::Rails::UniqBeforePluck
- #dot_method_with_whitespace — RuboCop::Cop::Rails::UniqBeforePluck
- #double_colon? — RuboCop::AST::MethodDispatchNode
- #double_quotes_required? — RuboCop::Cop::Util
- #double_splat? — RuboCop::Cop::Layout::AlignHash
- #downcase_eq_range — RuboCop::Cop::Performance::Casecmp
- #dsl_writer? — RuboCop::Cop::Style::TrivialAccessors
- #duplicate_location? — RuboCop::Cop::Cop
- #duplicated_gem_nodes — RuboCop::Cop::Bundler::DuplicatedGem
- #duplicates — RuboCop::Cop::Duplication
- #duplicates? — RuboCop::Cop::Duplication
- #duration_method? — RuboCop::Cop::Rails::PluralizationGrammar
- #each — RuboCop::Config
- #each — RuboCop::Cop::Registry
- #each_already_disabled — RuboCop::Cop::Lint::UnneededDisable
- #each_ancestor — RuboCop::AST::Node
- #each_argument_node — RuboCop::Cop::ArrayHashIndentation
- #each_bad_alignment — RuboCop::Cop::AutocorrectAlignment
- #each_bad_cons — RuboCop::Cop::Lint::ImplicitStringConcatenation
- #each_child_node — RuboCop::AST::Node
- #each_command_or_kernel_call — RuboCop::Cop::Style::SignalException
- #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::SpaceInside
- #each_inspected_file — RuboCop::Runner
- #each_key — RuboCop::AST::HashNode
- #each_key — RuboCop::Config
- #each_line — RuboCop::Cop::AutocorrectAlignment
- #each_line_range — RuboCop::Cop::Lint::UnneededDisable
- #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::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_redundant_merge — RuboCop::Cop::Performance::RedundantMerge
- #each_semicolon — RuboCop::Cop::Style::Semicolon
- #each_style_violation — RuboCop::Cop::Layout::SpaceInsideStringInterpolation
- #each_unnecessary_space_match — RuboCop::Cop::Layout::SpaceInsideArrayPercentLiteral
- #each_unneeded_disable — RuboCop::Cop::Lint::UnneededDisable
- #each_value — RuboCop::AST::HashNode
- #each_when — RuboCop::AST::CaseNode
- #each_wrong_style — RuboCop::Cop::Style::ModuleFunction
- #effective_column — RuboCop::Cop::Util
- #elements — RuboCop::Cop::TrailingComma
- #eligible_arguments? — RuboCop::Cop::Style::SingleLineBlockParams
- #eligible_method? — RuboCop::Cop::Style::SingleLineBlockParams
- #eligible_next_successor? — RuboCop::Cop::Style::LineEndConcatenation
- #eligible_node? — RuboCop::Cop::Performance::Count
- #eligible_node? — RuboCop::Cop::Performance::Size
- #eligible_node? — RuboCop::Cop::Style::IfUnlessModifier
- #eligible_operator? — RuboCop::Cop::Style::LineEndConcatenation
- #eligible_predecessor? — RuboCop::Cop::Style::LineEndConcatenation
- #eligible_receiver? — RuboCop::Cop::Performance::RedundantMerge::EachWithObjectInspector
- #eligible_receiver? — RuboCop::Cop::Performance::Size
- #eligible_successor? — RuboCop::Cop::Style::LineEndConcatenation
- #else? — RuboCop::AST::CaseNode
- #else? — RuboCop::AST::IfNode
- #else_branch — RuboCop::AST::CaseNode
- #else_branch — RuboCop::AST::IfNode
- #elsif? — RuboCop::AST::IfNode
- #elsif_conditional? — RuboCop::AST::IfNode
- #embedded_in_percent_array? — RuboCop::Cop::Style::UnneededInterpolation
- #emit_capture_list — RuboCop::NodePattern::Compiler
- #emit_guard_clause — RuboCop::NodePattern::Compiler
- #emit_method_code — RuboCop::NodePattern::Compiler
- #emit_param_list — RuboCop::NodePattern::Compiler
- #emit_retval — RuboCop::NodePattern::Compiler
- #emit_trailing_params — RuboCop::NodePattern::Compiler
- #empty? — RuboCop::AST::HashNode
- #empty_block? — RuboCop::Cop::Lint::UnusedBlockArgument
- #empty_body? — RuboCop::Cop::StatementModifier
- #empty_braces? — RuboCop::Cop::Layout::SpaceBeforeBlockBraces
- #empty_check — RuboCop::Cop::Style::EmptyElse
- #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_around? — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #empty_literal? — RuboCop::Cop::MultilineLiteralBraceLayout
- #empty_parentheses? — RuboCop::Cop::Style::RedundantParentheses
- #empty_style? — RuboCop::Cop::Style::EmptyElse
- #enable_cop? — RuboCop::Config
- #enable_rails_cops — RuboCop::Runner
- #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_align_target? — RuboCop::Cop::Lint::BlockAlignment
- #end_followed_by_whitespace_only? — RuboCop::Cop::Style::Next
- #end_of_line_comment — RuboCop::Cop::Style::SingleLineMethods
- #end_parentheses — RuboCop::Cop::Style::InverseMethods
- #end_pos — RuboCop::Cop::Style::Lambda
- #end_range — RuboCop::Cop::Style::Next
- #end_range — RuboCop::Cop::Style::SafeNavigation
- #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::Util
- #ends_with_condition? — RuboCop::Cop::Style::Next
- #enforce_double_quotes? — RuboCop::Cop::Style::EmptyLiteral
- #english_name_replacement — RuboCop::Cop::Style::SpecialGlobalVars
- #enlist — RuboCop::Cop::Registry
- #ensure_valid_preferred_delimiters — RuboCop::Cop::PercentLiteral
- #enumerator_method? — RuboCop::AST::MethodIdentifierPredicates
- #environments — RuboCop::Cop::Rails::UnknownEnv
- #eql? — RuboCop::Cop::Badge
- #eql? — RuboCop::Cop::Offense
- #equal_sign? — RuboCop::Cop::Layout::ExtraSpacing
- #escape — RuboCop::Formatter::HTMLFormatter::ERBContext
- #escape_string — RuboCop::Cop::Util
- #eval_call? — RuboCop::Cop::Lint::UselessAccessModifier
- #evaluate_exceptions — RuboCop::Cop::Lint::ShadowedException
- #exact_name_match? — RuboCop::Cop::Style::TrivialAccessors
- #exceeds_line_offset? — RuboCop::Cop::Layout::EmptyLines
- #except_syntax? — RuboCop::OptionsValidator
- #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_methods — RuboCop::Cop::Metrics::BlockLength
- #excludes — RuboCop::Formatter::DisabledConfigFormatter
- #executable? — RuboCop::Cop::Lint::ScriptPermission
- #execute_runner — 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_matching_definition? — RuboCop::Cop::Naming::FileName
- #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_signature? — RuboCop::Cop::Rails::SaveBang
- #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
- #extra_avoid_comma_info — RuboCop::Cop::TrailingComma
- #extra_details? — RuboCop::Cop::MessageAnnotator
- #extra_indentation — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #extra_space_range — RuboCop::Cop::Layout::ExtraSpacing
- #extract — RuboCop::MagicComment
- #extract_arguments — RuboCop::Cop::InternalAffairs::DeprecatedPositionalArguments
- #extract_body — RuboCop::Cop::TooManyLines
- #extract_common_parts — RuboCop::Cop::Style::SafeNavigation
- #extract_frozen_string_literal — RuboCop::MagicComment::EmacsComment
- #extract_frozen_string_literal — RuboCop::MagicComment::SimpleComment
- #extract_heredoc_lines — RuboCop::Cop::Style::CommentedKeyword
- #extract_heredocs — RuboCop::Cop::Metrics::LineLength
- #extract_method — RuboCop::Cop::Rails::TimeZone
- #extract_method_chain — RuboCop::Cop::Rails::Date
- #extract_method_chain — RuboCop::Cop::Rails::TimeZone
- #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_source — RuboCop::Cop::Performance::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_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
- #find — RuboCop::TargetFinder
- #find_assignment_without_variable_usage — RuboCop::Cop::Lint::UnusedArgument
- #find_class_or_module — RuboCop::Cop::Naming::FileName
- #find_common_characters — RuboCop::StringUtil::Jaro
- #find_excessive_uri_range — RuboCop::Cop::Metrics::LineLength
- #find_files — RuboCop::TargetFinder
- #find_first_offense — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #find_first_possible_offense — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #find_last_match — RuboCop::Cop::Performance::RegexpMatch
- #find_location — RuboCop::Cop::Cop
- #find_matching_receiver_invocation — RuboCop::Cop::Style::SafeNavigation
- #find_nested_defs — RuboCop::Cop::Lint::NestedMethodDefinition
- #find_offending_argument — RuboCop::Cop::InternalAffairs::OffenseLocationKeyword
- #find_offending_argument — RuboCop::Cop::InternalAffairs::RedundantMessageArgument
- #find_similar_name — RuboCop::NameSimilarity
- #find_target_files — RuboCop::Runner
- #find_unneeded — RuboCop::Cop::Lint::UnneededDisable
- #find_valid_order — RuboCop::Cop::Style::ParallelAssignment
- #find_variable — RuboCop::Cop::VariableForce::VariableTable
- #find_variables_in_loop — RuboCop::Cop::VariableForce
- #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_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_empty_line_required_child — RuboCop::Cop::Layout::EmptyLinesAroundBody
- #first_line — RuboCop::Cop::Naming::FileName
- #first_line — RuboCop::Cop::Offense
- #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_call_chain — RuboCop::Cop::Util
- #first_source — RuboCop::Cop::Performance::StringReplacement
- #first_token — RuboCop::Cop::Layout::InitialIndentation
- #fixed_indentation? — RuboCop::Cop::Layout::AlignParameters
- #fixed_parameter_indentation? — RuboCop::Cop::Layout::ClosingParenthesisIndentation
- #flow_expression? — RuboCop::Cop::Lint::UnreachableCode
- #followed_by_space? — RuboCop::Cop::Layout::SpaceAfterColon
- #following_line — RuboCop::Cop::Layout::ExtraSpacing
- #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
- #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_arg? — RuboCop::Cop::Rails::HttpPositionalArguments
- #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_list — RuboCop::Cop::Style::SpecialGlobalVars
- #format_message — RuboCop::Cop::Layout::RescueEnsureAlignment
- #format_message — RuboCop::Cop::Lint::BlockAlignment
- #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::Lint::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::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_name — RuboCop::Cop::OrderedGemNode
- #generate — RuboCop::Cop::Generator
- #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
- #good_days — RuboCop::Cop::Rails::Date
- #good_methods — RuboCop::Cop::Rails::ActionFilter
- #good_methods — RuboCop::Cop::Rails::Date
- #good_methods — RuboCop::Cop::Rails::TimeZone
- #group_mixins — RuboCop::Cop::Style::MixinGrouping
- #grouped_duplicates — RuboCop::Cop::Duplication
- #grouped_expression? — RuboCop::Cop::MultilineExpressionIndentation
- #grouped_style? — RuboCop::Cop::Style::MixinGrouping
- #handle — RuboCop::Cop::Style::WhileUntilDo
- #handle_error — RuboCop::Cop::Team
- #handle_exiting_options — RuboCop::CLI
- #handle_node — RuboCop::Cop::Lint::LiteralAsCondition
- #handle_response — RuboCop::RemoteConfig
- #handle_warning — RuboCop::Cop::Team
- #hash — RuboCop::Cop::Badge
- #hash — RuboCop::Cop::Offense
- #hash — RuboCop::Cop::Severity
- #hash? — RuboCop::Cop::Performance::Size
- #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_as_first_arg? — RuboCop::Cop::Style::RedundantParentheses
- #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::Cop::Lint::FormatParameterMismatch
- #heredoc? — RuboCop::Cop::Lint::InterpolationCheck
- #heredoc? — Heredoc
- #heredoc? — RuboCop::Cop::TrailingComma
- #heredoc_body — RuboCop::Cop::Layout::IndentHeredoc
- #heredoc_indent_type — RuboCop::Cop::Layout::IndentHeredoc
- #heredoc_lines — RuboCop::Cop::Style::Next
- #heredoc_literal? — RuboCop::Cop::Style::CommandLiteral
- #heredoc_ranges — RuboCop::Cop::AutocorrectAlignment
- #hex_bin_dec_literal_type — RuboCop::Cop::Style::NumericLiteralPrefix
- #highlighted_area — RuboCop::Cop::Offense
- #highlighted_source_line — RuboCop::Formatter::HTMLFormatter::ERBContext
- #highlights — RuboCop::Cop::Cop
- #hightlight_source_tag — RuboCop::Formatter::HTMLFormatter::ERBContext
- #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_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_macros? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #ignore_node — RuboCop::Cop::IgnoredNode
- #ignore_offense? — RuboCop::Cop::Lint::UnneededDisable
- #ignored_by_find_each? — RuboCop::Cop::Rails::FindEach
- #ignored_line? — RuboCop::Cop::Metrics::LineLength
- #ignored_line? — RuboCop::Cop::IgnoredPattern
- #ignored_list — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #ignored_literal? — RuboCop::Cop::Layout::MultilineMethodCallBraceLayout
- #ignored_literal? — RuboCop::Cop::MultilineLiteralBraceLayout
- #ignored_method? — RuboCop::Cop::Style::BlockDelimiters
- #ignored_method? — RuboCop::Cop::Style::MethodCallWithArgsParentheses
- #ignored_method? — RuboCop::Cop::Style::SymbolProc
- #ignored_methods — RuboCop::Cop::Style::SymbolProc
- #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::RedundantFreeze
- #implements_respond_to_missing? — RuboCop::Cop::Style::MethodMissing
- #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_void_context? — RuboCop::Cop::Lint::Void
- #include? — RuboCop::Cop::VariableForce::Scope
- #include_prefix_case? — RuboCop::Cop::Rails::Delegate
- #include_semantic_changes? — RuboCop::Cop::Style::NonNilCheck
- #include_ternary? — RuboCop::Cop::Style::ConditionalAssignment
- #incompatible_options — RuboCop::OptionsValidator
- #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::Style::For
- #incorrect_style_detected — RuboCop::Cop::ArrayHashIndentation
- #incorrect_style_detected — RuboCop::Cop::MultilineExpressionIndentation
- #indent — RuboCop::Cop::Style::MixinGrouping
- #indent — RuboCop::Cop::Style::ConditionalAssignmentHelper
- #indent_for — RuboCop::Cop::Performance::CaseWhenSplat
- #indent_level — RuboCop::Cop::Layout::IndentHeredoc
- #indent_one_step? — RuboCop::Cop::Layout::CaseIndentation
- #indent_width — RuboCop::Cop::Performance::RedundantMerge
- #indentation — RuboCop::Cop::AutocorrectAlignment
- #indentation — RuboCop::Cop::MultilineExpressionIndentation
- #indentation_consistency_style — RuboCop::Cop::Layout::IndentationWidth
- #indentation_of_block_start_line — RuboCop::Cop::Layout::BlockEndNewline
- #indentation_to_check? — RuboCop::Cop::Layout::IndentationWidth
- #indentation_width — RuboCop::Cop::Layout::CaseIndentation
- #indentation_width — RuboCop::Cop::Layout::IndentHeredoc
- #indentation_width — RuboCop::Cop::Style::ConditionalAssignment
- #indented_body — RuboCop::Cop::Layout::IndentHeredoc
- #indented_body — RuboCop::Cop::Style::MultilineIfModifier
- #indented_else_node — RuboCop::Cop::Style::RedundantConditional
- #indented_keyword_expression — RuboCop::Cop::MultilineExpressionIndentation
- #index_of_first_token — RuboCop::Cop::SurroundingSpace
- #index_of_last_token — RuboCop::Cop::SurroundingSpace
- #inefficient_comparison — RuboCop::Cop::Performance::Casecmp
- #ineligible_node? — RuboCop::Cop::Style::MethodCallWithoutArgsParentheses
- #infinite_loop? — RuboCop::Cop::Style::TernaryParentheses
- #inherit_from_remote — RuboCop::RemoteConfig
- #inject — RuboCop::Cop::Generator::RequireFileInjector
- #inject_require — RuboCop::Cop::Generator
- #injectable_require_directive — RuboCop::Cop::Generator::RequireFileInjector
- #inline_fix_branch — RuboCop::Cop::Performance::CaseWhenSplat
- #insert_after — RuboCop::Cop::Corrector
- #insert_before — RuboCop::Cop::Corrector
- #insert_notice_before — RuboCop::Cop::Style::Copyright
- #inside_arg_list_parentheses? — RuboCop::Cop::MultilineExpressionIndentation
- #inside_comment? — RuboCop::Cop::TrailingComma
- #inside_interpolation? — RuboCop::Cop::StringHelp
- #inspect_file — RuboCop::Cop::Team
- #inspect_file — RuboCop::Runner
- #inspect_files — RuboCop::Runner
- #inspect_gemfile — CopHelper
- #inspect_source — CopHelper
- #inspect_source_file — CopHelper
- #inspect_variables_in_scope — RuboCop::Cop::VariableForce
- #int_value — RuboCop::Cop::Performance::Caller
- #integer_part — RuboCop::Cop::IntegerNode
- #interpolated_quotes? — RuboCop::Cop::Style::UnneededPercentQ
- #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::OrderedDependencies
- #investigate — RuboCop::Cop::InternalAffairs::UselessMessageAssertion
- #investigate — RuboCop::Cop::Layout::CommentIndentation
- #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::LeadingCommentSpace
- #investigate — RuboCop::Cop::Layout::RescueEnsureAlignment
- #investigate — RuboCop::Cop::Layout::SpaceBeforeComment
- #investigate — RuboCop::Cop::Layout::Tab
- #investigate — RuboCop::Cop::Layout::TrailingBlankLines
- #investigate — RuboCop::Cop::Layout::TrailingWhitespace
- #investigate — RuboCop::Cop::Lint::ScriptPermission
- #investigate — RuboCop::Cop::Metrics::BlockNesting
- #investigate — RuboCop::Cop::Metrics::LineLength
- #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 — RuboCop::Cop::SpaceInside
- #invoke_custom_processing — RuboCop::Cop::Commissioner
- #invoke_hook — RuboCop::Cop::VariableForce::VariableTable
- #irrelevant_line — RuboCop::Cop::CodeLength
- #iterate_until_no_changes — RuboCop::Runner
- #join_force? — RuboCop::Cop::Cop
- #join_force? — RuboCop::Cop::Lint::ShadowingOuterLocalVariable
- #join_force? — RuboCop::Cop::Lint::UnderscorePrefixedVariableName
- #join_force? — RuboCop::Cop::Lint::UselessAssignment
- #join_force? — RuboCop::Cop::Rails::SaveBang
- #join_force? — RuboCop::Cop::Lint::UnusedArgument
- #join_terms — RuboCop::NodePattern::Compiler
- #joint — RuboCop::Cop::Style::EmptyMethod
- #just_first_word_of_sentence? — RuboCop::Cop::Style::AnnotationComment
- #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_bang? — RuboCop::AST::Node
- #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_not? — RuboCop::AST::Node
- #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
- #kv_range — RuboCop::Cop::Performance::HashEachMethods
- #kw_node_with_special_indentation — RuboCop::Cop::MultilineExpressionIndentation
- #lambda? — RuboCop::AST::BlockNode
- #lambda_arg_string — RuboCop::Cop::Style::Lambda
- #lambda_node? — RuboCop::Cop::Layout::SpaceInLambdaLiteral
- #largest_brackets_size — RuboCop::Cop::ArrayMinSize
- #last_argument — RuboCop::AST::ParameterizedNode
- #last_by_line — RuboCop::Cop::FirstElementLineBreak
- #last_call_of_method? — RuboCop::Cop::Rails::SaveBang
- #last_element_range_with_trailing_comma — RuboCop::Cop::MultilineLiteralBraceLayout
- #last_element_trailing_comma_range — RuboCop::Cop::MultilineLiteralBraceLayout
- #last_end_pos_inside_pipes — RuboCop::Cop::Layout::SpaceAroundBlockParameters
- #last_expression — RuboCop::Cop::Lint::UselessSetterCall
- #last_line — RuboCop::Cop::Offense
- #last_line_heredoc? — RuboCop::Cop::MultilineLiteralBraceLayout
- #last_magic_comment — RuboCop::Cop::Layout::EmptyLineAfterMagicComment
- #last_match_used? — RuboCop::Cop::Performance::RegexpMatch
- #last_special_comment — RuboCop::Cop::Style::FrozenStringLiteralComment
- #lazy? — RuboCop::Cop::Performance::Detect
- #leading_comment_lines — RuboCop::Cop::FrozenStringLiteral
- #leading_spaces — RuboCop::Cop::Performance::RedundantMerge
- #left_brace? — RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- #left_hand_operand — RuboCop::Cop::Style::NestedModifier
- #left_hand_side — RuboCop::Cop::MultilineExpressionIndentation
- #left_side? — RuboCop::Cop::SpaceInside::Brackets
- #length — RuboCop::Cop::Registry
- #length_in_modifier_form — RuboCop::Cop::StatementModifier
- #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
- #limited_common_prefix_length — RuboCop::StringUtil::JaroWinkler
- #line — RuboCop::Cop::Offense
- #line_after_comment — RuboCop::Cop::Layout::CommentIndentation
- #line_between? — RuboCop::Cop::Layout::DotPosition
- #line_break_after_left_paren? — RuboCop::Cop::Layout::ClosingParenthesisIndentation
- #line_break_before_keyword? — RuboCop::Cop::EndKeywordAlignment
- #line_count — RuboCop::Cop::StatementModifier
- #line_count_based_block_style? — RuboCop::Cop::Style::BlockDelimiters
- #line_count_based_message — RuboCop::Cop::Style::BlockDelimiters
- #line_distance — RuboCop::Cop::Util
- #line_in_whitelisted_heredoc? — RuboCop::Cop::Metrics::LineLength
- #line_length_cop_enabled? — RuboCop::Cop::Style::ConditionalAssignment
- #line_length_without_directive — RuboCop::Cop::Metrics::LineLength
- #line_numbers_of_inner_nodes — RuboCop::Cop::ClassishLength
- #line_range — RuboCop::Cop::Util
- #lines — RuboCop::ProcessedSource
- #lines_between_defs — RuboCop::Cop::Layout::EmptyLineBetweenDefs
- #list_files — RuboCop::Runner
- #literal? — RuboCop::AST::Node
- #literal_at_end? — RuboCop::Cop::Performance::EndWith
- #literal_at_start? — RuboCop::Cop::Performance::StartWith
- #literal_number? — RuboCop::Cop::Rails::PluralizationGrammar
- #literal_type — RuboCop::Cop::Style::NumericLiteralPrefix
- #load — RuboCop::ResultCache
- #loc_to_source_line_column — RuboCop::Cop::Lint::BlockAlignment
- #logical_operator? — RuboCop::AST::PredicateOperatorNode
- #long_opt_symbol — RuboCop::Options
- #longest_line — RuboCop::Cop::Style::ConditionalAssignment
- #longest_line_exceeds_line_limit? — RuboCop::Cop::Style::ConditionalAssignment
- #looks_like_rails_html_safe? — RuboCop::Cop::Rails::OutputSafety
- #looks_like_rails_raw? — RuboCop::Cop::Rails::OutputSafety
- #looks_like_rails_safe_concat? — RuboCop::Cop::Rails::OutputSafety
- #looks_like_trivial_reader? — RuboCop::Cop::Style::TrivialAccessors
- #lookup_constant — RuboCop::Cop::Lint::DuplicateMethods
- #macro? — RuboCop::AST::MethodDispatchNode
- #macro_kwbegin_wrapper? — RuboCop::AST::MethodDispatchNode
- #main_node_offense — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #make_excludes_absolute — RuboCop::Config
- #map — RuboCop::Config
- #mark_assignments_as_referenced_in_loop — RuboCop::Cop::VariableForce
- #mark_method_as_useless — RuboCop::Cop::Lint::IneffectiveAccessModifier
- #mark_variable_as_captured_by_block_if_so — RuboCop::Cop::VariableForce::VariableTable
- #match — RuboCop::MagicComment::EditorComment
- #match? — RuboCop::Cop::Badge
- #match? — RuboCop::Cop::Naming::FileName
- #match_acronym? — RuboCop::Cop::Naming::FileName
- #match_gvar? — RuboCop::Cop::Performance::RegexpMatch
- #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
- #match_with_lvasgn? — RuboCop::Cop::Performance::RegexpMatch
- #matched_arguments_count? — RuboCop::Cop::Lint::FormatParameterMismatch
- #matches_ignored_pattern? — RuboCop::Cop::IgnoredPattern
- #matching_brackets? — RuboCop::Cop::SpaceInside
- #matching_index_range — RuboCop::StringUtil::Jaro
- #matching_range — RuboCop::Cop::Lint::UnneededDisable
- #matching_ranges — RuboCop::Cop::EndKeywordAlignment
- #matching_window — RuboCop::StringUtil::Jaro
- #max — RuboCop::Cop::Metrics::LineLength
- #max= — RuboCop::Cop::ConfigurableMax
- #max_key_value_pairs — RuboCop::Cop::Performance::RedundantMerge
- #max_length — RuboCop::Cop::CodeLength
- #max_line_length — RuboCop::Cop::Style::ConditionalAssignment
- #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
- #meaningful_delimiters? — RuboCop::Cop::Naming::HeredocDelimiterNaming
- #merge — RuboCop::Config
- #message — RuboCop::CachedData
- #message — RuboCop::Cop::Cop
- #message — RuboCop::Cop::Layout::AccessModifierIndentation
- #message — RuboCop::Cop::Layout::AlignParameters
- #message — RuboCop::Cop::Layout::BlockEndNewline
- #message — RuboCop::Cop::Layout::CaseIndentation
- #message — RuboCop::Cop::Layout::DotPosition
- #message — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #message — RuboCop::Cop::Layout::FirstParameterIndentation
- #message — RuboCop::Cop::Layout::IndentArray
- #message — RuboCop::Cop::Layout::IndentHash
- #message — RuboCop::Cop::Layout::IndentHeredoc
- #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::ConditionPosition
- #message — RuboCop::Cop::Lint::Debugger
- #message — RuboCop::Cop::Lint::FormatParameterMismatch
- #message — RuboCop::Cop::Lint::InheritException
- #message — RuboCop::Cop::Lint::LiteralAsCondition
- #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::HeredocDelimiterCase
- #message — RuboCop::Cop::Naming::MethodName
- #message — RuboCop::Cop::Naming::PredicateName
- #message — RuboCop::Cop::Naming::VariableName
- #message — RuboCop::Cop::Naming::VariableNumber
- #message — RuboCop::Cop::Performance::Caller
- #message — RuboCop::Cop::Performance::CompareWithBlock
- #message — RuboCop::Cop::Performance::RedundantMerge
- #message — RuboCop::Cop::Performance::RegexpMatch
- #message — RuboCop::Cop::Performance::Sample
- #message — RuboCop::Cop::Performance::StringReplacement
- #message — RuboCop::Cop::Performance::TimesMap
- #message — RuboCop::Cop::Rails::ActionFilter
- #message — RuboCop::Cop::Rails::PluralizationGrammar
- #message — RuboCop::Cop::Rails::ReadWriteAttribute
- #message — RuboCop::Cop::Rails::RequestReferer
- #message — RuboCop::Cop::Rails::SkipsModelValidations
- #message — RuboCop::Cop::Rails::UnknownEnv
- #message — RuboCop::Cop::Rails::Validation
- #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::EmptyMethod
- #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::MethodMissing
- #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::NegatedWhile
- #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::SignalException
- #message — RuboCop::Cop::Style::SingleLineBlockParams
- #message — RuboCop::Cop::Style::SpecialGlobalVars
- #message — RuboCop::Cop::Style::StabbyLambdaParentheses
- #message — RuboCop::Cop::Style::StringLiterals
- #message — RuboCop::Cop::Style::StringLiteralsInInterpolation
- #message — RuboCop::Cop::Style::StringMethods
- #message — RuboCop::Cop::Style::TernaryParentheses
- #message — RuboCop::Cop::Style::UnneededPercentQ
- #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_dup — RuboCop::Cop::Lint::DuplicateMethods
- #message_for_lambda — RuboCop::Cop::Lint::UnusedBlockArgument
- #message_for_normal_block — RuboCop::Cop::Lint::UnusedBlockArgument
- #message_for_underscore_prefix — RuboCop::Cop::Lint::UnusedBlockArgument
- #message_for_useless_assignment — RuboCop::Cop::Lint::UselessAssignment
- #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_as_param? — RuboCop::Cop::Lint::AmbiguousBlockAssociation
- #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_chain — RuboCop::Cop::Rails::FindEach
- #method_definition? — RuboCop::Cop::Lint::UselessAccessModifier
- #method_definition_macros — RuboCop::Cop::Naming::PredicateName
- #method_from_time_class? — RuboCop::Cop::Rails::TimeZone
- #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_matches? — RuboCop::Cop::Rails::Delegate
- #method_names — RuboCop::Cop::Style::SingleLineBlockParams
- #method_send? — RuboCop::Cop::Rails::Date
- #method_send? — RuboCop::Cop::Rails::TimeZone
- #method_suffix — RuboCop::Cop::Performance::StringReplacement
- #method_uses_parens? — RuboCop::Cop::Style::IfUnlessModifier
- #method_uses_parens? — RuboCop::Cop::FirstElementLineBreak
- #method_with_block? — RuboCop::Cop::Lint::AmbiguousBlockAssociation
- #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_size_config — RuboCop::Cop::ArrayMinSize
- #minimum_empty_lines — RuboCop::Cop::Layout::EmptyLineBetweenDefs
- #minimum_severity_to_fail — RuboCop::Runner
- #minimum_target_rails_version — RuboCop::Cop::TargetRailsVersion
- #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::Util
- #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
- #n — RuboCop::AST::Builder
- #name — RuboCop::Cop::Cop
- #name — RuboCop::Cop::Force
- #name — RuboCop::Cop::VariableForce::Assignment
- #name — RuboCop::Cop::VariableForce::Scope
- #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
- #need_check_localtime? — RuboCop::Cop::Rails::TimeZone
- #needs_conversion? — RuboCop::Cop::Rails::HttpPositionalArguments
- #needs_escaping? — RuboCop::Cop::Util
- #needs_reorder? — RuboCop::Cop::Performance::CaseWhenSplat
- #needs_whitespace? — RuboCop::Cop::Style::Lambda
- #negated? — RuboCop::Cop::Style::InverseMethods
- #negated? — RuboCop::Cop::Style::SafeNavigation
- #negated_condition — RuboCop::Cop::NegativeConditional
- #negation_method? — RuboCop::AST::SendNode
- #negative_conditional_corrector — RuboCop::Cop::NegativeConditional
- #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_branch_without_then — RuboCop::Cop::Performance::CaseWhenSplat
- #new_condition_with_then — RuboCop::Cop::Performance::CaseWhenSplat
- #new_expression — RuboCop::Cop::Style::NestedModifier
- #new_line_needed_before_closing_brace? — RuboCop::Cop::MultilineLiteralBraceLayout
- #next_capture — RuboCop::NodePattern::Compiler
- #next_line_empty? — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #next_match_pos — RuboCop::Cop::Performance::RegexpMatch
- #next_temp_value — RuboCop::NodePattern::Compiler
- #nil_check — RuboCop::Cop::Style::EmptyElse
- #nil_methods — RuboCop::Cop::Lint::SafeNavigationChain
- #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_offense_counts_without_auto_gen_config? — RuboCop::OptionsValidator
- #no_space — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #no_space_inside_left_brace — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #no_surrounding_space? — RuboCop::Cop::Layout::SpaceAroundEqualsInParameterDefault
- #node_body — RuboCop::Cop::Style::CommandLiteral
- #node_body — RuboCop::Cop::Style::RegexpLiteral
- #node_klass — RuboCop::AST::Builder
- #node_map — RuboCop::AST::Builder
- #node_parts — RuboCop::AST::AndNode
- #node_parts — RuboCop::AST::BlockNode
- #node_parts — RuboCop::AST::CaseNode
- #node_parts — RuboCop::AST::DefNode
- #node_parts — RuboCop::AST::EnsureNode
- #node_parts — RuboCop::AST::ForNode
- #node_parts — RuboCop::AST::IfNode
- #node_parts — RuboCop::AST::KeywordSplatNode
- #node_parts — RuboCop::AST::OrNode
- #node_parts — RuboCop::AST::PairNode
- #node_parts — RuboCop::AST::ResbodyNode
- #node_parts — RuboCop::AST::SendNode
- #node_parts — RuboCop::AST::SuperNode
- #node_parts — RuboCop::AST::UntilNode
- #node_parts — RuboCop::AST::WhenNode
- #node_parts — RuboCop::AST::WhileNode
- #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
- #nodoc — RuboCop::Cop::Style::Documentation
- #nodoc? — RuboCop::Cop::Style::Documentation
- #nodoc_comment? — RuboCop::Cop::Style::Documentation
- #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_redundant_merge? — RuboCop::Cop::Performance::RedundantMerge
- #non_redundant_pairs? — RuboCop::Cop::Performance::RedundantMerge
- #non_redundant_value_used? — RuboCop::Cop::Performance::RedundantMerge
- #non_splat? — RuboCop::Cop::Performance::CaseWhenSplat
- #non_string_argument? — RuboCop::Cop::Performance::FixedSize
- #non_void_context — RuboCop::Cop::Lint::ReturnInVoidContext
- #noncommutative_operator? — RuboCop::Cop::Style::YodaCondition
- #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
- #numeric_type? — RuboCop::AST::Node
- #obsolete_cops — 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_node? — RuboCop::Cop::Lint::FormatParameterMismatch
- #offending_node? — RuboCop::Cop::Rails::Exit
- #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::Performance::StringReplacement
- #offense — RuboCop::Cop::Style::Encoding
- #offense — RuboCop::Cop::Style::FrozenStringLiteralComment
- #offense — RuboCop::Cop::Style::RedundantParentheses
- #offense — RuboCop::Cop::Style::SymbolProc
- #offense? — RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- #offense? — RuboCop::Cop::Rails::PluralizationGrammar
- #offense? — RuboCop::Cop::Style::CharacterLiteral
- #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_array_node? — RuboCop::Cop::Style::EmptyLiteral
- #offense_detected — RuboCop::Cop::Layout::TrailingBlankLines
- #offense_for_levels — RuboCop::Cop::Performance::FlatMap
- #offense_for_method — RuboCop::Cop::Performance::FlatMap
- #offense_hash_node? — RuboCop::Cop::Style::EmptyLiteral
- #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
- #offenses — RuboCop::Cop::Team
- #offenses — RuboCop::Formatter::SimpleTextFormatter::Report
- #offensive? — RuboCop::Cop::Performance::Sample
- #offensive? — RuboCop::Cop::Style::CommentedKeyword
- #offset — RuboCop::Cop::AutocorrectAlignment
- #offset — RuboCop::Cop::SpaceAfterPunctuation
- #offset_provided? — RuboCop::Cop::Rails::TimeZone
- #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::Rails::Present
- #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_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::IndentArray
- #on_array — RuboCop::Cop::Layout::MultilineArrayBraceLayout
- #on_array — RuboCop::Cop::Layout::SpaceInsideArrayPercentLiteral
- #on_array — RuboCop::Cop::Layout::SpaceInsidePercentLiteralDelimiters
- #on_array — RuboCop::Cop::Lint::PercentStringArray
- #on_array — RuboCop::Cop::Lint::PercentSymbolArray
- #on_array — RuboCop::Cop::Style::MinMax
- #on_array — RuboCop::Cop::Style::PercentLiteralDelimiters
- #on_array — RuboCop::Cop::Style::SymbolArray
- #on_array — RuboCop::Cop::Style::TrailingCommaInLiteral
- #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::BlockEndNewline
- #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::BlockAlignment
- #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::Metrics::BlockLength
- #on_block — RuboCop::Cop::Metrics::MethodLength
- #on_block — RuboCop::Cop::Performance::CompareWithBlock
- #on_block — RuboCop::Cop::Performance::HashEachMethods
- #on_block — RuboCop::Cop::Performance::RedundantSortBy
- #on_block — RuboCop::Cop::Performance::TimesMap
- #on_block — RuboCop::Cop::Rails::ActionFilter
- #on_block — RuboCop::Cop::Rails::ReversibleMigration
- #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::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::RedundantSelf
- #on_block — RuboCop::Cop::Style::SingleLineBlockParams
- #on_block — RuboCop::Cop::Style::SymbolProc
- #on_block — RuboCop::AST::Traversal
- #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::IndentationWidth
- #on_case — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_case — RuboCop::Cop::Lint::DuplicateCaseCondition
- #on_case — RuboCop::Cop::Lint::EmptyWhen
- #on_case — RuboCop::Cop::Lint::EndAlignment
- #on_case — RuboCop::Cop::Lint::LiteralAsCondition
- #on_case — RuboCop::Cop::Performance::CaseWhenSplat
- #on_case — RuboCop::Cop::Performance::RegexpMatch
- #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::Naming::ConstantName
- #on_casgn — RuboCop::Cop::Rails::RelativeDateConstant
- #on_casgn — RuboCop::Cop::Style::MutableConstant
- #on_casgn — RuboCop::AST::Traversal
- #on_class — RuboCop::Cop::Layout::AccessModifierIndentation
- #on_class — RuboCop::Cop::Layout::EmptyLinesAroundClassBody
- #on_class — RuboCop::Cop::Layout::IndentationWidth
- #on_class — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_class — RuboCop::Cop::Lint::EndAlignment
- #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::StructInheritance
- #on_class — RuboCop::AST::Traversal
- #on_class — RuboCop::Cop::EnforceSuperclass
- #on_conditionals — RuboCop::Cop::Style::AndOr
- #on_const — RuboCop::Cop::Lint::UnifiedInteger
- #on_const — RuboCop::Cop::Rails::Date
- #on_const — RuboCop::Cop::Rails::TimeZone
- #on_const — RuboCop::AST::Traversal
- #on_csend — RuboCop::Cop::Rails::OutputSafety
- #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_def — RuboCop::Cop::Layout::AlignParameters
- #on_def — RuboCop::Cop::Layout::ClosingParenthesisIndentation
- #on_def — RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords
- #on_def — RuboCop::Cop::Layout::EmptyLinesAroundMethodBody
- #on_def — RuboCop::Cop::Layout::FirstMethodParameterLineBreak
- #on_def — RuboCop::Cop::Layout::IndentationWidth
- #on_def — RuboCop::Cop::Layout::MultilineMethodDefinitionBraceLayout
- #on_def — RuboCop::Cop::Layout::SpaceAfterMethodName
- #on_def — RuboCop::Cop::Lint::DefEndAlignment
- #on_def — RuboCop::Cop::Lint::DuplicateMethods
- #on_def — RuboCop::Cop::Lint::NestedMethodDefinition
- #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::MethodName
- #on_def — RuboCop::Cop::Naming::PredicateName
- #on_def — RuboCop::Cop::Performance::RedundantBlockCall
- #on_def — RuboCop::Cop::Rails::Delegate
- #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::MethodMissing
- #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::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::EmptyLinesAroundExceptionHandlingKeywords
- #on_defs — RuboCop::Cop::Layout::EmptyLinesAroundMethodBody
- #on_defs — RuboCop::Cop::Layout::FirstMethodParameterLineBreak
- #on_defs — RuboCop::Cop::Layout::IndentationWidth
- #on_defs — RuboCop::Cop::Layout::MultilineMethodDefinitionBraceLayout
- #on_defs — RuboCop::Cop::Layout::SpaceAfterMethodName
- #on_defs — RuboCop::Cop::Lint::DefEndAlignment
- #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::MethodName
- #on_defs — RuboCop::Cop::Naming::PredicateName
- #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::MethodMissing
- #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::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::Rails::FilePath
- #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 — Heredoc
- #on_eflipflop — RuboCop::Cop::Style::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_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_hash — RuboCop::Cop::Layout::AlignHash
- #on_hash — RuboCop::Cop::Layout::FirstHashElementLineBreak
- #on_hash — RuboCop::Cop::Layout::IndentHash
- #on_hash — RuboCop::Cop::Layout::MultilineHashBraceLayout
- #on_hash — RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- #on_hash — RuboCop::Cop::Lint::DuplicatedKey
- #on_hash — RuboCop::Cop::Style::HashSyntax
- #on_hash — RuboCop::Cop::Style::TrailingCommaInLiteral
- #on_heredoc — RuboCop::Cop::Layout::IndentHeredoc
- #on_heredoc — RuboCop::Cop::Naming::HeredocDelimiterCase
- #on_heredoc — RuboCop::Cop::Naming::HeredocDelimiterNaming
- #on_heredoc — Heredoc
- #on_if — RuboCop::Cop::Layout::ElseAlignment
- #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::ConditionPosition
- #on_if — RuboCop::Cop::Lint::ElseLayout
- #on_if — RuboCop::Cop::Lint::EndAlignment
- #on_if — RuboCop::Cop::Lint::LiteralAsCondition
- #on_if — RuboCop::Cop::Performance::RegexpMatch
- #on_if — RuboCop::Cop::Rails::Blank
- #on_if — RuboCop::Cop::Rails::Present
- #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::MultipleComparison
- #on_if — RuboCop::Cop::Style::NegatedIf
- #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::AST::Traversal
- #on_if — RuboCop::Cop::OnNormalIfUnless
- #on_iflipflop — RuboCop::Cop::Style::FlipFlop
- #on_int — RuboCop::Cop::Style::NumericLiteralPrefix
- #on_int — RuboCop::Cop::Style::NumericLiterals
- #on_irange — RuboCop::Cop::Layout::SpaceInsideRangeLiteral
- #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_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_masgn — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_masgn — RuboCop::Cop::Rails::RelativeDateConstant
- #on_masgn — RuboCop::Cop::Style::ParallelAssignment
- #on_masgn — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #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::EmptyLinesAroundModuleBody
- #on_module — RuboCop::Cop::Layout::IndentationWidth
- #on_module — RuboCop::Cop::Lint::EndAlignment
- #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::ModuleFunction
- #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_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::Performance::DoubleStartEndWith
- #on_or — RuboCop::Cop::Rails::Blank
- #on_or — RuboCop::Cop::Rails::Present
- #on_or — RuboCop::Cop::Style::AndOr
- #on_or_asgn — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_or_asgn — RuboCop::Cop::Rails::RelativeDateConstant
- #on_or_asgn — RuboCop::Cop::Style::MultilineMemoization
- #on_or_asgn — RuboCop::Cop::Style::MutableConstant
- #on_or_asgn — RuboCop::Cop::Style::RedundantSelf
- #on_pair — RuboCop::Cop::Layout::SpaceAfterColon
- #on_pair — RuboCop::Cop::Layout::SpaceAroundOperators
- #on_percent_literal — RuboCop::Cop::Layout::SpaceInsideArrayPercentLiteral
- #on_percent_literal — RuboCop::Cop::Layout::SpaceInsidePercentLiteralDelimiters
- #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_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::Lint::RescueWithoutErrorClass
- #on_resbody — RuboCop::Cop::Style::RescueModifier
- #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::EmptyLinesAroundClassBody
- #on_sclass — RuboCop::Cop::Lint::UselessAccessModifier
- #on_sclass — RuboCop::AST::Traversal
- #on_send — RuboCop::Cop::Bundler::InsecureProtocolSource
- #on_send — RuboCop::Cop::InternalAffairs::DeprecatedPositionalArguments
- #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::AlignHash
- #on_send — RuboCop::Cop::Layout::AlignParameters
- #on_send — RuboCop::Cop::Layout::ClosingParenthesisIndentation
- #on_send — RuboCop::Cop::Layout::DotPosition
- #on_send — RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier
- #on_send — RuboCop::Cop::Layout::FirstMethodArgumentLineBreak
- #on_send — RuboCop::Cop::Layout::FirstParameterIndentation
- #on_send — RuboCop::Cop::Layout::IndentArray
- #on_send — RuboCop::Cop::Layout::IndentHash
- #on_send — RuboCop::Cop::Layout::IndentationWidth
- #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::Lint::AmbiguousBlockAssociation
- #on_send — RuboCop::Cop::Lint::Debugger
- #on_send — RuboCop::Cop::Lint::DefEndAlignment
- #on_send — RuboCop::Cop::Lint::DeprecatedClassMethods
- #on_send — RuboCop::Cop::Lint::DuplicateMethods
- #on_send — RuboCop::Cop::Lint::EachWithObjectArgument
- #on_send — RuboCop::Cop::Lint::FormatParameterMismatch
- #on_send — RuboCop::Cop::Lint::LiteralAsCondition
- #on_send — RuboCop::Cop::Lint::MultipleCompare
- #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::Naming::PredicateName
- #on_send — RuboCop::Cop::Performance::Caller
- #on_send — RuboCop::Cop::Performance::Casecmp
- #on_send — RuboCop::Cop::Performance::Count
- #on_send — RuboCop::Cop::Performance::Detect
- #on_send — RuboCop::Cop::Performance::EndWith
- #on_send — RuboCop::Cop::Performance::FixedSize
- #on_send — RuboCop::Cop::Performance::FlatMap
- #on_send — RuboCop::Cop::Performance::LstripRstrip
- #on_send — RuboCop::Cop::Performance::RangeInclude
- #on_send — RuboCop::Cop::Performance::RedundantMatch
- #on_send — RuboCop::Cop::Performance::RedundantMerge
- #on_send — RuboCop::Cop::Performance::ReverseEach
- #on_send — RuboCop::Cop::Performance::Sample
- #on_send — RuboCop::Cop::Performance::Size
- #on_send — RuboCop::Cop::Performance::StartWith
- #on_send — RuboCop::Cop::Performance::StringReplacement
- #on_send — RuboCop::Cop::Performance::TimesMap
- #on_send — RuboCop::Cop::Performance::UnfreezeString
- #on_send — RuboCop::Cop::Performance::UriDefaultParser
- #on_send — RuboCop::Cop::Rails::ActionFilter
- #on_send — RuboCop::Cop::Rails::ActiveSupportAliases
- #on_send — RuboCop::Cop::Rails::Blank
- #on_send — RuboCop::Cop::Rails::Date
- #on_send — RuboCop::Cop::Rails::DelegateAllowBlank
- #on_send — RuboCop::Cop::Rails::DynamicFindBy
- #on_send — RuboCop::Cop::Rails::EnumUniqueness
- #on_send — RuboCop::Cop::Rails::Exit
- #on_send — RuboCop::Cop::Rails::FilePath
- #on_send — RuboCop::Cop::Rails::FindBy
- #on_send — RuboCop::Cop::Rails::FindEach
- #on_send — RuboCop::Cop::Rails::HasAndBelongsToMany
- #on_send — RuboCop::Cop::Rails::HasManyOrHasOneDependent
- #on_send — RuboCop::Cop::Rails::HttpPositionalArguments
- #on_send — RuboCop::Cop::Rails::NotNullColumn
- #on_send — RuboCop::Cop::Rails::Output
- #on_send — RuboCop::Cop::Rails::OutputSafety
- #on_send — RuboCop::Cop::Rails::PluralizationGrammar
- #on_send — RuboCop::Cop::Rails::Present
- #on_send — RuboCop::Cop::Rails::ReadWriteAttribute
- #on_send — RuboCop::Cop::Rails::RequestReferer
- #on_send — RuboCop::Cop::Rails::ReversibleMigration
- #on_send — RuboCop::Cop::Rails::SafeNavigation
- #on_send — RuboCop::Cop::Rails::SaveBang
- #on_send — RuboCop::Cop::Rails::ScopeArgs
- #on_send — RuboCop::Cop::Rails::SkipsModelValidations
- #on_send — RuboCop::Cop::Rails::UniqBeforePluck
- #on_send — RuboCop::Cop::Rails::UnknownEnv
- #on_send — RuboCop::Cop::Rails::Validation
- #on_send — RuboCop::Cop::Security::Eval
- #on_send — RuboCop::Cop::Security::JSONLoad
- #on_send — RuboCop::Cop::Security::MarshalLoad
- #on_send — RuboCop::Cop::Security::YAMLLoad
- #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::EvenOdd
- #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::MixinGrouping
- #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::RedundantException
- #on_send — RuboCop::Cop::Style::RedundantFreeze
- #on_send — RuboCop::Cop::Style::RedundantSelf
- #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::TrailingCommaInArguments
- #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 — Heredoc
- #on_str — RuboCop::Cop::StringHelp
- #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::IndentationWidth
- #on_until — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_until — RuboCop::Cop::Lint::AssignmentInCondition
- #on_until — RuboCop::Cop::Lint::ConditionPosition
- #on_until — RuboCop::Cop::Lint::EndAlignment
- #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::IndentationWidth
- #on_while — RuboCop::Cop::Layout::SpaceAroundKeyword
- #on_while — RuboCop::Cop::Lint::AssignmentInCondition
- #on_while — RuboCop::Cop::Lint::ConditionPosition
- #on_while — RuboCop::Cop::Lint::EndAlignment
- #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_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 — Heredoc
- #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_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
- #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? — RuboCop::Cop::Util
- #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_kw — RuboCop::Cop::Style::Next
- #opposite_method? — RuboCop::Cop::Style::Not
- #opposite_style_detected — RuboCop::Cop::Style::CharacterLiteral
- #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
- #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_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_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
- #parentheses? — RuboCop::Cop::Style::StabbyLambdaParentheses
- #parentheses? — RuboCop::Cop::Util
- #parenthesize? — RuboCop::Cop::Style::IfUnlessModifier
- #parenthesized? — RuboCop::Cop::Style::TernaryParentheses
- #parenthesized? — RuboCop::AST::ParameterizedNode
- #parenthesized_call? — RuboCop::Cop::Util
- #parenthesized_source — RuboCop::Cop::Style::NumericPredicate
- #parse — RuboCop::Cop::Cop
- #parse — RuboCop::Options
- #parse — RuboCop::ProcessedSource
- #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
- #persisted_referenced? — RuboCop::Cop::Rails::SaveBang
- #pipe? — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #plain_range — RuboCop::Cop::Performance::HashEachMethods
- #plain_source — RuboCop::RSpec::ExpectOffense::AnnotatedSource
- #plural_method? — RuboCop::Cop::Rails::PluralizationGrammar
- #plural_receiver? — RuboCop::Cop::Rails::PluralizationGrammar
- #pluralize — RuboCop::Cop::Rails::PluralizationGrammar
- #pluralize — RuboCop::Formatter::TextUtil
- #pop_scope — RuboCop::Cop::VariableForce::VariableTable
- #positional_arguments — RuboCop::Cop::InternalAffairs::DeprecatedPositionalArguments
- #possible_dsl? — RuboCop::Cop::Lint::DuplicateMethods
- #possible_ellipses — RuboCop::Formatter::HTMLFormatter::ERBContext
- #possibly_include_hidden? — RuboCop::Config
- #preceded_by_operator? — RuboCop::Cop::Layout::SpaceAroundKeyword
- #preceding_comment? — RuboCop::Cop::DocumentationComment
- #preceding_line — RuboCop::Cop::Layout::ExtraSpacing
- #preceding_lines — RuboCop::Cop::DocumentationComment
- #preceding_non_public_modifier? — RuboCop::Cop::DefNode
- #preceed? — RuboCop::Cop::Util
- #predicate_method? — RuboCop::AST::MethodIdentifierPredicates
- #predicate_prefixes — RuboCop::Cop::Naming::PredicateName
- #predicate_whitelist — RuboCop::Cop::Naming::PredicateName
- #preferred_base_class — RuboCop::Cop::Lint::InheritException
- #preferred_delimiters — RuboCop::Cop::Style::CommandLiteral
- #preferred_delimiters — RuboCop::Cop::Style::RegexpLiteral
- #preferred_delimiters — RuboCop::Cop::PercentLiteral
- #preferred_delimiters_config — RuboCop::Cop::PercentLiteral
- #preferred_delimiters_for — RuboCop::Cop::PercentLiteral
- #preferred_method — RuboCop::Cop::Performance::Detect
- #preferred_method — RuboCop::Cop::Rails::ActionFilter
- #preferred_method — RuboCop::Cop::Rails::Validation
- #preferred_method — RuboCop::Cop::MethodPreference
- #preferred_methods — RuboCop::Cop::MethodPreference
- #preferred_names — RuboCop::Cop::Style::SpecialGlobalVars
- #preferred_string_literal — RuboCop::Cop::Style::EmptyLiteral
- #prefix_blacklist — RuboCop::Cop::Naming::PredicateName
- #prefixed_method_name — RuboCop::Cop::Rails::Delegate
- #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::FirstParameterIndentation
- #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
- #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_or_protected_before — RuboCop::Cop::Rails::Delegate
- #private_or_protected_delegation — RuboCop::Cop::Rails::Delegate
- #private_or_protected_inline — RuboCop::Cop::Rails::Delegate
- #procedural_method? — RuboCop::Cop::Style::BlockDelimiters
- #process — RuboCop::Cop::PercentLiteral
- #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_logical_operator — RuboCop::Cop::Style::AndOr
- #process_logical_operator_assignment — RuboCop::Cop::Lint::UselessSetterCall::MethodVariableTracker
- #process_loop — RuboCop::Cop::VariableForce
- #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_source — RuboCop::Cop::Performance::DoubleStartEndWith
- #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
- #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
- #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::Performance::StringReplacement
- #range_between — RuboCop::Cop::Util
- #range_between_condition_and_else — RuboCop::Cop::Style::UnlessElse
- #range_between_else_and_end — RuboCop::Cop::Style::UnlessElse
- #range_between_tokens — RuboCop::Cop::SpaceInside
- #range_by_whole_lines — RuboCop::Cop::Util
- #range_for_parentheses — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #range_of_space_to_the_left — RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- #range_of_space_to_the_right — RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- #range_size — RuboCop::Cop::Performance::Sample
- #range_with_surrounding_comma — RuboCop::Cop::Util
- #range_with_surrounding_space — RuboCop::Cop::Util
- #read_attribute_replacement — RuboCop::Cop::Rails::ReadWriteAttribute
- #real_column — RuboCop::Cop::Offense
- #receiver — RuboCop::AST::DefNode
- #receiver — RuboCop::AST::MethodDispatchNode
- #receiver_alignment_base — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #redundant_location_argument — RuboCop::Cop::InternalAffairs::RedundantLocationArgument
- #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_url — RuboCop::Cop::MessageAnnotator
- #reference_variable — RuboCop::Cop::VariableForce::VariableTable
- #referenced? — RuboCop::Cop::VariableForce::Variable
- #regex — RuboCop::Cop::Naming::FileName
- #regex_matches — RuboCop::Cop::Layout::SpaceInsidePercentLiteralDelimiters
- #regexp_captured_names — RuboCop::Cop::VariableForce
- #regexp_named_capture? — RuboCop::Cop::VariableForce::Assignment
- #register_each_offense — RuboCop::Cop::Performance::HashEachMethods
- #register_kv_offense — RuboCop::Cop::Performance::HashEachMethods
- #register_offense — RuboCop::Cop::Bundler::DuplicatedGem
- #register_offense — RuboCop::Cop::Lint::BlockAlignment
- #register_offense — RuboCop::Cop::Lint::Loop
- #register_offense — RuboCop::Cop::Lint::UriRegexp
- #register_offense — RuboCop::Cop::Metrics::LineLength
- #register_offense — RuboCop::Cop::Performance::Detect
- #register_offense — RuboCop::Cop::Performance::FlatMap
- #register_offense — RuboCop::Cop::Rails::ActiveSupportAliases
- #register_offense — RuboCop::Cop::Rails::FilePath
- #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_date_method? — RuboCop::Cop::Rails::RelativeDateConstant
- #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
- #remove — RuboCop::Cop::Corrector
- #remove — RuboCop::Cop::AutocorrectAlignment
- #remove_braces — RuboCop::Cop::Style::BracesAroundHashParameters
- #remove_braces_with_whitespace — RuboCop::Cop::Style::BracesAroundHashParameters
- #remove_brackets — RuboCop::Cop::Lint::UnneededSplatExpansion
- #remove_irrelevant_cops — RuboCop::Cop::Commissioner
- #remove_leading — RuboCop::Cop::Corrector
- #remove_leading_whitespace — RuboCop::Cop::Style::Lambda
- #remove_optarg_equals — RuboCop::Cop::Layout::ExtraSpacing
- #remove_preceding — RuboCop::Cop::Corrector
- #remove_second_param — RuboCop::Cop::Performance::StringReplacement
- #remove_space_before — RuboCop::Cop::Lint::BlockAlignment
- #remove_trailing — RuboCop::Cop::Corrector
- #remove_trailing_whitespace — RuboCop::Cop::Style::Lambda
- #remove_unparenthesized_whitespace — RuboCop::Cop::Style::Lambda
- #remove_whitespace_in_branches — RuboCop::Cop::Style::ConditionalCorrectorHelper
- #render_html — RuboCop::Formatter::HTMLFormatter
- #reorder_condition — RuboCop::Cop::Performance::CaseWhenSplat
- #reordering_correction — RuboCop::Cop::Performance::CaseWhenSplat
- #repeated_condition? — RuboCop::Cop::Lint::DuplicateCaseCondition
- #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_do_end_with_braces — RuboCop::Cop::Style::BlockDelimiters
- #replace_method — RuboCop::Cop::Performance::StringReplacement
- #replace_source — RuboCop::Cop::Style::InfiniteLoop
- #replacement — RuboCop::Cop::Layout::CaseIndentation
- #replacement — RuboCop::Cop::Performance::CaseWhenSplat
- #replacement — RuboCop::Cop::Rails::Blank
- #replacement — RuboCop::Cop::Rails::Present
- #replacement — RuboCop::Cop::Rails::SafeNavigation
- #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::Performance::StringReplacement
- #replacement_method — RuboCop::Cop::Style::Attr
- #replacement_method — RuboCop::Cop::Style::EvenOdd
- #replacement_operator — RuboCop::Cop::Style::NestedModifier
- #replacement_range — RuboCop::Cop::Style::EmptyLiteral
- #replacement_supported? — RuboCop::Cop::Style::NumericPredicate
- #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::SimpleTextFormatter
- #report_summary — RuboCop::Formatter::WorstOffendersFormatter
- #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
- #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_parentheses? — RuboCop::Cop::Style::OneLineConditional
- #requires_percent_q? — RuboCop::Cop::Style::BarePercentLiterals
- #rescue_modifier? — RuboCop::Cop::RescueNode
- #rescued_exceptions — RuboCop::Cop::Lint::ShadowedException
- #reset_callbacks — RuboCop::Cop::Commissioner
- #reset_errors — RuboCop::Cop::Commissioner
- #resolve_badge — RuboCop::Cop::Registry
- #resolve_block_method_name — RuboCop::Cop::Style::SymbolProc
- #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_assigned? — RuboCop::Cop::Rails::SaveBang
- #return_value_chaining? — RuboCop::Cop::Style::BlockDelimiters
- #return_value_node_of_scope — RuboCop::Cop::Lint::UselessAssignment
- #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
- #revert_method_uselessness — RuboCop::Cop::Lint::IneffectiveAccessModifier
- #rewrite — RuboCop::Cop::Corrector
- #rewrite_with_modifier — RuboCop::Cop::Performance::RedundantMerge
- #rhs — RuboCop::AST::BinaryOperatorNode
- #right_argument_count? — RuboCop::Cop::Rails::Exit
- #right_assignment_node — RuboCop::Cop::Rails::SaveBang
- #right_brace? — RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces
- #right_brace_and_space — RuboCop::Cop::Style::BracesAroundHashParameters
- #right_hand_operand — RuboCop::Cop::Style::NestedModifier
- #right_hand_side — RuboCop::Cop::MultilineExpressionIndentation
- #right_method_name? — RuboCop::Cop::Rails::Exit
- #right_receiver? — RuboCop::Cop::Rails::Exit
- #right_side? — RuboCop::Cop::SpaceInside::Brackets
- #root_node? — RuboCop::AST::MethodDispatchNode
- #rubocop_checksum — RuboCop::ResultCache
- #rubocop_directive_comment? — RuboCop::Cop::DocumentationComment
- #rubocop_root_file_path — RuboCop::Cop::Generator::RequireFileInjector
- #ruby19_check — RuboCop::Cop::Style::HashSyntax
- #ruby19_no_mixed_keys_check — RuboCop::Cop::Style::HashSyntax
- #ruby_executable? — RuboCop::TargetFinder
- #ruby_extension? — RuboCop::TargetFinder
- #ruby_file? — RuboCop::TargetFinder
- #ruby_filename? — RuboCop::TargetFinder
- #run — RuboCop::CLI
- #run — RuboCop::NodePattern::Compiler
- #run — RuboCop::Runner
- #run_cli — RuboCop::RakeTask
- #run_exclusively_with? — RuboCop::Cop::VariableForce::Branchable
- #run_hook — RuboCop::Cop::Force
- #s — RuboCop::AST::Sexp
- #safe_assignment_allowed? — RuboCop::Cop::SafeAssignment
- #safe_chain? — RuboCop::Cop::Rails::Date
- #safe_method — RuboCop::Cop::Rails::TimeZone
- #safe_mode? — RuboCop::Cop::SafeMode
- #safe_navigation_call? — RuboCop::Cop::Layout::SpaceAroundKeyword
- #safe_to_time? — RuboCop::Cop::Rails::Date
- #same_line? — RuboCop::AST::HashElementNode
- #same_line? — RuboCop::Cop::Util
- #same_name_assignment? — RuboCop::Cop::Style::MethodCallWithoutArgsParentheses
- #sample_arg — RuboCop::Cop::Performance::Sample
- #sample_size — RuboCop::Cop::Performance::Sample
- #sample_size_for_one_arg — RuboCop::Cop::Performance::Sample
- #sample_size_for_two_args — RuboCop::Cop::Performance::Sample
- #sanitize_name — RuboCop::Cop::Naming::MethodName
- #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_body — RuboCop::Cop::Performance::RegexpMatch
- #scope_root — RuboCop::Cop::Performance::RegexpMatch
- #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
- #second_argument — RuboCop::Cop::Performance::RedundantMerge::EachWithObjectInspector
- #select — RuboCop::Cop::Registry
- #selected_cops_of_department — RuboCop::CLI
- #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
- #send_node — RuboCop::AST::BlockNode
- #separate_mixins — RuboCop::Cop::Style::MixinGrouping
- #separated_style? — RuboCop::Cop::Style::MixinGrouping
- #separator_delta — RuboCop::Cop::HashAlignment::ValueAlignment
- #separator_style? — RuboCop::Cop::Layout::IndentHash
- #serialize_offense — RuboCop::CachedData
- #setter_call_to_local_variable? — RuboCop::Cop::Lint::UselessSetterCall
- #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
- #shebang? — RuboCop::Cop::Layout::LeadingCommentSpace
- #shebang? — RuboCop::Cop::Naming::FileName
- #shebang_token? — RuboCop::Cop::Style::Copyright
- #short_group_regex — RuboCop::Cop::Style::NumericLiterals
- #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_have_comma? — RuboCop::Cop::TrailingComma
- #should_indent_relative_to_receiver? — RuboCop::Cop::Layout::MultilineMethodCallIndentation
- #sibling_index — RuboCop::AST::Node
- #sibling_mixins — RuboCop::Cop::Style::MixinGrouping
- #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
- #single_child? — RuboCop::Cop::Style::UnneededInterpolation
- #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_variable_interpolation? — RuboCop::Cop::Style::UnneededInterpolation
- #singular_method? — RuboCop::Cop::Rails::PluralizationGrammar
- #singular_receiver? — RuboCop::Cop::Rails::PluralizationGrammar
- #singularize — RuboCop::Cop::Rails::PluralizationGrammar
- #skip_check? — RuboCop::Cop::Layout::IndentationWidth
- #skip_children! — RuboCop::Cop::VariableForce
- #skip_children? — RuboCop::Cop::Lint::AssignmentInCondition
- #slash_literal? — RuboCop::Cop::Style::RegexpLiteral
- #slice_source — RuboCop::Cop::Style::FormatStringToken
- #slow_compare? — RuboCop::Cop::Performance::CompareWithBlock
- #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::Performance::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_from_regex_constructor — RuboCop::Cop::Performance::StringReplacement
- #source_from_regex_literal — RuboCop::Cop::Performance::StringReplacement
- #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::Bundler::InsecureProtocolSource
- #source_range — RuboCop::Cop::Performance::Sample
- #source_range — RuboCop::Cop::Util
- #source_starting_at — RuboCop::Cop::Performance::Count
- #space — RuboCop::Cop::Layout::SpaceInsideBlockBraces
- #space_after_arrow? — RuboCop::Cop::Layout::SpaceInLambdaLiteral
- #space_after_missing? — RuboCop::Cop::Layout::SpaceAroundKeyword
- #space_before — RuboCop::Cop::Layout::InitialIndentation
- #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_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_inner_call_indentation? — RuboCop::Cop::Layout::FirstParameterIndentation
- #special_keyword? — RuboCop::AST::Node
- #special_keyword? — RuboCop::Cop::Lint::LiteralInInterpolation
- #special_keyword_arg? — RuboCop::Cop::Rails::HttpPositionalArguments
- #special_modifier? — RuboCop::Cop::Layout::IndentationWidth
- #specifics — RuboCop::Cop::Layout::SpaceInsideBrackets
- #specifics — RuboCop::Cop::Layout::SpaceInsideParens
- #specified? — RuboCop::MagicComment
- #splat_args? — RuboCop::Cop::Lint::FormatParameterMismatch
- #splat_argument? — RuboCop::AST::ParameterizedNode
- #splat_offenses — RuboCop::Cop::Performance::CaseWhenSplat
- #splat_variable_before? — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #split_comment — RuboCop::Cop::Style::AnnotationComment
- #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::Lint::BlockAlignment
- #start_line_range — RuboCop::Cop::Lint::EndAlignment
- #start_of_new_scope? — RuboCop::Cop::Lint::UselessAccessModifier
- #start_with_percent_q_variant? — RuboCop::Cop::Style::UnneededPercentQ
- #start_with_shebang? — RuboCop::Cop::Lint::ScriptPermission
- #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
- #static_method_name — RuboCop::Cop::Rails::DynamicFindBy
- #stderr_gvar? — RuboCop::Cop::Style::StderrPuts
- #stderr_puts_range — RuboCop::Cop::Style::StderrPuts
- #str_content — RuboCop::Cop::Lint::ImplicitStringConcatenation
- #str_contents — RuboCop::Cop::Style::FormatStringToken
- #string_literal? — RuboCop::Cop::Lint::ImplicitStringConcatenation
- #string_literal? — RuboCop::Cop::Style::UnneededPercentQ
- #string_literal_lines — RuboCop::Cop::Layout::Tab
- #string_literals_config — RuboCop::Cop::Style::EmptyLiteral
- #string_source — RuboCop::Cop::Style::PercentLiteralDelimiters
- #string_value — RuboCop::AST::Builder
- #string_with_slash? — RuboCop::Cop::Rails::FilePath
- #strip_quotes — RuboCop::Cop::Util
- #stripped_source_upto — RuboCop::Cop::Util
- #style — RuboCop::Cop::Layout::EmptyLinesAroundBeginBody
- #style — RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords
- #style — RuboCop::Cop::Layout::EmptyLinesAroundMethodBody
- #style — RuboCop::Cop::Layout::IndentHeredoc
- #style — RuboCop::Cop::ConfigurableEnforcedStyle
- #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::SpaceAroundBlockParameters
- #style_parameter_name — RuboCop::Cop::Lint::BlockAlignment
- #style_parameter_name — RuboCop::Cop::Rails::UniqBeforePluck
- #style_parameter_name — RuboCop::Cop::ConfigurableEnforcedStyle
- #style_parameter_name — RuboCop::Cop::EndKeywordAlignment
- #style_parameter_name — RuboCop::Cop::TrailingComma
- #summary — RuboCop::Formatter::SimpleTextFormatter::Report
- #super? — RuboCop::Cop::Style::SymbolProc
- #support_autocorrect? — RuboCop::Cop::AutocorrectLogic
- #support_target_rails_version? — RuboCop::Cop::TargetRailsVersion
- #support_target_ruby_version? — RuboCop::Cop::TargetRubyVersion
- #supported_styles — RuboCop::Cop::ConfigurableEnforcedStyle
- #supported_types — RuboCop::Cop::Layout::MultilineAssignmentLayout
- #suspicious_name? — RuboCop::Cop::Style::OptionHash
- #swap_range — RuboCop::Cop::OrderedGemNode
- #sym_indices? — RuboCop::Cop::Style::HashSyntax
- #symbol_without_quote? — RuboCop::Cop::Util
- #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
- #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::AlignParameters
- #target_rails_version — RuboCop::Config
- #target_rails_version — RuboCop::Cop::Cop
- #target_ruby_source — RuboCop::Config
- #target_ruby_version — RuboCop::Config
- #target_ruby_version — RuboCop::Cop::Cop
- #targets_exception? — RuboCop::Cop::Lint::RescueException
- #ternary? — RuboCop::AST::IfNode
- #ternary_condition? — RuboCop::Cop::Style::ConditionalAssignment
- #then? — RuboCop::AST::WhenNode
- #to_assignments — RuboCop::Cop::Performance::RedundantMerge
- #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::RSpec::ExpectOffense::AnnotatedSource
- #to_s — RuboCop::Token
- #to_string_literal — RuboCop::Cop::Util
- #to_supported_styles — RuboCop::Cop::Util
- #to_symbol_literal — RuboCop::Cop::Util
- #to_ternary — RuboCop::Cop::Style::OneLineConditional
- #todo — RuboCop::Cop::Generator
- #token_after_last_string — RuboCop::Cop::Style::LineEndConcatenation
- #token_ranges — RuboCop::Cop::Style::FormatStringToken
- #token_table — RuboCop::Cop::SurroundingSpace
- #tokenize — RuboCop::ProcessedSource
- #tokens — RuboCop::Cop::Style::FormatStringToken
- #tokens — RuboCop::MagicComment::EditorComment
- #tokens_for_lines — RuboCop::Cop::Style::Semicolon
- #top_level_node? — RuboCop::Cop::Style::MixinUsage
- #toplevel_dirs — RuboCop::TargetFinder
- #total_offense_count — RuboCop::Formatter::OffenseCountFormatter
- #total_offense_count — RuboCop::Formatter::WorstOffendersFormatter
- #trailing_range? — RuboCop::Cop::Lint::UnneededDisable
- #trap_interrupt — RuboCop::CLI
- #traverse_node — RuboCop::Cop::Lint::AssignmentInCondition
- #trivial_accessor_kind — RuboCop::Cop::Style::TrivialAccessors
- #trivial_delegate? — RuboCop::Cop::Rails::Delegate
- #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
- #unary_operation? — RuboCop::AST::Node
- #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
- #union_terms — RuboCop::NodePattern::Compiler
- #unknown_env_name? — RuboCop::Cop::Rails::UnknownEnv
- #unless? — RuboCop::AST::IfNode
- #unless_and_nil_check? — RuboCop::Cop::Style::NonNilCheck
- #unless_condition — RuboCop::Cop::Rails::Blank
- #unless_condition — RuboCop::Cop::Rails::Present
- #unless_else_config — RuboCop::Cop::Style::MissingElse
- #unless_else_cop_enabled? — RuboCop::Cop::Style::MissingElse
- #unnecessary_comment_offense — RuboCop::Cop::Style::FrozenStringLiteralComment
- #unneeded_brackets? — RuboCop::Cop::Lint::UnneededSplatExpansion
- #unneeded_ranges — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #unparenthesized_literal_args? — RuboCop::Cop::Style::Lambda
- #unparenthesized_method_call? — RuboCop::Cop::Style::TernaryParentheses
- #unrecognized_style_detected — RuboCop::Cop::ConfigurableEnforcedStyle
- #unsafe_autocorrect? — RuboCop::Cop::Style::TernaryParentheses
- #unsafe_method? — 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
- #unwind — RuboCop::Cop::Performance::RedundantMerge::EachWithObjectInspector
- #updated — RuboCop::AST::Node
- #updated_directives — RuboCop::Cop::Generator::RequireFileInjector
- #uri_regexp — RuboCop::Cop::Metrics::LineLength
- #urls — RuboCop::Cop::MessageAnnotator
- #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_exceptions — RuboCop::Cop::Lint::RescueType
- #valid_line? — RuboCop::Formatter::ClangStyleFormatter
- #valid_method_rhs_candidate? — RuboCop::Cop::MultilineExpressionIndentation
- #valid_name? — RuboCop::Cop::ConfigurableFormatting
- #valid_options? — RuboCop::Cop::Rails::HasManyOrHasOneDependent
- #valid_rhs? — RuboCop::Cop::MultilineExpressionIndentation
- #valid_rhs_candidate? — RuboCop::Cop::MultilineExpressionIndentation
- #valid_syntax? — RuboCop::ProcessedSource
- #valid_uri? — RuboCop::Cop::Metrics::LineLength
- #validate — RuboCop::Config
- #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_parameter_names — RuboCop::Config
- #validate_section_presence — RuboCop::Config
- #validate_syntax_cop — RuboCop::Config
- #value — RuboCop::AST::HashElementNode
- #value_delta — RuboCop::AST::HashElementNode::HashElementDelta
- #value_delta — RuboCop::Cop::HashAlignment::TableAlignment
- #value_delta — RuboCop::Cop::HashAlignment::SeparatorAlignment
- #value_delta — RuboCop::AST::HashElementNode
- #value_used? — RuboCop::AST::Node
- #value_used? — RuboCop::Cop::Performance::RedundantMerge::EachWithObjectInspector
- #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::Style::MultipleComparison
- #variable_table — RuboCop::Cop::VariableForce
- #variable_type — RuboCop::Cop::Lint::UnusedBlockArgument
- #variable_used? — RuboCop::Cop::Lint::UnusedArgument
- #variables_in_node — RuboCop::Cop::Style::MultipleComparison
- #variables_in_simple_node — RuboCop::Cop::Style::MultipleComparison
- #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
- #warm_cache — RuboCop::Runner
- #warn_about_unrecognized_cops — RuboCop::Config
- #when_branch_range — RuboCop::Cop::Performance::CaseWhenSplat
- #when_branches — RuboCop::AST::CaseNode
- #while_until_value_used? — RuboCop::AST::Node
- #white_space_range — RuboCop::Cop::Style::ConditionalCorrectorHelper
- #whitelist — RuboCop::Cop::Lint::SafeNavigationChain
- #whitelist — RuboCop::Cop::Rails::DynamicFindBy
- #whitelist — RuboCop::Cop::Style::TrivialAccessors
- #whitelisted? — RuboCop::Cop::Style::NestedParenthesizedCalls
- #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
- #whitespace_range — RuboCop::Cop::EndKeywordAlignment
- #with — RuboCop::Cop::Registry
- #with_color — RuboCop::Formatter::FuubarStyleFormatter
- #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_object_range — RuboCop::Cop::Lint::RedundantWithObject
- #with_offense_annotations — RuboCop::RSpec::ExpectOffense::AnnotatedSource
- #with_temp_node — RuboCop::NodePattern::Compiler
- #with_temp_variable — RuboCop::NodePattern::Compiler
- #within? — RuboCop::Cop::AutocorrectAlignment
- #within_change_method? — RuboCop::Cop::Rails::ReversibleMigration
- #within_node? — RuboCop::Cop::Util
- #within_reversible_block? — RuboCop::Cop::Rails::ReversibleMigration
- #without_department — RuboCop::Cop::Registry
- #word_regex — RuboCop::Cop::Style::WordArray
- #word_symbol_pair? — RuboCop::Cop::Style::HashSyntax
- #write_attribute_replacement — RuboCop::Cop::Rails::ReadWriteAttribute
- #write_source — RuboCop::Cop::Generator
- #write_spec — RuboCop::Cop::Generator
- #write_unless_file_exists — RuboCop::Cop::Generator
- #wrong_method_name — RuboCop::Cop::Rails::RequestReferer
- #wrong_quotes? — RuboCop::Cop::StringLiteralsHelp
- #yoda_condition? — RuboCop::Cop::Style::YodaCondition