Table of Contents - rubocop-0.40.0 Documentation
Pages
- LICENSE
-
README
- Installation
- Basic Usage
- Cops
- Style
- Lint
- Metrics
- Performance
- Rails
- Configuration
- Inheritance
- Inheriting from another configuration file in the project
- Inheriting configuration from a remote URL
- Inheriting configuration from a dependency gem
- Defaults
- Including/Excluding files
- Generic configuration parameters
- Enabled
- Severity
- Details
- AutoCorrect
- Setting the target Ruby version
- Automatically Generated Configuration
- Disabling Cops within Source Code
- Formatters
- Progress Formatter (default)
- Clang Style Formatter
- Fuubar Style Formatter
- Emacs Style Formatter
- Simple Formatter
- File List Formatter
- JSON Formatter
- Offense Count Formatter
- Worst Offenders Formatter
- HTML Formatter
- Compatibility
- Editor integration
- Emacs
- Vim
- Sublime Text
- Brackets
- TextMate2
- Atom
- LightTable
- RubyMine
- Other Editors
- Git pre-commit hook integration
- Guard integration
- Rake integration
- Exit codes
- Caching
- Cache Validity
- Enabling and Disabling the Cache
- Cache Path
- Cache Pruning
- Extensions
- Loading Extensions
- Custom Cops
- Known Custom Cops
- Custom Formatters
- Creating a Custom Formatter
- Using a Custom Formatter from the Command Line
- Team
- Logo
- Contributors
- Mailing List
- Freenode
- Changelog
- Copyright
Classes and Modules
- RuboCop
- RuboCop::CLI
- RuboCop::CLI::Finished
- RuboCop::CachedData
- RuboCop::CommentConfig
- RuboCop::Config
- RuboCop::ConfigLoader
- RuboCop::ConfigLoaderResolver
- RuboCop::ConfigStore
- RuboCop::Cop
- RuboCop::Cop::AccessModifierNode
- RuboCop::Cop::AmbiguousCopName
- RuboCop::Cop::ArrayHashIndentation
- RuboCop::Cop::ArraySyntax
- RuboCop::Cop::AutocorrectAlignment
- RuboCop::Cop::AutocorrectLogic
- RuboCop::Cop::CheckAssignment
- RuboCop::Cop::CheckAssignment::Util
- RuboCop::Cop::ClassishLength
- RuboCop::Cop::CodeLength
- RuboCop::Cop::Commissioner
- RuboCop::Cop::ConfigurableEnforcedStyle
- RuboCop::Cop::ConfigurableMax
- RuboCop::Cop::ConfigurableNaming
- RuboCop::Cop::Cop
- RuboCop::Cop::CopStore
- RuboCop::Cop::Corrector
- RuboCop::Cop::EndKeywordAlignment
- RuboCop::Cop::FirstElementLineBreak
- RuboCop::Cop::Force
- RuboCop::Cop::FrozenStringLiteral
- RuboCop::Cop::HashNode
- RuboCop::Cop::IfNode
- RuboCop::Cop::IgnoredNode
- RuboCop::Cop::Lint
- RuboCop::Cop::Lint::AmbiguousOperator
- RuboCop::Cop::Lint::AmbiguousRegexpLiteral
- RuboCop::Cop::Lint::AssignmentInCondition
- RuboCop::Cop::Lint::BlockAlignment
- 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::DuplicateMethods
- RuboCop::Cop::Lint::DuplicatedKey
- RuboCop::Cop::Lint::EachWithObjectArgument
- RuboCop::Cop::Lint::ElseLayout
- RuboCop::Cop::Lint::EmptyEnsure
- RuboCop::Cop::Lint::EmptyInterpolation
- RuboCop::Cop::Lint::EndAlignment
- RuboCop::Cop::Lint::EndInMethod
- RuboCop::Cop::Lint::EnsureReturn
- RuboCop::Cop::Lint::Eval
- RuboCop::Cop::Lint::FloatOutOfRange
- RuboCop::Cop::Lint::FormatParameterMismatch
- RuboCop::Cop::Lint::HandleExceptions
- RuboCop::Cop::Lint::ImplicitStringConcatenation
- RuboCop::Cop::Lint::IneffectiveAccessModifier
- RuboCop::Cop::Lint::InvalidCharacterLiteral
- RuboCop::Cop::Lint::LiteralInCondition
- RuboCop::Cop::Lint::LiteralInInterpolation
- RuboCop::Cop::Lint::Loop
- RuboCop::Cop::Lint::NestedMethodDefinition
- RuboCop::Cop::Lint::NextWithoutAccumulator
- RuboCop::Cop::Lint::NonLocalExitFromIterator
- RuboCop::Cop::Lint::ParenthesesAsGroupedExpression
- RuboCop::Cop::Lint::RandOne
- RuboCop::Cop::Lint::RequireParentheses
- RuboCop::Cop::Lint::RescueException
- RuboCop::Cop::Lint::ShadowingOuterLocalVariable
- RuboCop::Cop::Lint::StringConversionInInterpolation
- RuboCop::Cop::Lint::Syntax
- RuboCop::Cop::Lint::UnderscorePrefixedVariableName
- RuboCop::Cop::Lint::UnneededDisable
- RuboCop::Cop::Lint::UnreachableCode
- RuboCop::Cop::Lint::UnusedArgument
- RuboCop::Cop::Lint::UnusedBlockArgument
- RuboCop::Cop::Lint::UnusedMethodArgument
- RuboCop::Cop::Lint::UselessAccessModifier
- RuboCop::Cop::Lint::UselessArraySplat
- 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::MethodComplexity
- RuboCop::Cop::MethodPreference
- RuboCop::Cop::Metrics
- RuboCop::Cop::Metrics::AbcSize
- 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::NegativeConditional
- RuboCop::Cop::Offense
- RuboCop::Cop::OnMethodDef
- RuboCop::Cop::OnNormalIfUnless
- RuboCop::Cop::Parentheses
- RuboCop::Cop::ParserDiagnostic
- RuboCop::Cop::PercentLiteral
- RuboCop::Cop::Performance
- RuboCop::Cop::Performance::CaseWhenSplat
- RuboCop::Cop::Performance::Casecmp
- 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::RedundantSortBy
- RuboCop::Cop::Performance::ReverseEach
- RuboCop::Cop::Performance::Sample
- RuboCop::Cop::Performance::Sample::ShuffleAnalyzer
- RuboCop::Cop::Performance::Size
- RuboCop::Cop::Performance::StartWith
- RuboCop::Cop::Performance::StringReplacement
- RuboCop::Cop::Performance::TimesMap
- RuboCop::Cop::PrecedingFollowingAlignment
- RuboCop::Cop::Rails
- RuboCop::Cop::Rails::ActionFilter
- RuboCop::Cop::Rails::Date
- RuboCop::Cop::Rails::Delegate
- RuboCop::Cop::Rails::FindBy
- RuboCop::Cop::Rails::FindEach
- RuboCop::Cop::Rails::HasAndBelongsToMany
- RuboCop::Cop::Rails::Output
- RuboCop::Cop::Rails::PluralizationGrammar
- RuboCop::Cop::Rails::ReadWriteAttribute
- RuboCop::Cop::Rails::ScopeArgs
- RuboCop::Cop::Rails::TimeZone
- RuboCop::Cop::Rails::UniqBeforePluck
- RuboCop::Cop::Rails::Validation
- RuboCop::Cop::SafeAssignment
- 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::AccessModifierIndentation
- RuboCop::Cop::Style::AccessorMethodName
- RuboCop::Cop::Style::Alias
- RuboCop::Cop::Style::AlignArray
- RuboCop::Cop::Style::AlignHash
- RuboCop::Cop::Style::AlignHash::AlignmentOfValues
- RuboCop::Cop::Style::AlignHash::KeyAlignment
- RuboCop::Cop::Style::AlignHash::SeparatorAlignment
- RuboCop::Cop::Style::AlignHash::TableAlignment
- RuboCop::Cop::Style::AlignParameters
- RuboCop::Cop::Style::AndOr
- RuboCop::Cop::Style::AnnotationComment
- RuboCop::Cop::Style::ArrayJoin
- RuboCop::Cop::Style::AsciiComments
- RuboCop::Cop::Style::AsciiIdentifiers
- 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::BlockEndNewline
- RuboCop::Cop::Style::BracesAroundHashParameters
- RuboCop::Cop::Style::CaseCorrector
- RuboCop::Cop::Style::CaseEquality
- RuboCop::Cop::Style::CaseIndentation
- RuboCop::Cop::Style::CharacterLiteral
- RuboCop::Cop::Style::ClassAndModuleCamelCase
- RuboCop::Cop::Style::ClassAndModuleChildren
- RuboCop::Cop::Style::ClassCheck
- RuboCop::Cop::Style::ClassMethods
- RuboCop::Cop::Style::ClassVars
- RuboCop::Cop::Style::ClosingParenthesisIndentation
- RuboCop::Cop::Style::CollectionMethods
- RuboCop::Cop::Style::ColonMethodCall
- RuboCop::Cop::Style::CommandLiteral
- RuboCop::Cop::Style::CommentAnnotation
- RuboCop::Cop::Style::CommentIndentation
- RuboCop::Cop::Style::ConditionalAssignment
- RuboCop::Cop::Style::ConditionalAssignmentHelper
- RuboCop::Cop::Style::ConditionalCorrectorHelper
- RuboCop::Cop::Style::ConstantName
- RuboCop::Cop::Style::Copyright
- RuboCop::Cop::Style::DefWithParentheses
- RuboCop::Cop::Style::DeprecatedHashMethods
- RuboCop::Cop::Style::Documentation
- RuboCop::Cop::Style::DotPosition
- RuboCop::Cop::Style::DoubleNegation
- RuboCop::Cop::Style::EachWithObject
- RuboCop::Cop::Style::ElseAlignment
- RuboCop::Cop::Style::EmptyCaseCondition
- RuboCop::Cop::Style::EmptyElse
- RuboCop::Cop::Style::EmptyLineBetweenDefs
- RuboCop::Cop::Style::EmptyLines
- RuboCop::Cop::Style::EmptyLinesAroundAccessModifier
- RuboCop::Cop::Style::EmptyLinesAroundBlockBody
- RuboCop::Cop::Style::EmptyLinesAroundBody
- RuboCop::Cop::Style::EmptyLinesAroundClassBody
- RuboCop::Cop::Style::EmptyLinesAroundMethodBody
- RuboCop::Cop::Style::EmptyLinesAroundModuleBody
- RuboCop::Cop::Style::EmptyLiteral
- RuboCop::Cop::Style::Encoding
- RuboCop::Cop::Style::EndBlock
- RuboCop::Cop::Style::EndOfLine
- RuboCop::Cop::Style::EvenOdd
- RuboCop::Cop::Style::ExtraSpacing
- RuboCop::Cop::Style::FileName
- RuboCop::Cop::Style::FirstArrayElementLineBreak
- RuboCop::Cop::Style::FirstHashElementLineBreak
- RuboCop::Cop::Style::FirstMethodArgumentLineBreak
- RuboCop::Cop::Style::FirstMethodParameterLineBreak
- RuboCop::Cop::Style::FirstParameterIndentation
- RuboCop::Cop::Style::FlipFlop
- RuboCop::Cop::Style::For
- RuboCop::Cop::Style::FormatString
- 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::IndentArray
- RuboCop::Cop::Style::IndentAssignment
- RuboCop::Cop::Style::IndentHash
- RuboCop::Cop::Style::IndentationConsistency
- RuboCop::Cop::Style::IndentationWidth
- RuboCop::Cop::Style::InfiniteLoop
- RuboCop::Cop::Style::InitialIndentation
- RuboCop::Cop::Style::InlineComment
- RuboCop::Cop::Style::Lambda
- RuboCop::Cop::Style::LambdaCall
- RuboCop::Cop::Style::LeadingCommentSpace
- RuboCop::Cop::Style::LineEndConcatenation
- RuboCop::Cop::Style::MethodCallParentheses
- RuboCop::Cop::Style::MethodCalledOnDoEndBlock
- RuboCop::Cop::Style::MethodDefParentheses
- RuboCop::Cop::Style::MethodName
- RuboCop::Cop::Style::MissingElse
- RuboCop::Cop::Style::ModuleFunction
- RuboCop::Cop::Style::MultilineArrayBraceLayout
- RuboCop::Cop::Style::MultilineAssignmentLayout
- RuboCop::Cop::Style::MultilineBlockChain
- RuboCop::Cop::Style::MultilineBlockLayout
- RuboCop::Cop::Style::MultilineHashBraceLayout
- RuboCop::Cop::Style::MultilineIfThen
- RuboCop::Cop::Style::MultilineMethodCallBraceLayout
- RuboCop::Cop::Style::MultilineMethodCallIndentation
- RuboCop::Cop::Style::MultilineMethodDefinitionBraceLayout
- RuboCop::Cop::Style::MultilineOperationIndentation
- RuboCop::Cop::Style::MultilineTernaryOperator
- 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::NumericLiterals
- RuboCop::Cop::Style::OneLineConditional
- RuboCop::Cop::Style::OpMethod
- RuboCop::Cop::Style::OptionHash
- RuboCop::Cop::Style::OptionalArguments
- 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::PredicateName
- RuboCop::Cop::Style::Proc
- RuboCop::Cop::Style::RaiseArgs
- RuboCop::Cop::Style::RedundantBegin
- 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::RescueEnsureAlignment
- RuboCop::Cop::Style::RescueModifier
- 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::SpaceAfterColon
- RuboCop::Cop::Style::SpaceAfterComma
- RuboCop::Cop::Style::SpaceAfterMethodName
- RuboCop::Cop::Style::SpaceAfterNot
- RuboCop::Cop::Style::SpaceAfterSemicolon
- RuboCop::Cop::Style::SpaceAroundBlockParameters
- RuboCop::Cop::Style::SpaceAroundEqualsInParameterDefault
- RuboCop::Cop::Style::SpaceAroundKeyword
- RuboCop::Cop::Style::SpaceAroundOperators
- RuboCop::Cop::Style::SpaceBeforeBlockBraces
- RuboCop::Cop::Style::SpaceBeforeComma
- RuboCop::Cop::Style::SpaceBeforeComment
- RuboCop::Cop::Style::SpaceBeforeFirstArg
- RuboCop::Cop::Style::SpaceBeforeSemicolon
- RuboCop::Cop::Style::SpaceInsideBlockBraces
- RuboCop::Cop::Style::SpaceInsideBrackets
- RuboCop::Cop::Style::SpaceInsideHashLiteralBraces
- RuboCop::Cop::Style::SpaceInsideParens
- RuboCop::Cop::Style::SpaceInsideRangeLiteral
- RuboCop::Cop::Style::SpaceInsideStringInterpolation
- RuboCop::Cop::Style::SpecialGlobalVars
- RuboCop::Cop::Style::StabbyLambdaParentheses
- 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::Tab
- RuboCop::Cop::Style::TernaryCorrector
- RuboCop::Cop::Style::TrailingBlankLines
- RuboCop::Cop::Style::TrailingCommaInArguments
- RuboCop::Cop::Style::TrailingCommaInLiteral
- RuboCop::Cop::Style::TrailingUnderscoreVariable
- RuboCop::Cop::Style::TrailingWhitespace
- 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::VariableName
- RuboCop::Cop::Style::WhenThen
- RuboCop::Cop::Style::WhileUntilDo
- RuboCop::Cop::Style::WhileUntilModifier
- RuboCop::Cop::Style::WordArray
- RuboCop::Cop::Style::ZeroLengthPredicate
- RuboCop::Cop::SurroundingSpace
- RuboCop::Cop::Team
- RuboCop::Cop::TrailingComma
- RuboCop::Cop::Util
- RuboCop::Cop::VariableForce
- RuboCop::Cop::VariableForce::Assignment
- RuboCop::Cop::VariableForce::Locatable
- RuboCop::Cop::VariableForce::Locatable::InvalidBranchBodyError
- RuboCop::Cop::VariableForce::Reference
- RuboCop::Cop::VariableForce::Scope
- RuboCop::Cop::VariableForce::Variable
- RuboCop::Cop::VariableForce::VariableTable
- 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::TextUtil
- RuboCop::Formatter::WorstOffendersFormatter
- RuboCop::NameSimilarity
- RuboCop::Node
- RuboCop::Node::Builder
- RuboCop::Node::Parser
- RuboCop::Node::Parser::Meta
- RuboCop::Node::Traversal
- RuboCop::NodePattern
- RuboCop::NodePattern::Compiler
- RuboCop::NodePattern::Macros
- RuboCop::Options
- RuboCop::OptionsHelp
- RuboCop::OptionsValidator
- RuboCop::PathUtil
- RuboCop::ProcessedSource
- RuboCop::RakeTask
- RuboCop::RemoteConfig
- RuboCop::ResultCache
- RuboCop::Runner
- RuboCop::Runner::InfiniteCorrectionLoop
- RuboCop::Sexp
- RuboCop::StringUtil
- RuboCop::StringUtil::Jaro
- RuboCop::StringUtil::JaroWinkler
- RuboCop::TargetFinder
- RuboCop::Token
- RuboCop::ValidationError
- RuboCop::Version
- RuboCop::Warning
Methods
- ::all — RuboCop::Cop::Cop
- ::all — RuboCop::Cop::Force
- ::base_configs — RuboCop::ConfigLoader
- ::beautify_message — RuboCop::Cop::Lint::Syntax
- ::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
- ::cop_type — RuboCop::Cop::Cop
- ::correct — RuboCop::Cop::Style::UnlessCorrector
- ::correct — RuboCop::Cop::Style::CaseCorrector
- ::correct — RuboCop::Cop::Style::IfCorrector
- ::correct — RuboCop::Cop::Style::TernaryCorrector
- ::def_matcher — RuboCop::Node
- ::default_configuration — RuboCop::ConfigLoader
- ::dirs_to_search — RuboCop::ConfigLoader
- ::distance — RuboCop::StringUtil::Jaro
- ::extract_branches — RuboCop::Cop::Style::IfCorrector
- ::force_name — RuboCop::Cop::Force
- ::from_file — RuboCop::ProcessedSource
- ::from_parser_token — RuboCop::Token
- ::gem_config_path — RuboCop::ConfigLoader
- ::inherited — RuboCop::Cop::Force
- ::inherited — RuboCop::Cop::Cop
- ::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::CaseCorrector
- ::move_assignment_inside_condition — RuboCop::Cop::Style::IfCorrector
- ::move_assignment_inside_condition — RuboCop::Cop::Style::TernaryCorrector
- ::name_from_code — RuboCop::Cop::Severity
- ::new — RuboCop::Cop::VariableForce::VariableTable
- ::new — RuboCop::ResultCache
- ::new — RuboCop::StringUtil::JaroWinkler
- ::new — RuboCop::Runner
- ::new — RuboCop::Cop::SpaceInside::Brackets
- ::new — RuboCop::Cop::Lint::UselessSetterCall::MethodVariableTracker
- ::new — RuboCop::Cop::Offense
- ::new — RuboCop::TargetFinder
- ::new — RuboCop::Cop::Style::RedundantSelf
- ::new — RuboCop::Token
- ::new — RuboCop::Node
- ::new — RuboCop::Cop::Team
- ::new — RuboCop::Formatter::ProgressFormatter
- ::new — RuboCop::Formatter::JSONFormatter
- ::new — RuboCop::CachedData
- ::new — RuboCop::RemoteConfig
- ::new — RuboCop::RakeTask
- ::new — RuboCop::Cop::Performance::Sample::ShuffleAnalyzer
- ::new — RuboCop::Cop::VariableForce::Variable
- ::new — RuboCop::ProcessedSource
- ::new — RuboCop::CLI
- ::new — RuboCop::Cop::VariableForce::Scope
- ::new — RuboCop::OptionsValidator
- ::new — RuboCop::Cop::VariableForce::Reference
- ::new — RuboCop::Cop::Lint::DuplicateMethods
- ::new — RuboCop::Cop::Lint::DeprecatedClassMethods::DeprecatedClassMethod
- ::new — RuboCop::Options
- ::new — RuboCop::Cop::Force
- ::new — RuboCop::Formatter::HTMLFormatter
- ::new — RuboCop::Formatter::FormatterSet
- ::new — RuboCop::Cop::Style::ParallelAssignment::AssignmentSorter
- ::new — RuboCop::Formatter::SimpleTextFormatter::Report
- ::new — RuboCop::Cop::Severity
- ::new — RuboCop::Cop::Corrector
- ::new — RuboCop::CommentConfig
- ::new — RuboCop::Cop::Cop
- ::new — RuboCop::NodePattern
- ::new — RuboCop::Runner::InfiniteCorrectionLoop
- ::new — RuboCop::Cop::Style::ParallelAssignment::GenericCorrector
- ::new — RuboCop::Cop::VariableForce::Assignment
- ::new — RuboCop::ConfigStore
- ::new — RuboCop::NodePattern::Compiler
- ::new — RuboCop::Config
- ::new — RuboCop::Formatter::HTMLFormatter::ERBContext
- ::new — RuboCop::Cop::Commissioner
- ::new — RuboCop::Formatter::BaseFormatter
- ::new — RuboCop::StringUtil::Jaro
- ::non_rails — RuboCop::Cop::Cop
- ::offense_from_diagnostic — RuboCop::Cop::Lint::Syntax
- ::offense_from_error — RuboCop::Cop::Lint::Syntax
- ::offenses_from_processed_source — RuboCop::Cop::Lint::Syntax
- ::qualified_cop_name — RuboCop::Cop::Cop
- ::remove_files — RuboCop::ResultCache
- ::transform — RuboCop::ConfigLoader
- ::validate_cop_list — RuboCop::OptionsValidator
- ::yaml_safe_load — RuboCop::ConfigLoader
- #<=> — RuboCop::Cop::Offense
- #<=> — RuboCop::Cop::Severity
- #== — RuboCop::Cop::Offense
- #== — RuboCop::Cop::Severity
- #== — RuboCop::Cop::VariableForce::Scope
- #[] — RuboCop::ProcessedSource
- #abort — RuboCop::Runner
- #absolute? — RuboCop::PathUtil
- #accept_first_call? — RuboCop::Cop::Performance::Detect
- #accept_first_param? — RuboCop::Cop::Performance::StringReplacement
- #accept_form? — RuboCop::Cop::Style::GuardClause
- #accept_left_parenthesis? — RuboCop::Cop::Style::SpaceAroundKeyword
- #accept_left_square_bracket? — RuboCop::Cop::Style::SpaceAroundKeyword
- #accept_second_call? — RuboCop::Cop::Performance::Detect
- #accept_second_param? — RuboCop::Cop::Performance::StringReplacement
- #acceptable? — RuboCop::Cop::Rails::TimeZone
- #acceptable_capital_q? — RuboCop::Cop::Style::UnneededPercentQ
- #acceptable_methods — RuboCop::Cop::Rails::TimeZone
- #accesses? — RuboCop::Cop::Style::ParallelAssignment::AssignmentSorter
- #accessible_variables — RuboCop::Cop::VariableForce::VariableTable
- #accessor — RuboCop::Cop::Style::TrivialAccessors
- #act_on_options — RuboCop::CLI
- #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_missing_namespaces — RuboCop::Config
- #add_offense — RuboCop::Cop::Cop
- #add_offense_for_expression — RuboCop::Cop::Style::MultilineBlockLayout
- #add_offenses — RuboCop::Cop::Lint::UnneededDisable
- #add_only_options — RuboCop::Options
- #add_severity_option — RuboCop::Options
- #add_unneeded_disables — RuboCop::Runner
- #adjacent_braces — RuboCop::Cop::Style::SpaceInsideBlockBraces
- #adjust — RuboCop::Cop::Style::AlignHash
- #after_leaving_scope — RuboCop::Cop::Lint::UnusedArgument
- #after_leaving_scope — RuboCop::Cop::Lint::UselessAssignment
- #after_leaving_scope — RuboCop::Cop::Lint::UnderscorePrefixedVariableName
- #align — RuboCop::Cop::EndKeywordAlignment
- #align_column — RuboCop::Cop::Style::ExtraSpacing
- #align_equal_sign — RuboCop::Cop::Style::ExtraSpacing
- #aligned_assignment? — RuboCop::Cop::PrecedingFollowingAlignment
- #aligned_char? — RuboCop::Cop::PrecedingFollowingAlignment
- #aligned_comments? — RuboCop::Cop::Style::ExtraSpacing
- #aligned_identical? — RuboCop::Cop::PrecedingFollowingAlignment
- #aligned_operator? — RuboCop::Cop::PrecedingFollowingAlignment
- #aligned_tok? — RuboCop::Cop::Style::ExtraSpacing
- #aligned_token? — RuboCop::Cop::PrecedingFollowingAlignment
- #aligned_with_adjacent_line? — RuboCop::Cop::PrecedingFollowingAlignment
- #aligned_with_line? — RuboCop::Cop::PrecedingFollowingAlignment
- #aligned_with_next_comment? — RuboCop::Cop::Style::ExtraSpacing
- #aligned_with_operator? — RuboCop::Cop::PrecedingFollowingAlignment
- #aligned_with_previous_comment? — RuboCop::Cop::Style::ExtraSpacing
- #aligned_with_something? — RuboCop::Cop::PrecedingFollowingAlignment
- #aligned_words? — RuboCop::Cop::PrecedingFollowingAlignment
- #alignment_base — RuboCop::Cop::Style::MultilineMethodCallIndentation
- #alignment_for — RuboCop::Cop::Style::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_have_same_separator? — RuboCop::Cop::Style::AlignHash::AlignmentOfValues
- #allow — RuboCop::Cop::Style::SignalException
- #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_named_underscore_variables — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #allow_predicates? — RuboCop::Cop::Style::TrivialAccessors
- #allow_self — RuboCop::Cop::Style::RedundantSelf
- #allow_uri? — RuboCop::Cop::Metrics::LineLength
- #allowed_array_or_hash_element? — RuboCop::Cop::Style::RedundantParentheses
- #allowed_heredoc — RuboCop::Cop::Metrics::LineLength
- #allowed_method? — RuboCop::Cop::Style::TrivialAccessors
- #allowed_name — RuboCop::Cop::Style::ColonMethodCall
- #allowed_reader? — RuboCop::Cop::Style::TrivialAccessors
- #allowed_uri_position? — RuboCop::Cop::Metrics::LineLength
- #allowed_var? — RuboCop::Cop::Style::GlobalVars
- #allowed_writer? — RuboCop::Cop::Style::TrivialAccessors
- #alt_start_msg — RuboCop::Cop::Lint::BlockAlignment
- #alternative_message — RuboCop::Cop::Lint::AmbiguousOperator
- #alternative_message — RuboCop::Cop::Lint::UselessElseWithoutRescue
- #alternative_message — RuboCop::Cop::Lint::InvalidCharacterLiteral
- #alternative_message — RuboCop::Cop::Lint::AmbiguousRegexpLiteral
- #alternative_style — RuboCop::Cop::ConfigurableEnforcedStyle
- #alternative_style — RuboCop::Cop::Style::HashSyntax
- #ambiguous_style_detected — RuboCop::Cop::ConfigurableEnforcedStyle
- #analyze — RuboCop::CommentConfig
- #ancestor_node — RuboCop::Cop::Style::RescueEnsureAlignment
- #ancestor_nodes_in_scope — RuboCop::Cop::VariableForce::Locatable
- #ancestors — RuboCop::Node
- #annotate_message — RuboCop::Cop::Cop
- #annotate_message — RuboCop::Formatter::SimpleTextFormatter
- #annotation? — RuboCop::Cop::Style::AnnotationComment
- #annotation_range — RuboCop::Cop::Style::CommentAnnotation
- #any_pairs_on_the_same_line? — RuboCop::Cop::HashNode
- #any_single_line_control_flow_exit? — RuboCop::Cop::Style::GuardClause
- #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::Style::StabbyLambdaParentheses
- #args_count — RuboCop::Cop::Metrics::ParameterLists
- #args_from_env — RuboCop::Options
- #args_from_file — RuboCop::Options
- #args_match? — RuboCop::Cop::Style::SingleLineBlockParams
- #args_node — RuboCop::Cop::Style::MethodDefParentheses
- #argument? — RuboCop::Cop::VariableForce::Variable
- #argument_case? — RuboCop::Cop::Lint::EndAlignment
- #argument_in_method_call — RuboCop::Cop::MultilineExpressionIndentation
- #arguments? — RuboCop::Cop::Style::MethodDefParentheses
- #arguments? — RuboCop::Cop::Style::RedundantReturn
- #arguments_match? — RuboCop::Cop::Rails::Delegate
- #array? — RuboCop::Cop::Performance::Size
- #array_element? — RuboCop::Cop::Style::RedundantParentheses
- #array_or_range? — RuboCop::Cop::Style::BlockDelimiters
- #arrow_form? — RuboCop::Cop::Style::StabbyLambdaParentheses
- #arrow_lambda_with_args? — RuboCop::Cop::Style::StabbyLambdaParentheses
- #asgn_method_call? — RuboCop::Node
- #assign — RuboCop::Cop::VariableForce::Variable
- #assign_to_variable — RuboCop::Cop::VariableForce::VariableTable
- #assignment — RuboCop::Cop::Style::ConditionalCorrectorHelper
- #assignment — RuboCop::Cop::Style::ParallelAssignment::GenericCorrector
- #assignment_call? — RuboCop::Cop::MultilineExpressionIndentation
- #assignment_on_same_line? — RuboCop::Cop::Style::FirstArrayElementLineBreak
- #assignment_rhs — RuboCop::Cop::MultilineExpressionIndentation
- #assignment_type? — RuboCop::Cop::Style::ConditionalAssignment
- #assignment_types_match? — RuboCop::Cop::Style::ConditionalAssignment
- #associated_comment? — RuboCop::Cop::Style::Documentation
- #ast_with_comments — RuboCop::ProcessedSource
- #autocorrect — RuboCop::Cop::Style::Attr
- #autocorrect — RuboCop::Cop::Style::NestedModifier
- #autocorrect — RuboCop::Cop::Style::FrozenStringLiteralComment
- #autocorrect — RuboCop::Cop::Performance::StringReplacement
- #autocorrect — RuboCop::Cop::Lint::DeprecatedClassMethods
- #autocorrect — RuboCop::Cop::Performance::StartWith
- #autocorrect — RuboCop::Cop::Lint::DefEndAlignment
- #autocorrect — RuboCop::Cop::SpaceAfterPunctuation
- #autocorrect — RuboCop::Cop::Lint::Debugger
- #autocorrect — RuboCop::Cop::Style::SignalException
- #autocorrect — RuboCop::Cop::AutocorrectAlignment
- #autocorrect — RuboCop::Cop::Style::WhenThen
- #autocorrect — RuboCop::Cop::Style::MultilineAssignmentLayout
- #autocorrect — RuboCop::Cop::Performance::Size
- #autocorrect — RuboCop::Cop::Style::SpaceInsideStringInterpolation
- #autocorrect — RuboCop::Cop::SpaceBeforePunctuation
- #autocorrect — RuboCop::Cop::Style::TrivialAccessors
- #autocorrect — RuboCop::Cop::SpaceInside
- #autocorrect — RuboCop::Cop::Style::SpaceInsideRangeLiteral
- #autocorrect — RuboCop::Cop::Lint::BlockAlignment
- #autocorrect — RuboCop::Cop::Style::HashSyntax
- #autocorrect — RuboCop::Cop::Performance::TimesMap
- #autocorrect — RuboCop::Cop::Lint::EndAlignment
- #autocorrect — RuboCop::Cop::Style::SpecialGlobalVars
- #autocorrect — RuboCop::Cop::Rails::ActionFilter
- #autocorrect — RuboCop::Cop::Style::ZeroLengthPredicate
- #autocorrect — RuboCop::Cop::Performance::Sample::ShuffleAnalyzer
- #autocorrect — RuboCop::Cop::Style::TrailingWhitespace
- #autocorrect — RuboCop::Cop::Performance::Sample
- #autocorrect — RuboCop::Cop::Style::SingleLineMethods
- #autocorrect — RuboCop::Cop::Performance::ReverseEach
- #autocorrect — RuboCop::Cop::Performance::RedundantSortBy
- #autocorrect — RuboCop::Cop::Style::SpaceInsideHashLiteralBraces
- #autocorrect — RuboCop::Cop::Style::UnlessElse
- #autocorrect — RuboCop::Cop::Style::StabbyLambdaParentheses
- #autocorrect — RuboCop::Cop::Style::ExtraSpacing
- #autocorrect — RuboCop::Cop::Rails::Delegate
- #autocorrect — RuboCop::Cop::Style::MultilineBlockLayout
- #autocorrect — RuboCop::Cop::Style::EvenOdd
- #autocorrect — RuboCop::Cop::Style::NestedParenthesizedCalls
- #autocorrect — RuboCop::Cop::Rails::FindBy
- #autocorrect — RuboCop::Cop::Style::Semicolon
- #autocorrect — RuboCop::Cop::Style::RedundantFreeze
- #autocorrect — RuboCop::Cop::Performance::RedundantMerge
- #autocorrect — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #autocorrect — RuboCop::Cop::Style::Encoding
- #autocorrect — RuboCop::Cop::Style::EmptyLiteral
- #autocorrect — RuboCop::Cop::Style::IfUnlessModifier
- #autocorrect — RuboCop::Cop::Style::SpaceAfterColon
- #autocorrect — RuboCop::Cop::Parentheses
- #autocorrect — RuboCop::Cop::Style::RedundantException
- #autocorrect — RuboCop::Cop::Rails::FindEach
- #autocorrect — RuboCop::Cop::Performance::RedundantMatch
- #autocorrect — RuboCop::Cop::Performance::RedundantBlockCall
- #autocorrect — RuboCop::Cop::Performance::RangeInclude
- #autocorrect — RuboCop::Cop::Style::SpaceAfterMethodName
- #autocorrect — RuboCop::Cop::Rails::PluralizationGrammar
- #autocorrect — RuboCop::Cop::Style::VariableInterpolation
- #autocorrect — RuboCop::Cop::Style::EmptyLinesAroundAccessModifier
- #autocorrect — RuboCop::Cop::Style::Next
- #autocorrect — RuboCop::Cop::Style::EmptyLines
- #autocorrect — RuboCop::Cop::Performance::LstripRstrip
- #autocorrect — RuboCop::Cop::Style::EmptyLineBetweenDefs
- #autocorrect — RuboCop::Cop::Style::TrailingBlankLines
- #autocorrect — RuboCop::Cop::Style::PercentLiteralDelimiters
- #autocorrect — RuboCop::Cop::Style::SpaceAfterNot
- #autocorrect — RuboCop::Cop::Performance::HashEachMethods
- #autocorrect — RuboCop::Cop::Style::UnneededPercentQ
- #autocorrect — RuboCop::Cop::Style::EmptyElse
- #autocorrect — RuboCop::Cop::Style::PerlBackrefs
- #autocorrect — RuboCop::Cop::Performance::FlatMap
- #autocorrect — RuboCop::Cop::Rails::ReadWriteAttribute
- #autocorrect — RuboCop::Cop::Style::EmptyCaseCondition
- #autocorrect — RuboCop::Cop::Lint::LiteralInInterpolation
- #autocorrect — RuboCop::Cop::Style::WhileUntilDo
- #autocorrect — RuboCop::Cop::Style::EmptyLinesAroundBody
- #autocorrect — RuboCop::Cop::Performance::EndWith
- #autocorrect — RuboCop::Cop::Style::SpaceInsideBlockBraces
- #autocorrect — RuboCop::Cop::Style::MethodDefParentheses
- #autocorrect — RuboCop::Cop::Style::MethodCallParentheses
- #autocorrect — RuboCop::Cop::Rails::UniqBeforePluck
- #autocorrect — RuboCop::Cop::Style::Tab
- #autocorrect — RuboCop::Cop::Style::DotPosition
- #autocorrect — RuboCop::Cop::Lint::UnusedArgument
- #autocorrect — RuboCop::Cop::Style::LineEndConcatenation
- #autocorrect — RuboCop::Cop::Performance::Detect
- #autocorrect — RuboCop::Cop::Style::LeadingCommentSpace
- #autocorrect — RuboCop::Cop::Style::LambdaCall
- #autocorrect — RuboCop::Cop::Style::SpaceAroundBlockParameters
- #autocorrect — RuboCop::Cop::TrailingComma
- #autocorrect — RuboCop::Cop::MultilineLiteralBraceLayout
- #autocorrect — RuboCop::Cop::Style::NegatedWhile
- #autocorrect — RuboCop::Cop::Style::ParallelAssignment
- #autocorrect — RuboCop::Cop::Style::DeprecatedHashMethods
- #autocorrect — RuboCop::Cop::Style::NilComparison
- #autocorrect — RuboCop::Cop::Style::DefWithParentheses
- #autocorrect — RuboCop::Cop::Style::WhileUntilModifier
- #autocorrect — RuboCop::Cop::Performance::Count
- #autocorrect — RuboCop::Cop::Style::NegatedIf
- #autocorrect — RuboCop::Cop::Style::Copyright
- #autocorrect — RuboCop::Cop::Style::Not
- #autocorrect — RuboCop::Cop::Style::Proc
- #autocorrect — RuboCop::Cop::Lint::StringConversionInInterpolation
- #autocorrect — RuboCop::Cop::Performance::Casecmp
- #autocorrect — RuboCop::Cop::FirstElementLineBreak
- #autocorrect — RuboCop::Cop::Style::SpaceBeforeFirstArg
- #autocorrect — RuboCop::Cop::Team
- #autocorrect — RuboCop::Cop::Lint::UnneededDisable
- #autocorrect — RuboCop::Cop::Style::RedundantBegin
- #autocorrect — RuboCop::Cop::Style::SpaceBeforeComment
- #autocorrect — RuboCop::Cop::Style::SpaceBeforeBlockBraces
- #autocorrect — RuboCop::Cop::StringLiteralsHelp
- #autocorrect — RuboCop::Cop::Style::Alias
- #autocorrect — RuboCop::Cop::Performance::CaseWhenSplat
- #autocorrect — RuboCop::Cop::Style::SpaceAroundOperators
- #autocorrect — RuboCop::Cop::Style::AlignHash
- #autocorrect — RuboCop::Cop::Style::MultilineIfThen
- #autocorrect — RuboCop::Cop::Style::SelfAssignment
- #autocorrect — RuboCop::Cop::Style::NonNilCheck
- #autocorrect — RuboCop::Cop::Style::RedundantReturn
- #autocorrect — RuboCop::Cop::Style::MutableConstant
- #autocorrect — RuboCop::Cop::Style::AndOr
- #autocorrect — RuboCop::Cop::Style::RaiseArgs
- #autocorrect — RuboCop::Cop::Style::SpaceAroundEqualsInParameterDefault
- #autocorrect — RuboCop::Cop::Style::ArrayJoin
- #autocorrect — RuboCop::Cop::Style::BarePercentLiterals
- #autocorrect — RuboCop::Cop::Style::ConditionalAssignment
- #autocorrect — RuboCop::Cop::Style::BlockComments
- #autocorrect — RuboCop::Cop::Style::PercentQLiterals
- #autocorrect — RuboCop::Cop::Style::StringMethods
- #autocorrect — RuboCop::Cop::Style::WordArray
- #autocorrect — RuboCop::Cop::Style::BlockDelimiters
- #autocorrect — RuboCop::Cop::Style::UnneededInterpolation
- #autocorrect — RuboCop::Cop::Style::Lambda
- #autocorrect — RuboCop::Cop::Style::CommentAnnotation
- #autocorrect — RuboCop::Cop::Style::OneLineConditional
- #autocorrect — RuboCop::Cop::Style::CommandLiteral
- #autocorrect — RuboCop::Cop::Style::InitialIndentation
- #autocorrect — RuboCop::Cop::Style::SpaceAroundKeyword
- #autocorrect — RuboCop::Cop::Style::InfiniteLoop
- #autocorrect — RuboCop::Cop::Style::RegexpLiteral
- #autocorrect — RuboCop::Cop::Lint::UselessArraySplat
- #autocorrect — RuboCop::Cop::Style::BlockEndNewline
- #autocorrect — RuboCop::Cop::Style::RescueModifier
- #autocorrect — RuboCop::Cop::Style::ColonMethodCall
- #autocorrect — RuboCop::Cop::Style::RescueEnsureAlignment
- #autocorrect — RuboCop::Cop::Style::BracesAroundHashParameters
- #autocorrect — RuboCop::Cop::Style::UnneededCapitalW
- #autocorrect — RuboCop::Cop::Style::CollectionMethods
- #autocorrect — RuboCop::Cop::Style::CaseIndentation
- #autocorrect — RuboCop::Cop::Style::CharacterLiteral
- #autocorrect — RuboCop::Cop::Style::NumericLiterals
- #autocorrect — RuboCop::Cop::Style::SymbolProc
- #autocorrect — RuboCop::Cop::Style::SymbolLiteral
- #autocorrect — RuboCop::Cop::Style::SymbolArray
- #autocorrect — RuboCop::Cop::Style::ClassCheck
- #autocorrect — RuboCop::Cop::Style::ClassMethods
- #autocorrect — RuboCop::Cop::Style::RedundantSelf
- #autocorrect? — RuboCop::Cop::Team
- #autocorrect? — RuboCop::Cop::AutocorrectLogic
- #autocorrect_all_cops — RuboCop::Cop::Team
- #autocorrect_arguments — RuboCop::Cop::Style::MultilineBlockLayout
- #autocorrect_block — RuboCop::Cop::Style::Next
- #autocorrect_body — RuboCop::Cop::Style::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_hash_rockets — RuboCop::Cop::Style::HashSyntax
- #autocorrect_if_unless — RuboCop::Cop::Style::NestedModifier
- #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_non_nil — RuboCop::Cop::Style::NonNilCheck
- #autocorrect_notice — RuboCop::Cop::Style::Copyright
- #autocorrect_other — RuboCop::Cop::Style::UnneededInterpolation
- #autocorrect_requested? — RuboCop::Cop::AutocorrectLogic
- #autocorrect_ruby19 — RuboCop::Cop::Style::HashSyntax
- #autocorrect_ruby19_no_mixed_keys — RuboCop::Cop::Style::HashSyntax
- #autocorrect_send_node — RuboCop::Cop::Style::SelfAssignment
- #autocorrect_single_variable_interpolation — RuboCop::Cop::Style::UnneededInterpolation
- #autocorrect_variable_interpolation — RuboCop::Cop::Style::UnneededInterpolation
- #autocorrect_with_args — RuboCop::Cop::Style::SymbolProc
- #autocorrect_words — RuboCop::Cop::Style::WordArray
- #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::Style::AccessorMethodName
- #bad_writer_name? — RuboCop::Cop::Style::AccessorMethodName
- #bang_method? — RuboCop::Cop::Performance::StringReplacement
- #bareword? — RuboCop::Cop::Style::Alias
- #base64_encoded_logo_image — RuboCop::Formatter::HTMLFormatter::ERBContext
- #base_column — RuboCop::Cop::Style::CaseIndentation
- #base_column — RuboCop::Cop::ArrayHashIndentation
- #base_column — RuboCop::Cop::Style::AlignParameters
- #base_description — RuboCop::Cop::Style::IndentHash
- #base_description — RuboCop::Cop::Style::IndentArray
- #base_dir_for_path_parameters — RuboCop::Config
- #base_for_method_definition — RuboCop::Cop::Style::ElseAlignment
- #base_number — RuboCop::Cop::Style::EvenOdd
- #base_range — RuboCop::Cop::Style::ElseAlignment
- #base_range — RuboCop::Cop::Style::FirstParameterIndentation
- #basic_literal? — RuboCop::Node
- #basic_literal? — RuboCop::Cop::Lint::LiteralInCondition
- #before_declaring_variable — RuboCop::Cop::Lint::ShadowingOuterLocalVariable
- #begin_pos_for_replacement — RuboCop::Cop::Style::SymbolProc
- #begin_source — RuboCop::Cop::PercentLiteral
- #begin_value_used? — RuboCop::Node
- #begins_its_line? — RuboCop::Cop::Util
- #belong_to_another_scope? — RuboCop::Cop::VariableForce::Scope
- #belong_to_inner_scope? — RuboCop::Cop::VariableForce::Scope
- #belong_to_outer_scope? — RuboCop::Cop::VariableForce::Scope
- #binary_operation? — RuboCop::Node
- #binding — RuboCop::Formatter::HTMLFormatter::ERBContext
- #blank_lines_between? — RuboCop::Cop::Style::EmptyLineBetweenDefs
- #block_arg_string — RuboCop::Cop::Style::MultilineBlockLayout
- #block_argument? — RuboCop::Cop::VariableForce::Variable
- #block_comment_within? — RuboCop::Cop::AutocorrectAlignment
- #block_length — RuboCop::Cop::Util
- #block_range_with_space — RuboCop::Cop::Style::SymbolProc
- #block_start? — RuboCop::Cop::Style::EmptyLinesAroundAccessModifier
- #body_end? — RuboCop::Cop::Style::EmptyLinesAroundAccessModifier
- #body_has_comment? — RuboCop::Cop::StatementModifier
- #body_index — RuboCop::Cop::VariableForce::Locatable
- #body_length — RuboCop::Cop::StatementModifier
- #body_node — RuboCop::Cop::VariableForce::Scope
- #boolean_or_empty_cache? — RuboCop::OptionsValidator
- #both_check — RuboCop::Cop::Style::EmptyElse
- #brace_alignment_style — RuboCop::Cop::Style::IndentHash
- #brace_alignment_style — RuboCop::Cop::Style::IndentArray
- #braces? — RuboCop::Cop::Style::RedundantReturn
- #braces? — RuboCop::Cop::Style::BracesAroundHashParameters
- #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::Style::SpaceInsideBlockBraces
- #bracketed_array_of? — RuboCop::Cop::ArraySyntax
- #brackets? — RuboCop::Cop::TrailingComma
- #branch? — RuboCop::Cop::VariableForce::Locatable
- #branch_body_name — RuboCop::Cop::VariableForce::Locatable
- #branch_body_node — RuboCop::Cop::VariableForce::Locatable
- #branch_id — RuboCop::Cop::VariableForce::Locatable
- #branch_point_node — RuboCop::Cop::VariableForce::Locatable
- #branch_type — RuboCop::Cop::VariableForce::Locatable
- #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
- #called_on_string? — RuboCop::Cop::Lint::FormatParameterMismatch
- #called_with_dot? — RuboCop::Cop::Style::SpaceAroundOperators
- #can_shorten? — RuboCop::Cop::Style::SymbolProc
- #capture_with_block! — RuboCop::Cop::VariableForce::Variable
- #case_body_name — RuboCop::Cop::VariableForce::Locatable
- #case_else_clause — RuboCop::Cop::OnNormalIfUnless
- #case_if_value_used? — RuboCop::Node
- #chained? — RuboCop::Node
- #chained_send? — RuboCop::Cop::Lint::NonLocalExitFromIterator
- #check — RuboCop::Cop::Style::Lambda
- #check — RuboCop::Cop::Style::RedundantParentheses
- #check — RuboCop::Cop::Style::IndentationConsistency
- #check — RuboCop::Cop::Style::IndentHash
- #check — RuboCop::Cop::Style::EmptyElse
- #check — RuboCop::Cop::MultilineExpressionIndentation
- #check — RuboCop::Cop::Style::IndentArray
- #check — RuboCop::Cop::Style::SelfAssignment
- #check — RuboCop::Cop::Lint::AssignmentInCondition
- #check — RuboCop::Cop::Lint::UnneededDisable
- #check — RuboCop::Cop::Style::SpaceAroundKeyword
- #check — RuboCop::Cop::TrailingComma
- #check — RuboCop::Cop::Style::EmptyLinesAroundBlockBody
- #check — RuboCop::Cop::Style::BracesAroundHashParameters
- #check — RuboCop::Cop::Style::BarePercentLiterals
- #check — RuboCop::Cop::Style::RescueEnsureAlignment
- #check — RuboCop::Cop::Style::ClosingParenthesisIndentation
- #check — RuboCop::Cop::Style::HashSyntax
- #check — RuboCop::Cop::Style::NestedModifier
- #check — RuboCop::Cop::Performance::TimesMap
- #check — RuboCop::Cop::Style::SpaceInsideRangeLiteral
- #check — RuboCop::Cop::Style::NumericLiterals
- #check — RuboCop::Cop::Lint::ConditionPosition
- #check — RuboCop::Cop::Style::GlobalVars
- #check — RuboCop::Cop::Style::EmptyLinesAroundBody
- #check — RuboCop::Cop::Style::CommentIndentation
- #check — RuboCop::Cop::Style::ClassMethods
- #check — RuboCop::Cop::Style::UnneededPercentQ
- #check — RuboCop::Cop::Lint::ElseLayout
- #check — RuboCop::Cop::Style::SpaceInsideHashLiteralBraces
- #check — RuboCop::Cop::Lint::DeprecatedClassMethods
- #check — RuboCop::Cop::Style::MissingElse
- #check — RuboCop::Cop::Style::WhileUntilModifier
- #check — RuboCop::Cop::Style::PercentQLiterals
- #check_alignment — RuboCop::Cop::AutocorrectAlignment
- #check_alignment — RuboCop::Cop::Style::ElseAlignment
- #check_and_or — RuboCop::Cop::Style::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::Style::MultilineAssignmentLayout
- #check_assignment — RuboCop::Cop::Style::IndentationWidth
- #check_assignment — RuboCop::Cop::Style::ElseAlignment
- #check_assignment — RuboCop::Cop::Style::IndentAssignment
- #check_assignment — RuboCop::Cop::Lint::EndAlignment
- #check_assignment — RuboCop::Cop::Style::ExtraSpacing
- #check_assignment_to_condition — RuboCop::Cop::Style::ConditionalAssignment
- #check_backtick_literal — RuboCop::Cop::Style::CommandLiteral
- #check_based_on_longest_key — RuboCop::Cop::Style::IndentHash
- #check_begin — RuboCop::Cop::Style::SpaceAroundKeyword
- #check_begin — RuboCop::Cop::Lint::Void
- #check_block_alignment — RuboCop::Cop::Lint::BlockAlignment
- #check_body — RuboCop::Cop::Style::AccessModifierIndentation
- #check_boolean_node — RuboCop::Cop::Style::SelfAssignment
- #check_both — RuboCop::Cop::Style::EmptyLinesAroundBody
- #check_brace_layout — RuboCop::Cop::MultilineLiteralBraceLayout
- #check_bracketed — RuboCop::Cop::Style::WordArray
- #check_case_cond — RuboCop::Cop::Lint::LiteralInCondition
- #check_child_nodes — RuboCop::Cop::Lint::UselessAccessModifier
- #check_children_line_break — RuboCop::Cop::FirstElementLineBreak
- #check_code_length — RuboCop::Cop::CodeLength
- #check_compact — RuboCop::Cop::Style::RaiseArgs
- #check_compact_style — RuboCop::Cop::Style::ClassAndModuleChildren
- #check_context_dependent — RuboCop::Cop::Style::BracesAroundHashParameters
- #check_date_node — RuboCop::Cop::Rails::Date
- #check_defs — RuboCop::Cop::Style::EmptyLineBetweenDefs
- #check_defs — RuboCop::Cop::Style::ClassMethods
- #check_each_arg — RuboCop::Cop::Style::SpaceAroundBlockParameters
- #check_else — RuboCop::Cop::Lint::ElseLayout
- #check_end — RuboCop::Cop::Style::SpaceAroundKeyword
- #check_end_kw_alignment — RuboCop::Cop::EndKeywordAlignment
- #check_end_kw_in_node — RuboCop::Cop::EndKeywordAlignment
- #check_exploded — RuboCop::Cop::Style::RaiseArgs
- #check_first — RuboCop::Cop::ArrayHashIndentation
- #check_for_circular_argument_references — RuboCop::Cop::Lint::CircularArgumentReference
- #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::Void
- #check_for_literal — RuboCop::Cop::Lint::LiteralInCondition
- #check_for_unused_assignments — RuboCop::Cop::Lint::UselessAssignment
- #check_for_var — RuboCop::Cop::Lint::Void
- #check_for_void_op — RuboCop::Cop::Lint::Void
- #check_if — RuboCop::Cop::Lint::ElseLayout
- #check_if — RuboCop::Cop::Style::IndentationWidth
- #check_indentation — RuboCop::Cop::Style::IndentationWidth
- #check_inside — RuboCop::Cop::Style::SpaceInsideBlockBraces
- #check_inside_pipes — RuboCop::Cop::Style::SpaceAroundBlockParameters
- #check_keyword — RuboCop::Cop::Style::SpaceAroundKeyword
- #check_line — RuboCop::Cop::Style::EmptyLinesAroundBody
- #check_line — RuboCop::Cop::Metrics::LineLength
- #check_literal — RuboCop::Cop::Style::TrailingCommaInLiteral
- #check_localtime — RuboCop::Cop::Rails::TimeZone
- #check_members — RuboCop::Cop::Style::IndentationWidth
- #check_method_line_break — RuboCop::Cop::FirstElementLineBreak
- #check_method_node — RuboCop::Cop::Style::CollectionMethods
- #check_method_node — RuboCop::Cop::Rails::ActionFilter
- #check_modifier — RuboCop::Cop::Style::AccessModifierIndentation
- #check_multiline_quote_style — RuboCop::Cop::Style::StringLiterals
- #check_name — RuboCop::Cop::ConfigurableNaming
- #check_name — RuboCop::Cop::Style::ClassAndModuleCamelCase
- #check_negative_conditional — RuboCop::Cop::NegativeConditional
- #check_nested_style — RuboCop::Cop::Style::ClassAndModuleChildren
- #check_nesting_level — RuboCop::Cop::Metrics::BlockNesting
- #check_new_line_offense — RuboCop::Cop::Style::MultilineAssignmentLayout
- #check_no_space — RuboCop::Cop::Style::SpaceAroundBlockParameters
- #check_no_space_style_inside_pipes — RuboCop::Cop::Style::SpaceAroundBlockParameters
- #check_node — RuboCop::Cop::Style::ConditionalAssignment
- #check_node — RuboCop::Cop::Style::IdenticalConditionalBranches
- #check_node — RuboCop::Cop::Lint::UselessAccessModifier
- #check_node — RuboCop::Cop::Lint::IneffectiveAccessModifier
- #check_node — RuboCop::Cop::Lint::LiteralInCondition
- #check_obsolete_parameter — RuboCop::Config
- #check_operator — RuboCop::Cop::Style::SpaceAroundOperators
- #check_optarg — RuboCop::Cop::Style::SpaceAroundEqualsInParameterDefault
- #check_other — RuboCop::Cop::Style::ExtraSpacing
- #check_other_alignment — RuboCop::Cop::Lint::EndAlignment
- #check_pairs — RuboCop::Cop::Style::AlignHash
- #check_percent — RuboCop::Cop::Style::WordArray
- #check_percent_r_literal — RuboCop::Cop::Style::RegexpLiteral
- #check_percent_x_literal — RuboCop::Cop::Style::CommandLiteral
- #check_return_node — RuboCop::Cop::Style::RedundantReturn
- #check_right_brace — RuboCop::Cop::Style::IndentHash
- #check_right_bracket — RuboCop::Cop::Style::IndentArray
- #check_same_line_offense — RuboCop::Cop::Style::MultilineAssignmentLayout
- #check_scope — RuboCop::Cop::Lint::UselessAccessModifier
- #check_scope — RuboCop::Cop::Lint::IneffectiveAccessModifier
- #check_scope — RuboCop::Cop::Style::SignalException
- #check_send — RuboCop::Cop::Style::RedundantParentheses
- #check_send — RuboCop::Cop::Lint::RequireParentheses
- #check_send — RuboCop::Cop::Style::SignalException
- #check_send_node — RuboCop::Cop::Style::SelfAssignment
- #check_slash_literal — RuboCop::Cop::Style::RegexpLiteral
- #check_source — RuboCop::Cop::Style::EmptyLinesAroundBody
- #check_space — RuboCop::Cop::Style::SpaceAroundBlockParameters
- #check_space_style_inside_pipes — RuboCop::Cop::Style::SpaceAroundBlockParameters
- #check_style — RuboCop::Cop::Style::ClassAndModuleChildren
- #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::Style::ExtraSpacing
- #check_trailing_if — RuboCop::Cop::Style::GuardClause
- #check_variable — RuboCop::Cop::Lint::UnderscorePrefixedVariableName
- #check_when — RuboCop::Cop::Style::CaseIndentation
- #checkable_layout — RuboCop::Cop::Style::AlignHash::AlignmentOfValues
- #checkable_layout — RuboCop::Cop::Style::AlignHash::KeyAlignment
- #checksum — RuboCop::ProcessedSource
- #child_nodes — RuboCop::Node
- #children — RuboCop::Cop::Style::MultilineMethodCallBraceLayout
- #children — RuboCop::Cop::MultilineLiteralBraceLayout
- #class_def? — RuboCop::Cop::Style::EmptyLinesAroundAccessModifier
- #class_emitter_method? — RuboCop::Cop::ConfigurableNaming
- #class_nodes — RuboCop::Cop::Lint::DeprecatedClassMethods::DeprecatedClassMethod
- #class_or_module_parent? — RuboCop::Cop::AccessModifierNode
- #clear — RuboCop::Cop::Lint::IneffectiveAccessModifier
- #close_output_files — RuboCop::Formatter::FormatterSet
- #closing_brace_on_same_line? — RuboCop::Cop::MultilineLiteralBraceLayout
- #code — RuboCop::Cop::Severity
- #code_length — RuboCop::Cop::ClassishLength
- #code_length — RuboCop::Cop::Metrics::MethodLength
- #collect_variable_like_names — RuboCop::Cop::Lint::UnneededDisable
- #collect_variable_like_names — RuboCop::Cop::Lint::UselessAssignment
- #colored_severity_code — RuboCop::Formatter::SimpleTextFormatter
- #colorize — RuboCop::Formatter::Colorizable
- #column — RuboCop::Cop::Offense
- #column_of — RuboCop::Cop::Style::FirstParameterIndentation
- #combine_args — RuboCop::Cop::Performance::DoubleStartEndWith
- #command_or_kernel_call? — RuboCop::Cop::Style::SignalException
- #comment_column — RuboCop::Cop::Style::ExtraSpacing
- #comment_config — RuboCop::ProcessedSource
- #comment_line? — RuboCop::Cop::Util
- #comment_line_only? — RuboCop::Cop::Style::Documentation
- #comment_lines — RuboCop::Cop::PrecedingFollowingAlignment
- #comment_lines — RuboCop::Cop::StatementModifier
- #comment_only_line? — RuboCop::CommentConfig
- #comments_in_array? — RuboCop::Cop::Style::WordArray
- #comments_in_array? — RuboCop::Cop::Style::SymbolArray
- #common_prefix_length — RuboCop::StringUtil::JaroWinkler
- #compact_node_name? — RuboCop::Cop::Style::ClassAndModuleChildren
- #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_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_union — RuboCop::NodePattern::Compiler
- #compile_wildcard — RuboCop::NodePattern::Compiler
- #complete! — RuboCop::Node
- #complete? — RuboCop::Node
- #complex_content? — RuboCop::Cop::Style::WordArray
- #complexity — RuboCop::Cop::MethodComplexity
- #complexity — RuboCop::Cop::Metrics::AbcSize
- #complexity_score_for — RuboCop::Cop::Metrics::PerceivedComplexity
- #complexity_score_for — RuboCop::Cop::Metrics::CyclomaticComplexity
- #compute_distance — RuboCop::StringUtil::Jaro
- #compute_distance — RuboCop::StringUtil::JaroWinkler
- #compute_do_source_line_column — RuboCop::Cop::Lint::BlockAlignment
- #compute_start_col — RuboCop::Cop::Lint::BlockAlignment
- #cond_range — RuboCop::Cop::Style::Next
- #conditional? — RuboCop::Cop::Style::BlockDelimiters
- #config_lines — RuboCop::CLI
- #config_to_allow_offenses — RuboCop::Cop::Cop
- #config_to_allow_offenses= — RuboCop::Cop::Cop
- #configured_indentation_width — RuboCop::Cop::AutocorrectAlignment
- #configured_indentation_width — RuboCop::Cop::Style::IndentationWidth
- #conflicting_styles_detected — RuboCop::Cop::ConfigurableEnforcedStyle
- #considered_failure? — RuboCop::Runner
- #consistent_multiline? — RuboCop::Cop::Style::StringLiterals
- #const_name — RuboCop::Node
- #constant_name? — RuboCop::Cop::Style::RedundantSelf
- #constructor? — RuboCop::Cop::Lint::UselessSetterCall::MethodVariableTracker
- #contain_local_object? — RuboCop::Cop::Lint::UselessSetterCall::MethodVariableTracker
- #contains_backtick? — RuboCop::Cop::Style::CommandLiteral
- #contains_disallowed_backtick? — RuboCop::Cop::Style::CommandLiteral
- #contains_disallowed_slash? — RuboCop::Cop::Style::RegexpLiteral
- #contains_double_splat? — RuboCop::Cop::Performance::FixedSize
- #contains_preferred_delimiter? — RuboCop::Cop::Style::PercentLiteralDelimiters
- #contains_selector? — RuboCop::Cop::Performance::Count
- #contains_slash? — RuboCop::Cop::Style::RegexpLiteral
- #contains_splat? — RuboCop::Cop::Performance::FixedSize
- #contiguous_assignment_lines — RuboCop::Cop::Style::ExtraSpacing
- #convention_on — RuboCop::Cop::Style::Semicolon
- #cop_config — RuboCop::Cop::Cop
- #cop_config — RuboCop::Cop::Style::ParallelAssignment::GenericCorrector
- #cop_disabled_line_ranges — RuboCop::CommentConfig
- #cop_enabled? — RuboCop::Config
- #cop_enabled? — RuboCop::Cop::Team
- #cop_enabled_at_line? — RuboCop::CommentConfig
- #cop_name — RuboCop::Cop::Cop
- #cop_name_with_namespace — RuboCop::Cop::CopStore
- #cop_range — RuboCop::Cop::Lint::UnneededDisable
- #cops — RuboCop::Cop::Team
- #cops_disabled_in_comments_summary — RuboCop::Formatter::DisabledLinesFormatter
- #cops_of_type — RuboCop::CLI
- #correct — RuboCop::Cop::Cop
- #correct — RuboCop::Cop::Performance::Sample::ShuffleAnalyzer
- #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_branches — RuboCop::Cop::Style::ConditionalCorrectorHelper
- #correct_case_whens — RuboCop::Cop::Style::EmptyCaseCondition
- #correct_indentation — RuboCop::Cop::MultilineExpressionIndentation
- #correct_indentation — RuboCop::Cop::Style::CommentIndentation
- #correct_multiple_alternative_whens — RuboCop::Cop::Style::EmptyCaseCondition
- #correct_not — RuboCop::Cop::Style::AndOr
- #correct_other — RuboCop::Cop::Style::AndOr
- #correct_send — RuboCop::Cop::Style::AndOr
- #correct_style_detected — RuboCop::Cop::Style::CharacterLiteral
- #correct_style_detected — RuboCop::Cop::ConfigurableEnforcedStyle
- #correctable_send? — RuboCop::Cop::Style::AndOr
- #corrected — RuboCop::Cop::Offense
- #corrected — RuboCop::Cop::Style::PercentQLiterals
- #corrected? — RuboCop::Cop::Offense
- #correction — RuboCop::Cop::Style::ParallelAssignment::ModifierCorrector
- #correction — RuboCop::Cop::Performance::Casecmp
- #correction — RuboCop::Cop::Style::ParallelAssignment::RescueCorrector
- #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::RescueCorrector
- #correction_range — RuboCop::Cop::Style::ParallelAssignment::ModifierCorrector
- #correction_would_break_code? — RuboCop::Cop::Style::BlockDelimiters
- #corrections — RuboCop::Formatter::SimpleTextFormatter::Report
- #corrigible? — RuboCop::Cop::Performance::Sample::ShuffleAnalyzer
- #count_comments? — RuboCop::Cop::CodeLength
- #count_keyword_args? — RuboCop::Cop::Metrics::ParameterLists
- #count_matches — RuboCop::Cop::Lint::FormatParameterMismatch
- #count_stats — RuboCop::Formatter::FuubarStyleFormatter
- #count_stats — RuboCop::Formatter::SimpleTextFormatter
- #count_transpositions — RuboCop::StringUtil::Jaro
- #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::Cop
- #debug? — RuboCop::TargetFinder
- #debug? — RuboCop::Cop::Team
- #declare_variable — RuboCop::Cop::VariableForce::VariableTable
- #decorated_message — RuboCop::Formatter::HTMLFormatter::ERBContext
- #def_end — RuboCop::Cop::Style::EmptyLineBetweenDefs
- #def_node? — RuboCop::Cop::Style::EmptyLineBetweenDefs
- #def_node_matcher — RuboCop::NodePattern::Macros
- #def_node_search — RuboCop::NodePattern::Macros
- #def_start — RuboCop::Cop::Style::EmptyLineBetweenDefs
- #default_cop_config — RuboCop::Cop::MethodPreference
- #default_severity — RuboCop::Cop::Cop
- #define_method? — RuboCop::Cop::Lint::NonLocalExitFromIterator
- #define_options — RuboCop::Options
- #defined_module — RuboCop::Node
- #defined_module_name — RuboCop::Node
- #delegate? — RuboCop::Cop::Rails::Delegate
- #deltas — RuboCop::Cop::Style::AlignHash::AlignmentOfValues
- #deltas — RuboCop::Cop::Style::AlignHash::KeyAlignment
- #deltas_for_first_pair — RuboCop::Cop::Style::AlignHash::KeyAlignment
- #deltas_for_first_pair — RuboCop::Cop::Style::AlignHash::SeparatorAlignment
- #deltas_for_first_pair — RuboCop::Cop::Style::AlignHash::TableAlignment
- #deprecated_method — RuboCop::Cop::Lint::DeprecatedClassMethods
- #deprecation_check — RuboCop::Config
- #descendants — RuboCop::Node
- #describe — RuboCop::Cop::Lint::UnneededDisable
- #deserialize_offenses — RuboCop::CachedData
- #details — RuboCop::Cop::Cop
- #detected_style — RuboCop::Cop::ConfigurableEnforcedStyle
- #detected_style= — RuboCop::Cop::ConfigurableEnforcedStyle
- #detected_styles — RuboCop::Cop::ArrayHashIndentation
- #directions — RuboCop::Cop::Util
- #directive_count — 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::Cop
- #display_error_summary — RuboCop::CLI
- #display_str — RuboCop::Cop::Lint::ImplicitStringConcatenation
- #display_style_guide? — RuboCop::Cop::Cop
- #display_warning_summary — RuboCop::CLI
- #distance — RuboCop::StringUtil::Jaro
- #div_by_2? — RuboCop::Cop::Style::EvenOdd
- #do? — RuboCop::Cop::Style::SpaceAroundKeyword
- #do_inspection_loop — RuboCop::Runner
- #double_quotes_acceptable? — RuboCop::Cop::Util
- #double_quotes_required? — RuboCop::Cop::Util
- #dsl_writer? — RuboCop::Cop::Style::TrivialAccessors
- #duration_method? — RuboCop::Cop::Rails::PluralizationGrammar
- #each_already_disabled — RuboCop::Cop::Lint::UnneededDisable
- #each_ancestor — RuboCop::Node
- #each_argument_node — RuboCop::Cop::ArrayHashIndentation
- #each_bad_cons — RuboCop::Cop::Lint::ImplicitStringConcatenation
- #each_child_node — RuboCop::Node
- #each_command_or_kernel_call — RuboCop::Cop::Style::SignalException
- #each_descendant — RuboCop::Node
- #each_line — RuboCop::Cop::AutocorrectAlignment
- #each_mentioned_cop — RuboCop::CommentConfig
- #each_node — RuboCop::Cop::VariableForce::Scope
- #each_node — RuboCop::Node
- #each_redundant_merge — RuboCop::Cop::Performance::RedundantMerge
- #each_unneeded_disable — RuboCop::Cop::Lint::UnneededDisable
- #effective_column — RuboCop::Cop::Util
- #elements — RuboCop::Cop::TrailingComma
- #else? — RuboCop::Cop::Lint::ElseLayout
- #elsif? — RuboCop::Cop::IfNode
- #elsif? — RuboCop::Cop::Style::GuardClause
- #embedded_in_percent_array? — RuboCop::Cop::Style::UnneededInterpolation
- #emit_capture_list — 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_check — RuboCop::Cop::Style::EmptyElse
- #empty_lines_around? — RuboCop::Cop::Style::EmptyLinesAroundAccessModifier
- #enable_rails_cops — RuboCop::Runner
- #enabled_line? — RuboCop::Cop::Cop
- #encoding_line_number — RuboCop::Cop::Style::Encoding
- #encoding_token? — RuboCop::Cop::Style::Copyright
- #end_followed_by_whitespace_only? — RuboCop::Cop::Style::Next
- #end_keyword_has_comment? — RuboCop::Cop::StatementModifier
- #end_range — RuboCop::Cop::Style::Next
- #ending_delimiter — RuboCop::Cop::Lint::ImplicitStringConcatenation
- #ends_in_end? — RuboCop::Cop::Style::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
- #ensure_body_name — RuboCop::Cop::VariableForce::Locatable
- #enumerator? — RuboCop::Cop::Style::Next
- #eql? — RuboCop::Cop::Offense
- #equal_sign? — RuboCop::Cop::Style::ExtraSpacing
- #error_condition? — RuboCop::Cop::Performance::CaseWhenSplat
- #error_message — RuboCop::Cop::Style::WhileUntilDo
- #escape — RuboCop::Formatter::HTMLFormatter::ERBContext
- #escape_string — RuboCop::Cop::Style::WordArray
- #escape_string — RuboCop::Cop::Style::SymbolArray
- #exact_name_match? — RuboCop::Cop::Style::TrivialAccessors
- #except_syntax? — RuboCop::OptionsValidator
- #excess_leading_space? — RuboCop::Cop::Style::SpaceAroundOperators
- #excess_range — RuboCop::Cop::Metrics::LineLength
- #excess_trailing_space? — RuboCop::Cop::Style::SpaceAroundOperators
- #excluded_dirs — RuboCop::TargetFinder
- #excluded_file? — RuboCop::Cop::Cop
- #expand_elses — RuboCop::Cop::Style::IdenticalConditionalBranches
- #expand_elses — RuboCop::Cop::Style::ConditionalAssignmentHelper
- #expand_elsif — RuboCop::Cop::Style::ConditionalAssignmentHelper
- #expand_percent_array — RuboCop::Cop::Performance::CaseWhenSplat
- #expand_when_branches — RuboCop::Cop::Style::IdenticalConditionalBranches
- #expand_when_branches — RuboCop::Cop::Style::ConditionalAssignmentHelper
- #expect_matching_definition? — RuboCop::Cop::Style::FileName
- #expected_fields_count — RuboCop::Cop::Lint::FormatParameterMismatch
- #expected_indent_offset — RuboCop::Cop::Style::AccessModifierIndentation
- #expected_name — RuboCop::Cop::Style::PredicateName
- #explicit? — RuboCop::Cop::VariableForce::Reference
- #explicit_block_local_variable? — RuboCop::Cop::VariableForce::Variable
- #explicit_hash? — RuboCop::Cop::Style::AlignHash
- #expr_replacement — RuboCop::Cop::Style::OneLineConditional
- #expression — RuboCop::Cop::Style::EvenOdd
- #extra_details? — RuboCop::Cop::Cop
- #extract_heredocs — RuboCop::Cop::Metrics::LineLength
- #extract_method — RuboCop::Cop::Rails::TimeZone
- #extract_method — RuboCop::Cop::Rails::Date
- #extract_method_chain — RuboCop::Cop::Rails::Date
- #extract_method_chain — RuboCop::Cop::Rails::TimeZone
- #extract_rhs — RuboCop::Cop::CheckAssignment
- #extract_source — RuboCop::Cop::Performance::StringReplacement
- #extract_sources — RuboCop::Cop::Style::ParallelAssignment::GenericCorrector
- #fail_due_to — RuboCop::NodePattern::Compiler
- #fail_fast? — RuboCop::TargetFinder
- #falsey_literal? — RuboCop::Node
- #file — RuboCop::RemoteConfig
- #file_checksum — RuboCop::ResultCache
- #file_finished — RuboCop::Formatter::HTMLFormatter
- #file_finished — RuboCop::Formatter::JSONFormatter
- #file_finished — RuboCop::Formatter::FormatterSet
- #file_finished — RuboCop::Formatter::WorstOffendersFormatter
- #file_finished — RuboCop::Formatter::ProgressFormatter
- #file_finished — RuboCop::Formatter::EmacsStyleFormatter
- #file_finished — RuboCop::Formatter::BaseFormatter
- #file_finished — RuboCop::Formatter::OffenseCountFormatter
- #file_finished — RuboCop::Formatter::FuubarStyleFormatter
- #file_finished — RuboCop::Formatter::SimpleTextFormatter
- #file_finished — RuboCop::Formatter::DisabledConfigFormatter
- #file_finished — RuboCop::Formatter::FileListFormatter
- #file_name_matches_any? — RuboCop::Cop::Cop
- #file_started — RuboCop::Formatter::DisabledLinesFormatter
- #file_started — RuboCop::Formatter::BaseFormatter
- #file_started — RuboCop::Formatter::DisabledConfigFormatter
- #file_started — RuboCop::Formatter::FormatterSet
- #file_started — RuboCop::Runner
- #file_to_exclude? — RuboCop::Config
- #file_to_include? — RuboCop::Config
- #filename_good? — RuboCop::Cop::Style::FileName
- #files — RuboCop::Formatter::SimpleTextFormatter::Report
- #filter_cop_classes — RuboCop::Runner
- #find — RuboCop::TargetFinder
- #find_class_or_module — RuboCop::Cop::Style::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_nested_defs — RuboCop::Cop::Lint::NestedMethodDefinition
- #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::DisabledConfigFormatter
- #finished — RuboCop::Formatter::BaseFormatter
- #finished — RuboCop::Formatter::SimpleTextFormatter
- #finished — RuboCop::Formatter::OffenseCountFormatter
- #finished — RuboCop::Formatter::DisabledLinesFormatter
- #finished — RuboCop::Formatter::HTMLFormatter
- #finished — RuboCop::Formatter::JSONFormatter
- #finished — RuboCop::Formatter::ProgressFormatter
- #finished — RuboCop::Formatter::WorstOffendersFormatter
- #first_arg? — RuboCop::Cop::Style::RedundantParentheses
- #first_arg_in_method_call_without_parentheses? — RuboCop::Cop::Style::EmptyLiteral
- #first_argument_returned? — RuboCop::Cop::Style::EachWithObject
- #first_comment_line? — RuboCop::Cop::Style::CommentAnnotation
- #first_line — RuboCop::Cop::Style::FileName
- #first_part_of_call_chain — RuboCop::Cop::Util
- #first_source — RuboCop::Cop::Performance::StringReplacement
- #fit_within_line_as_modifier_form? — RuboCop::Cop::StatementModifier
- #fixed_indentation? — RuboCop::Cop::Style::AlignParameters
- #flow_command? — RuboCop::Cop::Lint::UnreachableCode
- #followed_by_space? — RuboCop::Cop::Style::SpaceAfterColon
- #following_line — RuboCop::Cop::Style::ExtraSpacing
- #for — RuboCop::ConfigStore
- #for_all_cops — RuboCop::Config
- #for_bad_filename — RuboCop::Cop::Style::FileName
- #for_cop — RuboCop::Config
- #for_value_used? — RuboCop::Node
- #force_equal_sign_alignment? — RuboCop::Cop::Style::ExtraSpacing
- #force_exclusion? — RuboCop::TargetFinder
- #forces — RuboCop::Cop::Team
- #forces_for — RuboCop::Cop::Team
- #format? — RuboCop::Cop::Style::FormatString
- #format? — RuboCop::Cop::Lint::FormatParameterMismatch
- #format_message — RuboCop::Cop::Lint::IneffectiveAccessModifier
- #format_method? — RuboCop::Cop::Lint::FormatParameterMismatch
- #format_method? — RuboCop::Cop::Style::FormatString
- #format_number — RuboCop::Cop::Style::NumericLiterals
- #format_source_line_column — RuboCop::Cop::Lint::BlockAlignment
- #formatter_set — RuboCop::Runner
- #found_instance_method — RuboCop::Cop::Lint::DuplicateMethods
- #found_method — RuboCop::Cop::Lint::DuplicateMethods
- #from_json — RuboCop::CachedData
- #frozen_string_literal_comment_exists? — RuboCop::Cop::FrozenStringLiteral
- #frozen_string_literals_enabled? — RuboCop::Cop::FrozenStringLiteral
- #full_options — RuboCop::RakeTask
- #functional_block? — RuboCop::Cop::Style::BlockDelimiters
- #functional_method? — RuboCop::Cop::Style::BlockDelimiters
- #get_blocks — RuboCop::Cop::Style::BlockDelimiters
- #get_param — RuboCop::NodePattern::Compiler
- #get_processed_source — RuboCop::Runner
- #good_alignment? — RuboCop::Cop::Style::AlignHash
- #good_days — RuboCop::Cop::Rails::Date
- #good_methods — RuboCop::Cop::Rails::Date
- #good_methods — RuboCop::Cop::Rails::ActionFilter
- #good_methods — RuboCop::Cop::Rails::TimeZone
- #grouped_expression? — RuboCop::Cop::MultilineExpressionIndentation
- #handle — RuboCop::Cop::Style::WhileUntilDo
- #handle_error — RuboCop::Cop::Team
- #handle_exiting_options — RuboCop::CLI
- #handle_new_line — RuboCop::Cop::MultilineLiteralBraceLayout
- #handle_node — RuboCop::Cop::Lint::LiteralInCondition
- #handle_same_line — RuboCop::Cop::MultilineLiteralBraceLayout
- #handle_symmetrical — RuboCop::Cop::MultilineLiteralBraceLayout
- #handle_warning — RuboCop::Cop::Team
- #hash — RuboCop::Cop::Offense
- #hash — RuboCop::Cop::Severity
- #hash? — RuboCop::Cop::Style::AlignHash
- #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_rocket_delta — RuboCop::Cop::Style::AlignHash::TableAlignment
- #hash_rocket_delta — RuboCop::Cop::Style::AlignHash::SeparatorAlignment
- #hash_rockets_check — RuboCop::Cop::Style::HashSyntax
- #hash_with_braces? — RuboCop::Cop::Style::TrailingCommaInArguments
- #heredoc? — RuboCop::Cop::Lint::FormatParameterMismatch
- #heredoc? — RuboCop::Cop::TrailingComma
- #heredoc_lines — RuboCop::Cop::Style::Next
- #heredoc_literal? — RuboCop::Cop::Style::CommandLiteral
- #heredoc_ranges — RuboCop::Cop::AutocorrectAlignment
- #highlighted_area — RuboCop::Cop::Offense
- #highlighted_source_line — RuboCop::Formatter::HTMLFormatter::ERBContext
- #if? — RuboCop::Cop::Lint::ElseLayout
- #if? — RuboCop::Cop::Style::GuardClause
- #if_body_name — RuboCop::Cop::VariableForce::Locatable
- #if_else? — RuboCop::Cop::IfNode
- #if_else_clause — RuboCop::Cop::OnNormalIfUnless
- #if_node_parts — RuboCop::Cop::IfNode
- #ignore_class_methods? — RuboCop::Cop::Style::TrivialAccessors
- #ignore_last_argument_hash? — RuboCop::Cop::Style::AlignHash
- #ignore_node — RuboCop::Cop::IgnoredNode
- #ignore_offense? — RuboCop::Cop::Lint::UnneededDisable
- #ignored_by_find_each? — RuboCop::Cop::Rails::FindEach
- #ignored_child? — RuboCop::Cop::Lint::NestedMethodDefinition
- #ignored_method? — RuboCop::Cop::Style::SymbolProc
- #ignored_method? — RuboCop::Cop::Style::BlockDelimiters
- #ignored_methods — RuboCop::Cop::Style::SymbolProc
- #ignored_node? — RuboCop::Cop::IgnoredNode
- #ignored_nodes — RuboCop::Cop::IgnoredNode
- #ignored_ranges — RuboCop::Cop::Style::ExtraSpacing
- #immutable_literal? — RuboCop::Node
- #immutable_literal? — RuboCop::Cop::Style::RedundantFreeze
- #implicit_concatenation? — RuboCop::Cop::Style::UnneededInterpolation
- #in_module_or_instance_eval? — RuboCop::Cop::Style::TrivialAccessors
- #include_semantic_changes? — RuboCop::Cop::Style::NonNilCheck
- #incompatible_options — RuboCop::OptionsValidator
- #incorrect_style — RuboCop::Cop::Style::CaseIndentation
- #incorrect_style_detected — RuboCop::Cop::Style::SpaceInsideHashLiteralBraces
- #incorrect_style_detected — RuboCop::Cop::ArrayHashIndentation
- #incorrect_style_detected — RuboCop::Cop::Style::SpaceAroundEqualsInParameterDefault
- #incorrect_style_detected — RuboCop::Cop::MultilineExpressionIndentation
- #indent — RuboCop::Cop::Style::ConditionalAssignmentHelper
- #indent_width — RuboCop::Cop::Performance::RedundantMerge
- #indentation — RuboCop::Cop::AutocorrectAlignment
- #indentation — RuboCop::Cop::MultilineExpressionIndentation
- #indentation_of_block_start_line — RuboCop::Cop::Style::BlockEndNewline
- #indentation_to_check? — RuboCop::Cop::Style::IndentationWidth
- #index_of_first_token — RuboCop::Cop::SurroundingSpace
- #index_of_last_token — RuboCop::Cop::SurroundingSpace
- #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
- #inside_of_branch? — RuboCop::Cop::VariableForce::Locatable
- #inspect_file — RuboCop::Runner
- #inspect_file — RuboCop::Cop::Team
- #inspect_files — RuboCop::Runner
- #inspect_variables_in_scope — RuboCop::Cop::VariableForce
- #integer_part — RuboCop::Cop::Style::NumericLiterals
- #interpolation? — RuboCop::Cop::Style::UnneededInterpolation
- #interpret_string_escapes — RuboCop::Cop::Util
- #investigate — RuboCop::Cop::Style::Tab
- #investigate — RuboCop::Cop::Force
- #investigate — RuboCop::Cop::Style::InitialIndentation
- #investigate — RuboCop::Cop::Style::EmptyLines
- #investigate — RuboCop::Cop::Style::SignalException
- #investigate — RuboCop::Cop::Style::Semicolon
- #investigate — RuboCop::Cop::Style::LeadingCommentSpace
- #investigate — RuboCop::Cop::Style::Next
- #investigate — RuboCop::Cop::Style::LineEndConcatenation
- #investigate — RuboCop::Cop::Style::TrailingBlankLines
- #investigate — RuboCop::Cop::Metrics::LineLength
- #investigate — RuboCop::Cop::SpaceBeforePunctuation
- #investigate — RuboCop::Cop::Style::BlockComments
- #investigate — RuboCop::Cop::Style::RescueModifier
- #investigate — RuboCop::Cop::SpaceInside
- #investigate — RuboCop::Cop::ParserDiagnostic
- #investigate — RuboCop::Cop::Style::CommentAnnotation
- #investigate — RuboCop::Cop::Style::Encoding
- #investigate — RuboCop::Cop::Style::CommentIndentation
- #investigate — RuboCop::Cop::Style::AsciiIdentifiers
- #investigate — RuboCop::Cop::Commissioner
- #investigate — RuboCop::Cop::Style::EndOfLine
- #investigate — RuboCop::Cop::Style::ExtraSpacing
- #investigate — RuboCop::Cop::Style::SpaceBeforeComment
- #investigate — RuboCop::Cop::Style::TrailingWhitespace
- #investigate — RuboCop::Cop::Style::FileName
- #investigate — RuboCop::Cop::Style::Copyright
- #investigate — RuboCop::Cop::Style::InlineComment
- #investigate — RuboCop::Cop::Style::AsciiComments
- #investigate — RuboCop::Cop::Metrics::BlockNesting
- #investigate — RuboCop::Cop::Style::RescueEnsureAlignment
- #investigate — RuboCop::Cop::VariableForce
- #investigate — RuboCop::Cop::Style::FrozenStringLiteralComment
- #investigate — RuboCop::Cop::SpaceAfterPunctuation
- #invoke_custom_processing — RuboCop::Cop::Commissioner
- #invoke_hook — RuboCop::Cop::VariableForce::VariableTable
- #invoke_hook_for_normal_if_unless — RuboCop::Cop::OnNormalIfUnless
- #irrelevant_line — RuboCop::Cop::CodeLength
- #join_force? — RuboCop::Cop::Lint::UnusedArgument
- #join_force? — RuboCop::Cop::Lint::ShadowingOuterLocalVariable
- #join_force? — RuboCop::Cop::Lint::UnderscorePrefixedVariableName
- #join_force? — RuboCop::Cop::Lint::UselessAssignment
- #join_force? — RuboCop::Cop::Cop
- #join_terms — RuboCop::NodePattern::Compiler
- #just_first_word_of_sentence? — RuboCop::Cop::Style::AnnotationComment
- #key_delta — RuboCop::Cop::Style::AlignHash::SeparatorAlignment
- #key_delta — RuboCop::Cop::Style::AlignHash::TableAlignment
- #key_end_column — RuboCop::Cop::Style::AlignHash::SeparatorAlignment
- #keyword? — RuboCop::Cop::Style::AnnotationComment
- #keyword? — RuboCop::Node
- #keyword? — RuboCop::Cop::Style::RedundantSelf
- #keyword_ancestor? — RuboCop::Cop::Style::RedundantParentheses
- #keyword_appearance? — RuboCop::Cop::Style::AnnotationComment
- #keyword_argument? — RuboCop::Cop::VariableForce::Variable
- #keyword_not? — RuboCop::Node
- #keyword_with_changed_precedence? — RuboCop::Cop::Style::OneLineConditional
- #keyword_with_redundant_parentheses? — RuboCop::Cop::Style::RedundantParentheses
- #kind — RuboCop::Cop::Style::SpaceAfterComma
- #kind — RuboCop::Cop::Style::SpaceBeforeComma
- #kind — RuboCop::Cop::Style::SpaceAfterSemicolon
- #kind — RuboCop::Cop::Style::SpaceBeforeSemicolon
- #kw_node_with_special_indentation — RuboCop::Cop::MultilineExpressionIndentation
- #lambda_arg_string — RuboCop::Cop::Style::Lambda
- #lambda_call_syntax? — RuboCop::Cop::Style::MethodCallParentheses
- #lambda_node? — RuboCop::Cop::Style::StabbyLambdaParentheses
- #largest_brackets_size — RuboCop::Cop::Style::WordArray
- #last_end_pos_inside_pipes — RuboCop::Cop::Style::SpaceAroundBlockParameters
- #last_line_heredoc? — RuboCop::Cop::MultilineLiteralBraceLayout
- #last_special_comment — RuboCop::Cop::Style::FrozenStringLiteralComment
- #lazy? — RuboCop::Cop::Performance::Detect
- #leading_spaces — RuboCop::Cop::Performance::RedundantMerge
- #left_hand_side — RuboCop::Cop::MultilineExpressionIndentation
- #left_side? — RuboCop::Cop::SpaceInside::Brackets
- #length — RuboCop::Cop::StatementModifier
- #length_in_modifier_form — RuboCop::Cop::StatementModifier
- #less_indented? — RuboCop::Cop::Style::CommentIndentation
- #level — RuboCop::Cop::Severity
- #lexical_scope_type — RuboCop::Cop::Style::Alias
- #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_break_after_left_paren? — RuboCop::Cop::Style::ClosingParenthesisIndentation
- #line_break_before_keyword? — RuboCop::Cop::EndKeywordAlignment
- #line_count_based_block_style? — RuboCop::Cop::Style::BlockDelimiters
- #line_count_based_message — RuboCop::Cop::Style::BlockDelimiters
- #line_in_whitelisted_heredoc? — RuboCop::Cop::Metrics::LineLength
- #line_numbers_of_inner_nodes — RuboCop::Cop::ClassishLength
- #line_range — RuboCop::Cop::Util
- #line_too_long? — RuboCop::Cop::Style::GuardClause
- #line_too_long_when_corrected? — RuboCop::Cop::Style::GuardClause
- #lines — RuboCop::ProcessedSource
- #lines_between_defs — RuboCop::Cop::Style::EmptyLineBetweenDefs
- #lines_with_numbers — RuboCop::Cop::Style::ConditionalAssignment
- #list_files — RuboCop::Runner
- #literal? — RuboCop::Node
- #literal_at_end? — RuboCop::Cop::Performance::EndWith
- #literal_at_start? — RuboCop::Cop::Performance::StartWith
- #literal_number? — RuboCop::Cop::Rails::PluralizationGrammar
- #load — RuboCop::ResultCache
- #loc_to_source_line_column — RuboCop::Cop::Lint::BlockAlignment
- #logical_operator_body_name — RuboCop::Cop::VariableForce::Locatable
- #long_opt_symbol — RuboCop::Options
- #longest_line — RuboCop::Cop::Style::ConditionalAssignment
- #longest_rhs — RuboCop::Cop::Style::ConditionalAssignment
- #looks_like_trivial_reader? — RuboCop::Cop::Style::TrivialAccessors
- #looks_like_trivial_writer? — RuboCop::Cop::Style::TrivialAccessors
- #lookup_constant — RuboCop::Cop::Lint::DuplicateMethods
- #loop_body_name — RuboCop::Cop::VariableForce::Locatable
- #make_excludes_absolute — RuboCop::Config
- #mark_assignments_as_referenced_in_loop — RuboCop::Cop::VariableForce
- #mark_variable_as_captured_by_block_if_so — RuboCop::Cop::VariableForce::VariableTable
- #match_namespace — RuboCop::Cop::Style::FileName
- #match_path? — RuboCop::PathUtil
- #match_uris — RuboCop::Cop::Metrics::LineLength
- #matching_index_range — RuboCop::StringUtil::Jaro
- #matching_range — RuboCop::Cop::Lint::UnneededDisable
- #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::StatementModifier
- #max_params — RuboCop::Cop::Metrics::ParameterLists
- #maybe_print_corrected_source — RuboCop::CLI
- #message — RuboCop::Cop::Style::FirstParameterIndentation
- #message — RuboCop::Cop::Style::RaiseArgs
- #message — RuboCop::Cop::Style::Copyright
- #message — RuboCop::Cop::Style::SpaceAroundEqualsInParameterDefault
- #message — RuboCop::Cop::Style::DotPosition
- #message — RuboCop::Cop::Style::LambdaCall
- #message — RuboCop::Cop::Style::TrailingBlankLines
- #message — RuboCop::Cop::Style::NonNilCheck
- #message — RuboCop::Cop::Lint::LiteralInCondition
- #message — RuboCop::Cop::Lint::UnusedBlockArgument
- #message — RuboCop::Cop::Style::SpecialGlobalVars
- #message — RuboCop::Cop::Style::Lambda
- #message — RuboCop::Cop::Style::NegatedIf
- #message — RuboCop::Cop::Cop
- #message — RuboCop::Cop::Style::EmptyLinesAroundAccessModifier
- #message — RuboCop::Cop::Style::AlignParameters
- #message — RuboCop::Cop::Style::ClassCheck
- #message — RuboCop::Cop::Style::StringLiterals
- #message — RuboCop::Cop::Lint::FormatParameterMismatch
- #message — RuboCop::Cop::Metrics::BlockNesting
- #message — RuboCop::Cop::Style::AccessModifierIndentation
- #message — RuboCop::Cop::Lint::ElseLayout
- #message — RuboCop::Cop::Style::MultilineIfThen
- #message — RuboCop::Cop::Lint::UnusedMethodArgument
- #message — RuboCop::Cop::Style::StringLiteralsInInterpolation
- #message — RuboCop::Cop::Style::PredicateName
- #message — RuboCop::Cop::Metrics::ModuleLength
- #message — RuboCop::Cop::Style::SingleLineBlockParams
- #message — RuboCop::Cop::Style::VariableName
- #message — RuboCop::Cop::Style::MultilineMethodCallIndentation
- #message — RuboCop::Cop::Rails::ReadWriteAttribute
- #message — RuboCop::Cop::Style::IndentHash
- #message — RuboCop::Cop::Style::MethodName
- #message — RuboCop::Cop::Performance::StringReplacement
- #message — RuboCop::Cop::Metrics::MethodLength
- #message — RuboCop::Cop::Style::NegatedWhile
- #message — RuboCop::Cop::Style::BlockDelimiters
- #message — RuboCop::Cop::Style::UnneededPercentQ
- #message — RuboCop::Cop::Style::ClassVars
- #message — RuboCop::Cop::Style::FormatString
- #message — RuboCop::Cop::Style::IndentArray
- #message — RuboCop::Cop::Style::SignalException
- #message — RuboCop::Cop::Style::SpaceInsideHashLiteralBraces
- #message — RuboCop::Cop::Lint::ConditionPosition
- #message — RuboCop::Cop::Style::ParenthesesAroundCondition
- #message — RuboCop::Cop::Style::IfUnlessModifierOfIfUnless
- #message — RuboCop::Formatter::SimpleTextFormatter
- #message — RuboCop::Cop::Style::IfUnlessModifier
- #message — RuboCop::Cop::Style::MultilineOperationIndentation
- #message — RuboCop::Cop::Performance::Sample::ShuffleAnalyzer
- #message — RuboCop::Cop::Metrics::ClassLength
- #message — RuboCop::Cop::Style::PercentLiteralDelimiters
- #message — RuboCop::Cop::Style::WhileUntilModifier
- #message — RuboCop::Cop::Style::ClassMethods
- #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
- #meta_assignment_node — RuboCop::Cop::VariableForce::Assignment
- #metadata_hash — RuboCop::Formatter::JSONFormatter
- #method — RuboCop::Cop::Performance::Sample::ShuffleAnalyzer
- #method_arg — RuboCop::Cop::Performance::Sample::ShuffleAnalyzer
- #method_argument? — RuboCop::Cop::VariableForce::Variable
- #method_call — RuboCop::Cop::Lint::DeprecatedClassMethods
- #method_call_with_changed_precedence? — RuboCop::Cop::Style::OneLineConditional
- #method_call_with_redundant_parentheses? — RuboCop::Cop::Style::RedundantParentheses
- #method_chain — RuboCop::Cop::Rails::FindEach
- #method_definition? — RuboCop::Cop::Lint::UselessAccessModifier
- #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
- #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 — RuboCop::Cop::Style::WordArray
- #minimum_severity_to_fail — RuboCop::Runner
- #missing_else_style — RuboCop::Cop::Style::EmptyElse
- #missing_parentheses — RuboCop::Cop::Style::StabbyLambdaParentheses
- #missing_parentheses — RuboCop::Cop::Style::MethodDefParentheses
- #missing_parentheses_corrector — RuboCop::Cop::Style::StabbyLambdaParentheses
- #mobilized_cop_classes — RuboCop::Runner
- #modifier? — RuboCop::Cop::Style::RescueEnsureAlignment
- #modifier? — RuboCop::Cop::Style::RescueModifier
- #modifier? — RuboCop::Cop::Style::NestedModifier
- #modifier? — RuboCop::Cop::Performance::RedundantMerge
- #modifier_and_def_on_same_line? — RuboCop::Cop::OnMethodDef
- #modifier_if? — RuboCop::Cop::IfNode
- #modifier_node? — RuboCop::Cop::AccessModifierNode
- #modifier_op? — RuboCop::Cop::Style::ParenthesesAroundCondition
- #modifier_statement? — RuboCop::Cop::Style::ParallelAssignment
- #modifier_structure? — RuboCop::Cop::AccessModifierNode
- #modifier_while? — RuboCop::Cop::Style::ParallelAssignment
- #modifier_while_or_until? — RuboCop::Cop::Style::NestedModifier
- #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::Cop::TrailingComma
- #multiline? — RuboCop::Node
- #multiple_assignment? — RuboCop::Cop::VariableForce::Assignment
- #multiple_assignment_node — RuboCop::Cop::VariableForce::Assignment
- #mutable_literal? — RuboCop::Node
- #n — RuboCop::Node::Builder
- #name — RuboCop::Cop::VariableForce::Scope
- #name — RuboCop::Cop::VariableForce::Assignment
- #name — RuboCop::Cop::Cop
- #name — RuboCop::Cop::Force
- #name_in_suspicious_param_names? — RuboCop::Cop::Style::OptionHash
- #named_mode? — RuboCop::Cop::Lint::FormatParameterMismatch
- #names_match? — RuboCop::Cop::Style::TrivialAccessors
- #namespace? — RuboCop::Cop::Style::Documentation
- #need_check_localtime? — RuboCop::Cop::Rails::TimeZone
- #needs_reorder? — RuboCop::Cop::Performance::CaseWhenSplat
- #needs_whitespace? — RuboCop::Cop::Style::Lambda
- #nested_conditional? — RuboCop::Cop::Style::IfUnlessModifier
- #new_alignment — RuboCop::Cop::Style::AlignHash
- #new_branch_without_then — RuboCop::Cop::Performance::CaseWhenSplat
- #new_class_or_module_block? — RuboCop::Node
- #new_condition_with_then — RuboCop::Cop::Performance::CaseWhenSplat
- #new_expression — RuboCop::Cop::Style::NestedModifier
- #next_capture — RuboCop::NodePattern::Compiler
- #next_line_empty? — RuboCop::Cop::Style::EmptyLinesAroundAccessModifier
- #nil_check — RuboCop::Cop::Style::EmptyElse
- #nil_check? — RuboCop::Cop::Style::NonNilCheck
- #no_acceptable_style! — RuboCop::Cop::ConfigurableEnforcedStyle
- #no_acceptable_style? — RuboCop::Cop::ConfigurableEnforcedStyle
- #no_definition_message — RuboCop::Cop::Style::FileName
- #no_offense_counts_without_auto_gen_config? — RuboCop::OptionsValidator
- #no_space — RuboCop::Cop::Style::SpaceInsideBlockBraces
- #no_space_inside_left_brace — RuboCop::Cop::Style::SpaceInsideBlockBraces
- #no_surrounding_space? — RuboCop::Cop::Style::SpaceAroundEqualsInParameterDefault
- #node — RuboCop::Cop::VariableForce::Locatable
- #node_args — RuboCop::Cop::Style::StabbyLambdaParentheses
- #node_body — RuboCop::Cop::Style::CommandLiteral
- #node_body — RuboCop::Cop::Style::RegexpLiteral
- #node_search_body — RuboCop::NodePattern::Macros
- #node_with_splat_args? — RuboCop::Cop::Lint::FormatParameterMismatch
- #nodoc_comment? — RuboCop::Cop::Style::Documentation
- #non_comment_token_line_numbers — RuboCop::CommentConfig
- #non_empty_hash? — RuboCop::Cop::Style::BracesAroundHashParameters
- #non_shortenable_args? — RuboCop::Cop::Style::SymbolProc
- #not? — RuboCop::Cop::Lint::LiteralInCondition
- #not_for_this_cop? — RuboCop::Cop::MultilineExpressionIndentation
- #notice — RuboCop::Cop::Style::Copyright
- #notice_found? — RuboCop::Cop::Style::Copyright
- #numeric_range_size — RuboCop::Cop::Util
- #offending_method? — RuboCop::Cop::Rails::ActionFilter
- #offending_node? — RuboCop::Cop::Lint::FormatParameterMismatch
- #offending_node? — RuboCop::Cop::Style::FormatString
- #offending_range — RuboCop::Cop::Style::MultilineMethodCallIndentation
- #offending_range — RuboCop::Cop::Style::MultilineOperationIndentation
- #offending_range — RuboCop::Cop::Style::IndentationWidth
- #offending_selector? — RuboCop::Cop::Style::Lambda
- #offense — RuboCop::Cop::Performance::StringReplacement
- #offense — RuboCop::Cop::Style::SpaceAroundKeyword
- #offense — RuboCop::Cop::Metrics::LineLength
- #offense — RuboCop::Cop::Style::Encoding
- #offense — RuboCop::Cop::Performance::Detect
- #offense — RuboCop::Cop::Style::FrozenStringLiteralComment
- #offense — RuboCop::Cop::Style::RedundantParentheses
- #offense — RuboCop::Cop::Style::IndentationWidth
- #offense — RuboCop::Cop::Style::SpaceInsideBlockBraces
- #offense? — RuboCop::Cop::Style::SpaceInsideHashLiteralBraces
- #offense? — RuboCop::Cop::Style::StringLiteralsInInterpolation
- #offense? — RuboCop::Cop::Style::LambdaCall
- #offense? — RuboCop::Cop::Style::StringLiterals
- #offense? — RuboCop::Cop::Style::CharacterLiteral
- #offense? — RuboCop::Cop::Lint::RequireParentheses
- #offense_detected — RuboCop::Cop::Style::TrailingBlankLines
- #offense_location — RuboCop::Cop::Style::Next
- #offense_node — RuboCop::Cop::Style::Next
- #offense_type — RuboCop::Cop::Style::EvenOdd
- #offenses — RuboCop::Formatter::SimpleTextFormatter::Report
- #offensive? — RuboCop::Cop::Performance::Sample::ShuffleAnalyzer
- #offset — RuboCop::Cop::AutocorrectAlignment
- #offset — RuboCop::Cop::SpaceAfterPunctuation
- #offset_provided? — RuboCop::Cop::Rails::TimeZone
- #on_alias — RuboCop::Cop::Style::Alias
- #on_and — RuboCop::Cop::Style::AndOr
- #on_and — RuboCop::Cop::Style::SpaceAroundOperators
- #on_and — RuboCop::Cop::Style::SpaceAroundKeyword
- #on_and — RuboCop::Cop::Style::MultilineOperationIndentation
- #on_and_asgn — RuboCop::Cop::Style::SpaceAroundOperators
- #on_and_asgn — RuboCop::Cop::Style::RedundantSelf
- #on_arg — RuboCop::Cop::Style::VariableName
- #on_args — RuboCop::Cop::Style::OptionHash
- #on_args — RuboCop::Cop::Metrics::ParameterLists
- #on_args — RuboCop::Cop::Style::RedundantSelf
- #on_argument — RuboCop::Cop::Style::RedundantSelf
- #on_array — RuboCop::Cop::Style::SymbolArray
- #on_array — RuboCop::Cop::Style::AlignArray
- #on_array — RuboCop::Cop::Style::FirstArrayElementLineBreak
- #on_array — RuboCop::Cop::Style::UnneededCapitalW
- #on_array — RuboCop::Cop::Style::IndentArray
- #on_array — RuboCop::Cop::Style::WordArray
- #on_array — RuboCop::Cop::Style::MultilineArrayBraceLayout
- #on_array — RuboCop::Cop::Style::PercentLiteralDelimiters
- #on_array — RuboCop::Cop::Style::TrailingCommaInLiteral
- #on_assignment — RuboCop::Cop::Style::MutableConstant
- #on_begin — RuboCop::Cop::Style::EmptyLineBetweenDefs
- #on_begin — RuboCop::Cop::Lint::UnreachableCode
- #on_begin — RuboCop::Cop::Style::Semicolon
- #on_begin — RuboCop::Cop::Lint::Void
- #on_begin — RuboCop::Cop::Style::RedundantParentheses
- #on_begin — RuboCop::Cop::Style::ClosingParenthesisIndentation
- #on_begin — RuboCop::Cop::Style::IndentationConsistency
- #on_binary — RuboCop::Cop::Style::SpaceAroundOperators
- #on_block — RuboCop::Node::Traversal
- #on_block — RuboCop::Cop::Style::MethodCalledOnDoEndBlock
- #on_block — RuboCop::Cop::Style::Lambda
- #on_block — RuboCop::Cop::Performance::HashEachMethods
- #on_block — RuboCop::Cop::Style::For
- #on_block — RuboCop::Cop::Style::SymbolProc
- #on_block — RuboCop::Cop::Performance::TimesMap
- #on_block — RuboCop::Cop::Lint::BlockAlignment
- #on_block — RuboCop::Cop::Style::EachWithObject
- #on_block — RuboCop::Cop::Style::AccessModifierIndentation
- #on_block — RuboCop::Cop::Lint::UselessAccessModifier
- #on_block — RuboCop::Cop::Rails::ActionFilter
- #on_block — RuboCop::Cop::Style::Next
- #on_block — RuboCop::Cop::Style::SpaceInsideBlockBraces
- #on_block — RuboCop::Cop::Style::SpaceAroundBlockParameters
- #on_block — RuboCop::Cop::Style::SpaceAroundKeyword
- #on_block — RuboCop::Cop::Style::BlockDelimiters
- #on_block — RuboCop::Cop::Style::MultilineBlockChain
- #on_block — RuboCop::Cop::Style::Proc
- #on_block — RuboCop::Cop::Style::MultilineBlockLayout
- #on_block — RuboCop::Cop::Style::SingleLineBlockParams
- #on_block — RuboCop::Cop::Performance::RedundantSortBy
- #on_block — RuboCop::Cop::Style::BlockEndNewline
- #on_block — RuboCop::Cop::Style::SpaceBeforeBlockBraces
- #on_block — RuboCop::Cop::Style::IndentationWidth
- #on_block — RuboCop::Cop::Lint::NextWithoutAccumulator
- #on_block — RuboCop::Cop::Style::CollectionMethods
- #on_block — RuboCop::Cop::Style::EmptyLinesAroundBlockBody
- #on_blockarg — RuboCop::Cop::Style::RedundantSelf
- #on_break — RuboCop::Cop::Style::SpaceAroundKeyword
- #on_case — RuboCop::Cop::Style::IndentationWidth
- #on_case — RuboCop::Cop::Lint::LiteralInCondition
- #on_case — RuboCop::Cop::Lint::EndAlignment
- #on_case — RuboCop::Cop::Performance::CaseWhenSplat
- #on_case — RuboCop::Cop::Style::MissingElse
- #on_case — RuboCop::Cop::Style::IdenticalConditionalBranches
- #on_case — RuboCop::Cop::Style::EmptyElse
- #on_case — RuboCop::Cop::Style::EmptyCaseCondition
- #on_case — RuboCop::Cop::Style::ConditionalAssignment
- #on_case — RuboCop::Node::Traversal
- #on_case — RuboCop::Cop::Style::SpaceAroundKeyword
- #on_case — RuboCop::Cop::Style::CaseIndentation
- #on_case — RuboCop::Cop::Style::ElseAlignment
- #on_casgn — RuboCop::Cop::Style::SpaceAroundOperators
- #on_casgn — RuboCop::Node::Traversal
- #on_casgn — RuboCop::Cop::Style::ConstantName
- #on_casgn — RuboCop::Cop::Style::MutableConstant
- #on_class — RuboCop::Cop::Style::AccessModifierIndentation
- #on_class — RuboCop::Cop::Metrics::ClassLength
- #on_class — RuboCop::Cop::Style::SpaceAroundOperators
- #on_class — RuboCop::Cop::Style::ClassAndModuleChildren
- #on_class — RuboCop::Cop::Style::Documentation
- #on_class — RuboCop::Cop::Style::StructInheritance
- #on_class — RuboCop::Node::Traversal
- #on_class — RuboCop::Cop::Lint::UselessAccessModifier
- #on_class — RuboCop::Cop::Style::EmptyLinesAroundClassBody
- #on_class — RuboCop::Cop::Style::IndentationWidth
- #on_class — RuboCop::Cop::Style::ClassMethods
- #on_class — RuboCop::Cop::Lint::EndAlignment
- #on_class — RuboCop::Cop::Lint::IneffectiveAccessModifier
- #on_class — RuboCop::Cop::Style::ClassAndModuleCamelCase
- #on_conditionals — RuboCop::Cop::Style::AndOr
- #on_const — RuboCop::Node::Traversal
- #on_const — RuboCop::Cop::Rails::TimeZone
- #on_const — RuboCop::Cop::Rails::Date
- #on_csend — RuboCop::Node::Traversal
- #on_cvasgn — RuboCop::Cop::Style::SpaceAroundOperators
- #on_cvasgn — RuboCop::Cop::Style::ClassVars
- #on_cvasgn — RuboCop::Cop::Style::SelfAssignment
- #on_cvasgn — RuboCop::Cop::Style::VariableName
- #on_def — RuboCop::Cop::Rails::Delegate
- #on_def — RuboCop::Cop::Style::GuardClause
- #on_def — RuboCop::Cop::Style::TrivialAccessors
- #on_def — RuboCop::Cop::Style::RedundantSelf
- #on_def — RuboCop::Cop::Performance::RedundantBlockCall
- #on_def — RuboCop::Node::Traversal
- #on_def — RuboCop::Cop::OnMethodDef
- #on_def — RuboCop::Cop::Style::OpMethod
- #on_def — RuboCop::Cop::Style::MethodName
- #on_def — RuboCop::Cop::Lint::DuplicateMethods
- #on_def — RuboCop::Cop::Style::OptionalArguments
- #on_defined? — RuboCop::Cop::Style::SpaceAroundKeyword
- #on_defs — RuboCop::Cop::Lint::DuplicateMethods
- #on_defs — RuboCop::Node::Traversal
- #on_defs — RuboCop::Cop::Style::RedundantSelf
- #on_defs — RuboCop::Cop::Style::MethodName
- #on_defs — RuboCop::Cop::Style::TrivialAccessors
- #on_defs — RuboCop::Cop::OnMethodDef
- #on_different_line? — RuboCop::Cop::Lint::ConditionPosition
- #on_dstr — RuboCop::Cop::Lint::ImplicitStringConcatenation
- #on_dstr — RuboCop::Cop::Style::BarePercentLiterals
- #on_dstr — RuboCop::Cop::Style::StringLiterals
- #on_dstr — RuboCop::Cop::Lint::StringConversionInInterpolation
- #on_dstr — RuboCop::Cop::Style::SpaceInsideStringInterpolation
- #on_dstr — RuboCop::Cop::Style::UnneededInterpolation
- #on_dstr — RuboCop::Cop::Style::VariableInterpolation
- #on_dstr — RuboCop::Cop::Lint::LiteralInInterpolation
- #on_dstr — RuboCop::Cop::Lint::EmptyInterpolation
- #on_dstr — RuboCop::Cop::Style::PercentLiteralDelimiters
- #on_dstr — RuboCop::Cop::Style::UnneededPercentQ
- #on_eflipflop — RuboCop::Cop::Style::FlipFlop
- #on_ensure — RuboCop::Cop::Style::IndentationWidth
- #on_ensure — RuboCop::Cop::Lint::EnsureReturn
- #on_ensure — RuboCop::Cop::Style::SpaceAroundKeyword
- #on_ensure — RuboCop::Cop::Lint::EmptyEnsure
- #on_ensure — RuboCop::Node::Traversal
- #on_ensure — RuboCop::Cop::Style::RescueEnsureAlignment
- #on_erange — RuboCop::Cop::Style::SpaceInsideRangeLiteral
- #on_float — RuboCop::Cop::Lint::FloatOutOfRange
- #on_float — RuboCop::Cop::Style::NumericLiterals
- #on_for — RuboCop::Cop::Style::Next
- #on_for — RuboCop::Node::Traversal
- #on_for — RuboCop::Cop::Style::IndentationWidth
- #on_for — RuboCop::Cop::Style::SpaceAroundKeyword
- #on_for — RuboCop::Cop::Style::For
- #on_gvar — RuboCop::Cop::Style::GlobalVars
- #on_gvar — RuboCop::Cop::Style::SpecialGlobalVars
- #on_gvasgn — RuboCop::Cop::Style::SpaceAroundOperators
- #on_gvasgn — RuboCop::Cop::Style::GlobalVars
- #on_hash — RuboCop::Cop::Style::SpaceInsideHashLiteralBraces
- #on_hash — RuboCop::Cop::Style::FirstHashElementLineBreak
- #on_hash — RuboCop::Cop::Lint::DuplicatedKey
- #on_hash — RuboCop::Cop::Style::HashSyntax
- #on_hash — RuboCop::Cop::Style::AlignHash
- #on_hash — RuboCop::Cop::Style::TrailingCommaInLiteral
- #on_hash — RuboCop::Cop::Style::MultilineHashBraceLayout
- #on_hash — RuboCop::Cop::Style::IndentHash
- #on_if — RuboCop::Cop::Style::SpaceAroundKeyword
- #on_if — RuboCop::Cop::Style::IdenticalConditionalBranches
- #on_if — RuboCop::Cop::Style::AndOr
- #on_if — RuboCop::Cop::Style::MultilineTernaryOperator
- #on_if — RuboCop::Cop::Lint::LiteralInCondition
- #on_if — RuboCop::Cop::Style::NegatedIf
- #on_if — RuboCop::Cop::Style::ConditionalAssignment
- #on_if — RuboCop::Cop::Lint::AssignmentInCondition
- #on_if — RuboCop::Cop::Style::ElseAlignment
- #on_if — RuboCop::Cop::Style::UnlessElse
- #on_if — RuboCop::Cop::Style::NestedModifier
- #on_if — RuboCop::Cop::Style::NestedTernaryOperator
- #on_if — RuboCop::Cop::Style::IfUnlessModifierOfIfUnless
- #on_if — RuboCop::Cop::OnNormalIfUnless
- #on_if — RuboCop::Cop::Style::IfUnlessModifier
- #on_if — RuboCop::Cop::Style::IndentationWidth
- #on_if — RuboCop::Cop::Style::IfInsideElse
- #on_if — RuboCop::Node::Traversal
- #on_if — RuboCop::Cop::Lint::EndAlignment
- #on_if — RuboCop::Cop::Style::ParenthesesAroundCondition
- #on_if — RuboCop::Cop::Lint::ElseLayout
- #on_if — RuboCop::Cop::Style::GuardClause
- #on_if — RuboCop::Cop::Style::SpaceAroundOperators
- #on_if — RuboCop::Cop::Lint::ConditionPosition
- #on_iflipflop — RuboCop::Cop::Style::FlipFlop
- #on_int — RuboCop::Cop::Style::NumericLiterals
- #on_irange — RuboCop::Cop::Style::SpaceInsideRangeLiteral
- #on_ivasgn — RuboCop::Cop::Style::SelfAssignment
- #on_ivasgn — RuboCop::Cop::Style::VariableName
- #on_ivasgn — RuboCop::Cop::Style::SpaceAroundOperators
- #on_kwbegin — RuboCop::Cop::Style::SpaceAroundKeyword
- #on_kwbegin — RuboCop::Cop::Lint::Void
- #on_kwbegin — RuboCop::Cop::Style::IndentationWidth
- #on_kwbegin — RuboCop::Cop::Style::IndentationConsistency
- #on_kwoptarg — RuboCop::Cop::Style::SpaceAfterColon
- #on_kwoptarg — RuboCop::Cop::Lint::CircularArgumentReference
- #on_lvasgn — RuboCop::Cop::Style::VariableName
- #on_lvasgn — RuboCop::Cop::Style::SpaceAroundOperators
- #on_lvasgn — RuboCop::Cop::Style::SelfAssignment
- #on_lvasgn — RuboCop::Cop::Style::RedundantSelf
- #on_masgn — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #on_masgn — RuboCop::Cop::Style::SpaceAroundOperators
- #on_masgn — RuboCop::Cop::Style::ParallelAssignment
- #on_method_def — RuboCop::Cop::Style::FirstMethodParameterLineBreak
- #on_method_def — RuboCop::Cop::Style::TrivialAccessors
- #on_method_def — RuboCop::Cop::Style::RedundantBegin
- #on_method_def — RuboCop::Cop::Style::NonNilCheck
- #on_method_def — RuboCop::Cop::Style::AccessorMethodName
- #on_method_def — RuboCop::Cop::Style::PredicateName
- #on_method_def — RuboCop::Cop::Lint::NestedMethodDefinition
- #on_method_def — RuboCop::Cop::Metrics::MethodLength
- #on_method_def — RuboCop::Cop::Style::IndentationWidth
- #on_method_def — RuboCop::Cop::Style::AlignParameters
- #on_method_def — RuboCop::Cop::Style::SingleLineMethods
- #on_method_def — RuboCop::Cop::Style::MethodDefParentheses
- #on_method_def — RuboCop::Cop::Style::ClosingParenthesisIndentation
- #on_method_def — RuboCop::Cop::Lint::DefEndAlignment
- #on_method_def — RuboCop::Cop::MethodComplexity
- #on_method_def — RuboCop::Cop::Style::MultilineMethodDefinitionBraceLayout
- #on_method_def — RuboCop::Cop::Style::EmptyLinesAroundMethodBody
- #on_method_def — RuboCop::Cop::Style::SpaceAfterMethodName
- #on_method_def — RuboCop::Cop::Style::DefWithParentheses
- #on_method_def — RuboCop::Cop::Style::RedundantReturn
- #on_method_def — RuboCop::Cop::Lint::UselessSetterCall
- #on_module — RuboCop::Cop::Lint::UselessAccessModifier
- #on_module — RuboCop::Cop::Style::ModuleFunction
- #on_module — RuboCop::Cop::Style::Documentation
- #on_module — RuboCop::Cop::Style::EmptyLinesAroundModuleBody
- #on_module — RuboCop::Cop::Style::ClassAndModuleCamelCase
- #on_module — RuboCop::Cop::Lint::EndAlignment
- #on_module — RuboCop::Node::Traversal
- #on_module — RuboCop::Cop::Style::ClassMethods
- #on_module — RuboCop::Cop::Style::ClassAndModuleChildren
- #on_module — RuboCop::Cop::Style::AccessModifierIndentation
- #on_module — RuboCop::Cop::Metrics::ModuleLength
- #on_module — RuboCop::Cop::Lint::IneffectiveAccessModifier
- #on_module — RuboCop::Cop::Style::IndentationWidth
- #on_next — RuboCop::Cop::Style::SpaceAroundKeyword
- #on_node — RuboCop::Cop::Util
- #on_normal_if_unless — RuboCop::Cop::Style::MissingElse
- #on_normal_if_unless — RuboCop::Cop::Style::OneLineConditional
- #on_normal_if_unless — RuboCop::Cop::Style::IfWithSemicolon
- #on_normal_if_unless — RuboCop::Cop::Style::EmptyElse
- #on_normal_if_unless — RuboCop::Cop::Style::MultilineIfThen
- #on_nth_ref — RuboCop::Cop::Style::PerlBackrefs
- #on_op_asgn — RuboCop::Node::Traversal
- #on_op_asgn — RuboCop::Cop::Style::RedundantSelf
- #on_op_asgn — RuboCop::Cop::Style::SpaceAroundOperators
- #on_optarg — RuboCop::Cop::Lint::CircularArgumentReference
- #on_optarg — RuboCop::Cop::Style::SpaceAroundEqualsInParameterDefault
- #on_or — RuboCop::Cop::Style::AndOr
- #on_or — RuboCop::Cop::Style::SpaceAroundOperators
- #on_or — RuboCop::Cop::Style::SpaceAroundKeyword
- #on_or — RuboCop::Cop::Performance::DoubleStartEndWith
- #on_or — RuboCop::Cop::Style::MultilineOperationIndentation
- #on_or_asgn — RuboCop::Cop::Style::MutableConstant
- #on_or_asgn — RuboCop::Cop::Style::SpaceAroundOperators
- #on_or_asgn — RuboCop::Cop::Style::RedundantSelf
- #on_pair — RuboCop::Cop::Style::SpaceAroundOperators
- #on_pair — RuboCop::Cop::Style::SpaceAfterColon
- #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::Style::SpaceAroundKeyword
- #on_postexe — RuboCop::Cop::Style::EndBlock
- #on_postexe — RuboCop::Cop::Lint::EndInMethod
- #on_preexe — RuboCop::Cop::Style::SpaceAroundKeyword
- #on_preexe — RuboCop::Cop::Style::BeginBlock
- #on_regexp — RuboCop::Cop::StringHelp
- #on_regexp — RuboCop::Cop::Style::VariableInterpolation
- #on_regexp — RuboCop::Cop::Style::PercentLiteralDelimiters
- #on_regexp — RuboCop::Cop::Style::RegexpLiteral
- #on_resbody — RuboCop::Cop::Lint::RescueException
- #on_resbody — RuboCop::Cop::Style::RescueEnsureAlignment
- #on_resbody — RuboCop::Node::Traversal
- #on_resbody — RuboCop::Cop::Style::RescueModifier
- #on_resbody — RuboCop::Cop::Lint::HandleExceptions
- #on_resbody — RuboCop::Cop::Style::SpaceAroundKeyword
- #on_resbody — RuboCop::Cop::Style::SpaceAroundOperators
- #on_rescue — RuboCop::Node::Traversal
- #on_rescue — RuboCop::Cop::Style::SpaceAroundKeyword
- #on_rescue — RuboCop::Cop::Style::SignalException
- #on_rescue — RuboCop::Cop::Style::IndentationWidth
- #on_rescue — RuboCop::Cop::Style::ElseAlignment
- #on_return — RuboCop::Cop::Lint::NonLocalExitFromIterator
- #on_return — RuboCop::Cop::Style::SpaceAroundKeyword
- #on_same_line? — RuboCop::Cop::TrailingComma
- #on_sclass — RuboCop::Node::Traversal
- #on_sclass — RuboCop::Cop::Style::EmptyLinesAroundClassBody
- #on_sclass — RuboCop::Cop::Style::AccessModifierIndentation
- #on_sclass — RuboCop::Cop::Lint::UselessAccessModifier
- #on_send — RuboCop::Cop::Lint::DeprecatedClassMethods
- #on_send — RuboCop::Cop::CheckAssignment
- #on_send — RuboCop::Cop::Performance::StartWith
- #on_send — RuboCop::Cop::Performance::StringReplacement
- #on_send — RuboCop::Cop::Performance::TimesMap
- #on_send — RuboCop::Cop::Rails::ActionFilter
- #on_send — RuboCop::Cop::Rails::Date
- #on_send — RuboCop::Cop::Rails::FindBy
- #on_send — RuboCop::Cop::Style::SpaceBeforeFirstArg
- #on_send — RuboCop::Cop::Rails::FindEach
- #on_send — RuboCop::Cop::Rails::HasAndBelongsToMany
- #on_send — RuboCop::Cop::Rails::Output
- #on_send — RuboCop::Cop::Rails::PluralizationGrammar
- #on_send — RuboCop::Cop::Performance::Sample
- #on_send — RuboCop::Cop::Rails::ReadWriteAttribute
- #on_send — RuboCop::Cop::Style::NilComparison
- #on_send — RuboCop::Cop::Lint::RequireParentheses
- #on_send — RuboCop::Cop::Rails::ScopeArgs
- #on_send — RuboCop::Cop::Rails::UniqBeforePluck
- #on_send — RuboCop::Cop::Performance::ReverseEach
- #on_send — RuboCop::Cop::Lint::RandOne
- #on_send — RuboCop::Cop::Style::ZeroLengthPredicate
- #on_send — RuboCop::Cop::Rails::Validation
- #on_send — RuboCop::Cop::Performance::RedundantMerge
- #on_send — RuboCop::Cop::Style::TrailingCommaInArguments
- #on_send — RuboCop::Cop::Performance::RedundantMatch
- #on_send — RuboCop::Cop::Lint::ParenthesesAsGroupedExpression
- #on_send — RuboCop::Cop::Style::Alias
- #on_send — RuboCop::Node::Traversal
- #on_send — RuboCop::Cop::Style::AlignHash
- #on_send — RuboCop::Cop::Style::AlignParameters
- #on_send — RuboCop::Cop::Style::NonNilCheck
- #on_send — RuboCop::Cop::Style::SpaceAroundOperators
- #on_send — RuboCop::Cop::Performance::RangeInclude
- #on_send — RuboCop::Cop::Performance::LstripRstrip
- #on_send — RuboCop::Cop::Style::ArrayJoin
- #on_send — RuboCop::Cop::Style::Not
- #on_send — RuboCop::Cop::Style::Attr
- #on_send — RuboCop::Cop::Style::AutoResourceCleanup
- #on_send — RuboCop::Cop::Style::MultilineMethodCallBraceLayout
- #on_send — RuboCop::Cop::Performance::FlatMap
- #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::ClosingParenthesisIndentation
- #on_send — RuboCop::Cop::Style::CollectionMethods
- #on_send — RuboCop::Cop::Style::ColonMethodCall
- #on_send — RuboCop::Cop::Style::ConditionalAssignment
- #on_send — RuboCop::Cop::Style::DeprecatedHashMethods
- #on_send — RuboCop::Cop::Style::DotPosition
- #on_send — RuboCop::Cop::Lint::FormatParameterMismatch
- #on_send — RuboCop::Cop::Style::DoubleNegation
- #on_send — RuboCop::Cop::Lint::Eval
- #on_send — RuboCop::Cop::Style::SpaceAroundKeyword
- #on_send — RuboCop::Cop::Performance::FixedSize
- #on_send — RuboCop::Cop::Style::StabbyLambdaParentheses
- #on_send — RuboCop::Cop::Performance::EndWith
- #on_send — RuboCop::Cop::Style::RedundantFreeze
- #on_send — RuboCop::Cop::Lint::EachWithObjectArgument
- #on_send — RuboCop::Cop::Performance::Size
- #on_send — RuboCop::Cop::Lint::DefEndAlignment
- #on_send — RuboCop::Cop::Style::EmptyLinesAroundAccessModifier
- #on_send — RuboCop::Cop::Performance::Detect
- #on_send — RuboCop::Cop::Style::EmptyLiteral
- #on_send — RuboCop::Cop::Lint::Debugger
- #on_send — RuboCop::Cop::Style::EvenOdd
- #on_send — RuboCop::Cop::Style::RedundantException
- #on_send — RuboCop::Cop::Style::FirstMethodArgumentLineBreak
- #on_send — RuboCop::Cop::Style::FirstParameterIndentation
- #on_send — RuboCop::Cop::Style::SpaceAfterNot
- #on_send — RuboCop::Cop::Style::MethodCalledOnDoEndBlock
- #on_send — RuboCop::Cop::Style::RaiseArgs
- #on_send — RuboCop::Cop::Style::IndentArray
- #on_send — RuboCop::Cop::Style::IndentHash
- #on_send — RuboCop::Cop::Performance::Count
- #on_send — RuboCop::Cop::Style::IndentationWidth
- #on_send — RuboCop::Cop::Style::SignalException
- #on_send — RuboCop::Cop::Performance::Casecmp
- #on_send — RuboCop::Cop::Style::Send
- #on_send — RuboCop::Cop::Style::StringMethods
- #on_send — RuboCop::Cop::MultilineExpressionIndentation
- #on_send — RuboCop::Cop::Lint::UselessComparison
- #on_send — RuboCop::Cop::Style::RedundantSelf
- #on_send — RuboCop::Cop::Style::LambdaCall
- #on_send — RuboCop::Cop::Style::MethodCallParentheses
- #on_send — RuboCop::Cop::Style::NestedParenthesizedCalls
- #on_send — RuboCop::Cop::Style::FormatString
- #on_special_asgn — RuboCop::Cop::Style::SpaceAroundOperators
- #on_str — RuboCop::Cop::StringHelp
- #on_str — RuboCop::Cop::Style::PercentQLiterals
- #on_str — RuboCop::Cop::Style::BarePercentLiterals
- #on_str — RuboCop::Cop::Style::PercentLiteralDelimiters
- #on_str — RuboCop::Cop::Style::UnneededPercentQ
- #on_super — RuboCop::Cop::Style::SpaceAroundKeyword
- #on_sym — RuboCop::Cop::Style::SymbolLiteral
- #on_sym — RuboCop::Cop::Style::PercentLiteralDelimiters
- #on_until — RuboCop::Cop::Style::WhileUntilModifier
- #on_until — RuboCop::Cop::Style::NestedModifier
- #on_until — RuboCop::Cop::Style::Next
- #on_until — RuboCop::Cop::Style::WhileUntilDo
- #on_until — RuboCop::Cop::Lint::LiteralInCondition
- #on_until — RuboCop::Cop::Style::ParenthesesAroundCondition
- #on_until — RuboCop::Cop::Lint::EndAlignment
- #on_until — RuboCop::Cop::Lint::ConditionPosition
- #on_until — RuboCop::Cop::Lint::AssignmentInCondition
- #on_until — RuboCop::Cop::Style::NegatedWhile
- #on_until — RuboCop::Node::Traversal
- #on_until — RuboCop::Cop::Style::AndOr
- #on_until — RuboCop::Cop::Style::SpaceAroundKeyword
- #on_until — RuboCop::Cop::Style::InfiniteLoop
- #on_until — RuboCop::Cop::Style::IndentationWidth
- #on_until_post — RuboCop::Cop::Style::AndOr
- #on_until_post — RuboCop::Cop::Lint::Loop
- #on_until_post — RuboCop::Cop::Lint::LiteralInCondition
- #on_when — RuboCop::Cop::Style::SpaceAroundKeyword
- #on_when — RuboCop::Node::Traversal
- #on_when — RuboCop::Cop::Style::WhenThen
- #on_while — RuboCop::Cop::Style::Next
- #on_while — RuboCop::Cop::Style::NestedModifier
- #on_while — RuboCop::Cop::Style::NegatedWhile
- #on_while — RuboCop::Cop::Lint::EndAlignment
- #on_while — RuboCop::Cop::Lint::LiteralInCondition
- #on_while — RuboCop::Cop::Style::IndentationWidth
- #on_while — RuboCop::Cop::Style::InfiniteLoop
- #on_while — RuboCop::Cop::Style::SpaceAroundKeyword
- #on_while — RuboCop::Node::Traversal
- #on_while — RuboCop::Cop::Style::WhileUntilModifier
- #on_while — RuboCop::Cop::Style::ParenthesesAroundCondition
- #on_while — RuboCop::Cop::Style::WhileUntilDo
- #on_while — RuboCop::Cop::Style::AndOr
- #on_while — RuboCop::Cop::Lint::ConditionPosition
- #on_while — RuboCop::Cop::Lint::AssignmentInCondition
- #on_while_post — RuboCop::Cop::Style::AndOr
- #on_while_post — RuboCop::Cop::Lint::Loop
- #on_while_post — RuboCop::Cop::Lint::LiteralInCondition
- #on_xstr — RuboCop::Cop::Style::CommandLiteral
- #on_xstr — RuboCop::Cop::Style::VariableInterpolation
- #on_xstr — RuboCop::Cop::Style::PercentLiteralDelimiters
- #on_yield — RuboCop::Cop::Style::SpaceAroundKeyword
- #on_zsuper — RuboCop::Cop::Style::SpaceAroundKeyword
- #one_child? — RuboCop::Cop::Style::ClassAndModuleChildren
- #only_closing_paren_before_comma? — RuboCop::Cop::Style::RedundantParentheses
- #only_includes_unneeded_disable? — RuboCop::OptionsValidator
- #op_method? — RuboCop::Cop::Style::OpMethod
- #opening_brace_on_same_line? — RuboCop::Cop::MultilineLiteralBraceLayout
- #operation_description — RuboCop::Cop::MultilineExpressionIndentation
- #operation_rhs — RuboCop::Cop::Style::MultilineMethodCallIndentation
- #operator — RuboCop::Cop::VariableForce::Assignment
- #operator? — RuboCop::Cop::Util
- #operator_assignment? — RuboCop::Cop::VariableForce::Assignment
- #operator_assignment_node — RuboCop::Cop::VariableForce::Assignment
- #opposite_kw — RuboCop::Cop::Style::Next
- #opposite_style_detected — RuboCop::Cop::ConfigurableEnforcedStyle
- #opposite_style_detected — RuboCop::Cop::Style::CharacterLiteral
- #option — RuboCop::Options
- #options_config= — RuboCop::ConfigStore
- #ordered_offense_counts — RuboCop::Formatter::WorstOffendersFormatter
- #ordered_offense_counts — RuboCop::Formatter::OffenseCountFormatter
- #other_message — RuboCop::Cop::Style::FileName
- #other_offense_in_same_range? — RuboCop::Cop::Style::IndentationWidth
- #output_cop_comments — RuboCop::Formatter::DisabledConfigFormatter
- #output_cop_config — RuboCop::Formatter::DisabledConfigFormatter
- #output_exclude_list — RuboCop::Formatter::DisabledConfigFormatter
- #output_offending_files — RuboCop::Formatter::DisabledConfigFormatter
- #parameter_name — RuboCop::Cop::ConfigurableEnforcedStyle
- #parameter_name — RuboCop::Cop::EndKeywordAlignment
- #parameter_name — RuboCop::Cop::Style::CaseIndentation
- #parameter_name — RuboCop::Cop::Style::SpaceAroundBlockParameters
- #parameter_name — RuboCop::Cop::TrailingComma
- #parameter_name — RuboCop::Cop::ConfigurableMax
- #parameter_name — RuboCop::Cop::Style::NumericLiterals
- #parameter_name — RuboCop::Cop::Lint::BlockAlignment
- #parens_allowed? — RuboCop::Cop::Style::RedundantParentheses
- #parens_required? — RuboCop::Cop::Parentheses
- #parent — RuboCop::Node
- #parent= — RuboCop::Node
- #parent_module_name — RuboCop::Node
- #parent_module_name_for_sclass — RuboCop::Node
- #parentheses? — RuboCop::Cop::Style::StabbyLambdaParentheses
- #parentheses? — RuboCop::Cop::Util
- #parenthesize? — RuboCop::Cop::Style::IfUnlessModifier
- #parenthesized_call? — RuboCop::Cop::Util
- #parse — RuboCop::Options
- #parse — RuboCop::Cop::Performance::Count
- #parse — RuboCop::ProcessedSource
- #parse — RuboCop::Cop::Cop
- #parser_class — RuboCop::ProcessedSource
- #part_of_assignment_rhs — RuboCop::Cop::MultilineExpressionIndentation
- #part_of_block_body? — RuboCop::Cop::MultilineExpressionIndentation
- #part_of_ignored_node? — RuboCop::Cop::IgnoredNode
- #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? — RuboCop::Cop::Style::FormatString
- #percent_literal? — RuboCop::Cop::PercentLiteral
- #percent_syntax? — RuboCop::Cop::Style::WordArray
- #pipe? — RuboCop::Cop::Style::SpaceInsideBlockBraces
- #plural_method? — RuboCop::Cop::Rails::PluralizationGrammar
- #plural_receiver? — RuboCop::Cop::Rails::PluralizationGrammar
- #pluralize — RuboCop::Formatter::TextUtil
- #pluralize — RuboCop::Cop::Rails::PluralizationGrammar
- #pop_scope — RuboCop::Cop::VariableForce::VariableTable
- #possible_dsl? — RuboCop::Cop::Lint::DuplicateMethods
- #possibly_include_hidden? — RuboCop::Config
- #preceded_by_operator? — RuboCop::Cop::Style::SpaceAroundKeyword
- #preceding_comments — RuboCop::Cop::Style::Documentation
- #preceding_line — RuboCop::Cop::Style::ExtraSpacing
- #predicate? — RuboCop::Cop::Style::TrivialAccessors
- #predicate? — RuboCop::Cop::Lint::RequireParentheses
- #predicate_prefixes — RuboCop::Cop::Style::PredicateName
- #predicate_whitelist — RuboCop::Cop::Style::PredicateName
- #preferred_delimiters — RuboCop::Cop::Style::PercentLiteralDelimiters
- #preferred_delimiters — RuboCop::Cop::Style::RegexpLiteral
- #preferred_delimiters — RuboCop::Cop::Style::CommandLiteral
- #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
- #prefix_blacklist — RuboCop::Cop::Style::PredicateName
- #prefixed_method_name — RuboCop::Cop::Rails::Delegate
- #prepare — RuboCop::Cop::Commissioner
- #prev_node — RuboCop::Cop::Style::EmptyLineBetweenDefs
- #previous_code_line — RuboCop::Cop::Style::FirstParameterIndentation
- #previous_line_empty? — RuboCop::Cop::Style::EmptyLinesAroundAccessModifier
- #previous_line_ignoring_comments — RuboCop::Cop::Style::EmptyLinesAroundAccessModifier
- #primitive_array? — RuboCop::Cop::Lint::LiteralInCondition
- #print_available_cops — RuboCop::CLI
- #print_cops_of_type — 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_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_op — 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_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::Style::DotPosition
- #proper_method_name — RuboCop::Cop::Style::DeprecatedHashMethods
- #pure? — RuboCop::Node
- #push_scope — RuboCop::Cop::VariableForce::VariableTable
- #put_comma — RuboCop::Cop::TrailingComma
- #qualified_cop_name — RuboCop::Cop::CopStore
- #qualified_name — RuboCop::Cop::Lint::DuplicateMethods
- #rainbow — RuboCop::Formatter::Colorizable
- #range — RuboCop::Cop::Performance::HashEachMethods
- #range — RuboCop::Cop::Performance::StringReplacement
- #range_between_condition_and_else — RuboCop::Cop::Style::UnlessElse
- #range_between_else_and_end — RuboCop::Cop::Style::UnlessElse
- #range_of_space_to_the_left — RuboCop::Cop::Style::SpaceInsideHashLiteralBraces
- #range_of_space_to_the_right — RuboCop::Cop::Style::SpaceInsideHashLiteralBraces
- #range_size — RuboCop::Cop::Performance::Sample::ShuffleAnalyzer
- #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
- #reference! — RuboCop::Cop::VariableForce::Assignment
- #reference! — RuboCop::Cop::VariableForce::Variable
- #reference? — RuboCop::Node
- #reference_penetrable? — RuboCop::Cop::VariableForce::Assignment
- #reference_url — RuboCop::Cop::Cop
- #reference_variable — RuboCop::Cop::VariableForce::VariableTable
- #referenced? — RuboCop::Cop::VariableForce::Variable
- #regex — RuboCop::Cop::Style::FileName
- #regex? — RuboCop::Cop::Performance::StringReplacement
- #regexp_named_capture? — RuboCop::Cop::VariableForce::Assignment
- #register_offense — RuboCop::Cop::Lint::Loop
- #regular_method_right_hand_side — RuboCop::Cop::MultilineExpressionIndentation
- #reindent — RuboCop::Cop::Style::Next
- #reject_obsolete_cops — RuboCop::Config
- #reject_obsolete_parameters — RuboCop::Config
- #relative_path — RuboCop::PathUtil
- #relevant_diagnostic? — RuboCop::Cop::Lint::AmbiguousOperator
- #relevant_diagnostic? — RuboCop::Cop::Lint::AmbiguousRegexpLiteral
- #relevant_diagnostic? — RuboCop::Cop::Lint::InvalidCharacterLiteral
- #relevant_diagnostic? — RuboCop::Cop::Lint::UselessElseWithoutRescue
- #relevant_file? — RuboCop::Cop::Cop
- #relevant_node? — RuboCop::Cop::Style::MultilineOperationIndentation
- #relevant_node? — RuboCop::Cop::Style::MultilineMethodCallIndentation
- #relevant_options_digest — RuboCop::ResultCache
- #remove — RuboCop::Cop::Corrector
- #remove — RuboCop::Cop::AutocorrectAlignment
- #remove_braces — RuboCop::Cop::Style::BracesAroundHashParameters
- #remove_irrelevant_cops — RuboCop::Cop::Commissioner
- #remove_leading — RuboCop::Cop::Corrector
- #remove_preceding — RuboCop::Cop::Corrector
- #remove_second_param — RuboCop::Cop::Performance::StringReplacement
- #remove_whitespace_in_branches — RuboCop::Cop::Style::ConditionalCorrectorHelper
- #render_html — RuboCop::Formatter::HTMLFormatter
- #reorder_condition — RuboCop::Cop::Performance::CaseWhenSplat
- #replace — RuboCop::Cop::Corrector
- #replacement — RuboCop::Cop::Style::ZeroLengthPredicate
- #replacement — RuboCop::Cop::Style::CaseIndentation
- #replacement — RuboCop::Cop::Style::SpecialGlobalVars
- #replacement — RuboCop::Cop::Style::OneLineConditional
- #replacement_method — RuboCop::Cop::Style::Attr
- #replacement_method — RuboCop::Cop::Lint::DeprecatedClassMethods
- #replacement_method — RuboCop::Cop::Performance::StringReplacement
- #report_file — RuboCop::Formatter::ClangStyleFormatter
- #report_file — RuboCop::Formatter::SimpleTextFormatter
- #report_file_as_mark — RuboCop::Formatter::ProgressFormatter
- #report_highlighted_area — RuboCop::Formatter::ClangStyleFormatter
- #report_line — RuboCop::Formatter::ClangStyleFormatter
- #report_offense — RuboCop::Formatter::ClangStyleFormatter
- #report_summary — RuboCop::Formatter::OffenseCountFormatter
- #report_summary — RuboCop::Formatter::SimpleTextFormatter
- #report_summary — RuboCop::Formatter::WorstOffendersFormatter
- #requires_parens? — RuboCop::Cop::Style::NestedModifier
- #requires_parentheses? — RuboCop::Cop::Style::OneLineConditional
- #rescue_body_name — RuboCop::Cop::VariableForce::Locatable
- #rescue_modifier? — RuboCop::Cop::Style::ParallelAssignment
- #reset_callbacks — RuboCop::Cop::Commissioner
- #reset_errors — RuboCop::Cop::Commissioner
- #resolve_inheritance — RuboCop::ConfigLoaderResolver
- #resolve_inheritance_from_gems — RuboCop::ConfigLoaderResolver
- #resolve_requires — RuboCop::ConfigLoaderResolver
- #return_value — RuboCop::Cop::Style::EachWithObject
- #return_value? — RuboCop::Cop::Lint::NonLocalExitFromIterator
- #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
- #rewrite — RuboCop::Cop::Corrector
- #rewrite_with_modifier — RuboCop::Cop::Performance::RedundantMerge
- #right_hand_side — RuboCop::Cop::MultilineExpressionIndentation
- #right_side? — RuboCop::Cop::SpaceInside::Brackets
- #rspec_matcher? — RuboCop::Cop::Style::NestedParenthesizedCalls
- #rubocop_checksum — RuboCop::ResultCache
- #ruby19_check — RuboCop::Cop::Style::HashSyntax
- #ruby19_no_mixed_keys_check — RuboCop::Cop::Style::HashSyntax
- #ruby_executable? — RuboCop::TargetFinder
- #run — RuboCop::Runner
- #run — RuboCop::NodePattern::Compiler
- #run — RuboCop::CLI
- #run_cli — RuboCop::RakeTask
- #run_exclusively_with? — RuboCop::Cop::VariableForce::Locatable
- #run_hook — RuboCop::Cop::Force
- #run_main_task — RuboCop::RakeTask
- #s — RuboCop::Sexp
- #safe_assignment_allowed? — RuboCop::Cop::SafeAssignment
- #safe_chain? — RuboCop::Cop::Rails::Date
- #safe_method — RuboCop::Cop::Rails::TimeZone
- #same_line? — RuboCop::Cop::Performance::CaseWhenSplat
- #same_name_assignment? — RuboCop::Cop::Style::MethodCallParentheses
- #sample_arg — RuboCop::Cop::Performance::Sample::ShuffleAnalyzer
- #sample_size — RuboCop::Cop::Performance::Sample::ShuffleAnalyzer
- #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 — RuboCop::Cop::VariableForce::Locatable
- #scope_stack — RuboCop::Cop::VariableForce::VariableTable
- #scope_type — RuboCop::Cop::Style::Alias
- #selected_cops_of_type — RuboCop::CLI
- #semantic_alignment_base — RuboCop::Cop::Style::MultilineMethodCallIndentation
- #semantic_block_style? — RuboCop::Cop::Style::BlockDelimiters
- #semantic_message — RuboCop::Cop::Style::BlockDelimiters
- #separator_delta — RuboCop::Cop::Style::AlignHash::AlignmentOfValues
- #separator_style? — RuboCop::Cop::Style::IndentHash
- #serialize_offense — RuboCop::CachedData
- #set_branch_point_and_body_nodes! — RuboCop::Cop::VariableForce::Locatable
- #setter_call_to_local_variable? — RuboCop::Cop::Lint::UselessSetterCall
- #setup_ivars — RuboCop::RakeTask
- #setup_subtasks — RuboCop::RakeTask
- #shebang? — RuboCop::Cop::Style::FileName
- #shebang_token? — RuboCop::Cop::Style::Copyright
- #should_align? — RuboCop::Cop::Style::MultilineOperationIndentation
- #should_aligned_with_preceding_line? — RuboCop::Cop::Style::ExtraSpacing
- #should_be_unused? — RuboCop::Cop::VariableForce::Variable
- #should_have_comma? — RuboCop::Cop::TrailingComma
- #should_run? — RuboCop::Cop::Performance::Count
- #should_run? — RuboCop::Cop::Performance::Detect
- #shuffle_arg — RuboCop::Cop::Performance::Sample::ShuffleAnalyzer
- #sibling_index — RuboCop::Node
- #similarity — RuboCop::StringUtil
- #simple_if_without_break? — RuboCop::Cop::Style::Next
- #single_child? — RuboCop::Cop::Style::UnneededInterpolation
- #single_interpolation? — RuboCop::Cop::Style::UnneededInterpolation
- #single_line? — RuboCop::Node
- #single_line_conditions_only? — RuboCop::Cop::Style::ConditionalAssignment
- #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_children! — RuboCop::Cop::VariableForce
- #slash_literal? — RuboCop::Cop::Style::RegexpLiteral
- #smallest_percent_size — RuboCop::Cop::Style::WordArray
- #smart_path — RuboCop::Formatter::SimpleTextFormatter
- #smart_path — RuboCop::Formatter::DisabledLinesFormatter
- #source — RuboCop::Node
- #source_from_regex_constructor — RuboCop::Cop::Performance::StringReplacement
- #source_from_regex_literal — RuboCop::Cop::Performance::StringReplacement
- #source_location — RuboCop::Cop::Lint::DuplicateMethods
- #source_range — RuboCop::Cop::Performance::Sample::ShuffleAnalyzer
- #source_range — RuboCop::Cop::Util
- #source_range — RuboCop::Node
- #space — RuboCop::Cop::Style::SpaceInsideBlockBraces
- #space_after_missing? — RuboCop::Cop::Style::SpaceAroundKeyword
- #space_before_missing? — RuboCop::Cop::Style::SpaceAroundKeyword
- #space_between? — RuboCop::Cop::SurroundingSpace
- #space_detected — RuboCop::Cop::Style::SpaceBeforeBlockBraces
- #space_forbidden_before_rcurly? — RuboCop::Cop::SpaceAfterPunctuation
- #space_inside_left_brace — RuboCop::Cop::Style::SpaceInsideBlockBraces
- #space_inside_right_brace — RuboCop::Cop::Style::SpaceInsideBlockBraces
- #space_missing — RuboCop::Cop::Style::SpaceBeforeBlockBraces
- #space_on_both_sides? — RuboCop::Cop::Style::SpaceAroundEqualsInParameterDefault
- #space_range — RuboCop::Cop::Style::SpaceInsideHashLiteralBraces
- #space_required_after_lcurly? — RuboCop::Cop::SpaceBeforePunctuation
- #space_style_before_rcurly — RuboCop::Cop::Style::SpaceAfterComma
- #space_style_before_rcurly — RuboCop::Cop::Style::SpaceAfterSemicolon
- #spaced_separator — RuboCop::Cop::Style::AlignHash::TableAlignment
- #spaces_before_left_parenthesis — RuboCop::Cop::Lint::ParenthesesAsGroupedExpression
- #special_inner_call_indentation? — RuboCop::Cop::Style::FirstParameterIndentation
- #special_keyword? — RuboCop::Cop::Lint::LiteralInInterpolation
- #special_keyword? — RuboCop::Node
- #specifics — RuboCop::Cop::Style::SpaceInsideParens
- #specifics — RuboCop::Cop::Style::SpaceInsideBrackets
- #splat_offenses — RuboCop::Cop::Performance::CaseWhenSplat
- #splat_source_range — RuboCop::Cop::Lint::UselessArraySplat
- #split_comment — RuboCop::Cop::Style::AnnotationComment
- #sprintf? — RuboCop::Cop::Lint::FormatParameterMismatch
- #sprintf? — RuboCop::Cop::Style::FormatString
- #square_brackets? — RuboCop::Cop::ArraySyntax
- #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
- #started — RuboCop::Formatter::HTMLFormatter
- #started — RuboCop::Formatter::JSONFormatter
- #started — RuboCop::Formatter::OffenseCountFormatter
- #started — RuboCop::Formatter::WorstOffendersFormatter
- #started — RuboCop::Formatter::FuubarStyleFormatter
- #started — RuboCop::Formatter::DisabledLinesFormatter
- #started — RuboCop::Formatter::SimpleTextFormatter
- #started — RuboCop::Formatter::BaseFormatter
- #started — RuboCop::Formatter::ProgressFormatter
- #starts_with_access_modifier? — RuboCop::Cop::Style::IndentationWidth
- #str_content — RuboCop::Cop::Lint::ImplicitStringConcatenation
- #string? — RuboCop::Cop::Performance::StringReplacement
- #string_argument? — RuboCop::Cop::Performance::FixedSize
- #string_literal? — RuboCop::Cop::Lint::ImplicitStringConcatenation
- #string_literal? — RuboCop::Cop::Style::UnneededPercentQ
- #string_literal_lines — RuboCop::Cop::Style::Tab
- #string_literals_config — RuboCop::Cop::Style::EmptyLiteral
- #string_source — RuboCop::Cop::Style::PercentLiteralDelimiters
- #string_value — RuboCop::Node::Builder
- #strip_quotes — RuboCop::Cop::Util
- #struct_constructor? — RuboCop::Cop::Style::StructInheritance
- #style — RuboCop::Cop::ConfigurableEnforcedStyle
- #style — RuboCop::Cop::Style::EmptyLinesAroundMethodBody
- #style — RuboCop::Cop::Style::WordArray
- #style_detected — RuboCop::Cop::ConfigurableEnforcedStyle
- #style_detected — RuboCop::Cop::Style::WordArray
- #style_for_empty_braces — RuboCop::Cop::Style::SpaceInsideBlockBraces
- #style_guide_cops_only? — RuboCop::Runner
- #style_guide_url — RuboCop::Cop::Cop
- #summary — RuboCop::Formatter::SimpleTextFormatter::Report
- #super? — RuboCop::Cop::Style::SymbolProc
- #support_autocorrect? — RuboCop::Cop::AutocorrectLogic
- #supported_styles — RuboCop::Cop::ConfigurableEnforcedStyle
- #supported_types — RuboCop::Cop::Style::MultilineAssignmentLayout
- #sym_indices? — RuboCop::Cop::Style::HashSyntax
- #symbol_value? — RuboCop::Cop::Style::HashSyntax
- #symbols_contain_spaces? — RuboCop::Cop::Style::SymbolArray
- #syntactic_alignment_base — RuboCop::Cop::Style::MultilineMethodCallIndentation
- #tail — RuboCop::Cop::Style::IdenticalConditionalBranches
- #tail — RuboCop::Cop::Style::ConditionalAssignmentHelper
- #target_args — RuboCop::Cop::Style::SingleLineBlockParams
- #target_files_in_dir — RuboCop::TargetFinder
- #target_method_lineno — RuboCop::Cop::Style::AlignParameters
- #target_ruby_version — RuboCop::Cop::Cop
- #targets_exception? — RuboCop::Cop::Lint::RescueException
- #ternary — RuboCop::Cop::Style::OneLineConditional
- #ternary? — RuboCop::Cop::IfNode
- #to_assignments — RuboCop::Cop::Performance::RedundantMerge
- #to_inspect? — RuboCop::TargetFinder
- #to_json — RuboCop::CachedData
- #to_module_name — RuboCop::Cop::Style::FileName
- #to_namespace — RuboCop::Cop::Style::FileName
- #to_s — RuboCop::Cop::Offense
- #to_s — RuboCop::Cop::Severity
- #to_s — RuboCop::Token
- #to_string_literal — RuboCop::Cop::Util
- #to_symbol_literal — RuboCop::Cop::Util
- #token_after_last_string — RuboCop::Cop::Style::LineEndConcatenation
- #token_table — RuboCop::Cop::SurroundingSpace
- #toplevel_dirs — RuboCop::TargetFinder
- #total_offense_count — RuboCop::Formatter::WorstOffendersFormatter
- #total_offense_count — RuboCop::Formatter::OffenseCountFormatter
- #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::Node
- #tsort_each_child — RuboCop::Cop::Style::ParallelAssignment::AssignmentSorter
- #tsort_each_node — RuboCop::Cop::Style::ParallelAssignment::AssignmentSorter
- #two_alternatives? — RuboCop::Cop::Style::CommentIndentation
- #type — RuboCop::Cop::PercentLiteral
- #types — RuboCop::Cop::CopStore
- #unary_operation? — RuboCop::Node
- #unary_plus_non_offense? — RuboCop::Cop::Style::ExtraSpacing
- #unexpected_indent_offset — RuboCop::Cop::Style::AccessModifierIndentation
- #unexpected_style_detected — RuboCop::Cop::ConfigurableEnforcedStyle
- #unneeded_range — RuboCop::Cop::Style::TrailingUnderscoreVariable
- #unrecognized_style_detected — RuboCop::Cop::ConfigurableEnforcedStyle
- #unwanted_parentheses — RuboCop::Cop::Style::MethodDefParentheses
- #unwanted_parentheses — RuboCop::Cop::Style::StabbyLambdaParentheses
- #unwanted_parentheses_corrector — RuboCop::Cop::Style::StabbyLambdaParentheses
- #updated — RuboCop::Node
- #uri_regexp — RuboCop::Cop::Metrics::LineLength
- #used? — RuboCop::Cop::VariableForce::Variable
- #used? — RuboCop::Cop::VariableForce::Assignment
- #user_vars — RuboCop::Cop::Style::GlobalVars
- #uses_preferred_delimiter? — RuboCop::Cop::Style::PercentLiteralDelimiters
- #utf8_source_buffer — RuboCop::CachedData
- #valid? — RuboCop::ResultCache
- #valid_19_syntax_symbol? — RuboCop::Cop::Style::HashSyntax
- #valid_line? — RuboCop::Formatter::ClangStyleFormatter
- #valid_name? — RuboCop::Cop::ConfigurableNaming
- #valid_syntax? — RuboCop::ProcessedSource
- #valid_uri? — RuboCop::Cop::Metrics::LineLength
- #validate — RuboCop::Config
- #validate_compatibility — RuboCop::OptionsValidator
- #validate_config — RuboCop::Cop::Style::OptionHash
- #validate_config — RuboCop::Cop::Style::SymbolArray
- #validate_config — RuboCop::Cop::Style::MultilineOperationIndentation
- #validate_config — RuboCop::Cop::Team
- #validate_config — RuboCop::Cop::Style::MultilineMethodCallIndentation
- #validate_enforced_styles — RuboCop::Config
- #validate_exclude_limit_option — RuboCop::OptionsValidator
- #validate_parameter_names — RuboCop::Config
- #validate_section_presence — RuboCop::Config
- #value_delta — RuboCop::Cop::Style::AlignHash::SeparatorAlignment
- #value_delta — RuboCop::Cop::Style::AlignHash::TableAlignment
- #value_used? — RuboCop::Node
- #value_used_inside_each_with_object? — RuboCop::Cop::Performance::RedundantMerge
- #var_nodes — RuboCop::Cop::Style::VariableInterpolation
- #variable? — RuboCop::Node
- #variable_alignment? — RuboCop::Cop::EndKeywordAlignment
- #variable_exist? — RuboCop::Cop::VariableForce::VariableTable
- #variable_interpolation? — RuboCop::Cop::Style::UnneededInterpolation
- #variable_like_method_invocation? — RuboCop::Cop::Lint::UselessAssignment
- #variable_table — RuboCop::Cop::VariableForce
- #variable_type — RuboCop::Cop::Lint::UnusedBlockArgument
- #version — RuboCop::Version
- #visit_ancestors — RuboCop::Node
- #visit_ancestors_with_types — RuboCop::Node
- #visit_descendants — RuboCop::Node
- #visit_descendants_with_types — RuboCop::Node
- #walk — RuboCop::Node::Traversal
- #warn_about_unrecognized_cops — RuboCop::Config
- #while_until_value_used? — RuboCop::Node
- #whitelist — RuboCop::Cop::Style::TrivialAccessors
- #whitespace_before? — RuboCop::Cop::Style::BlockDelimiters
- #whitespace_before_arg — RuboCop::Cop::Style::AndOr
- #whitespace_range — RuboCop::Cop::Style::CaseIndentation
- #with_color — RuboCop::Formatter::FuubarStyleFormatter
- #with_cop_error_handling — RuboCop::Cop::Commissioner
- #with_type — RuboCop::Cop::CopStore
- #within? — RuboCop::Cop::AutocorrectAlignment
- #within_node? — RuboCop::Cop::Util
- #without_type — RuboCop::Cop::CopStore
- #word_regex — RuboCop::Cop::Style::WordArray
- #word_symbol_pair? — RuboCop::Cop::Style::HashSyntax
- #write_attribute_replacement — RuboCop::Cop::Rails::ReadWriteAttribute
- #wrong_quotes? — RuboCop::Cop::StringLiteralsHelp