module RuboCop::Cop::Style

Classes in this namespace

AccessModifierIndentation

class

in RuboCop::Cop::Style

AccessorMethodName

class

in RuboCop::Cop::Style

Alias

class

in RuboCop::Cop::Style

AlignArray

class

in RuboCop::Cop::Style

AlignHash

class

in RuboCop::Cop::Style

AlignParameters

class

in RuboCop::Cop::Style

AndOr

class

in RuboCop::Cop::Style

ArrayJoin

class

in RuboCop::Cop::Style

AsciiComments

class

in RuboCop::Cop::Style

AsciiIdentifiers

class

in RuboCop::Cop::Style

Attr

class

in RuboCop::Cop::Style

AutoResourceCleanup

class

in RuboCop::Cop::Style

BarePercentLiterals

class

in RuboCop::Cop::Style

BeginBlock

class

in RuboCop::Cop::Style

BlockComments

class

in RuboCop::Cop::Style

BlockDelimiters

class

in RuboCop::Cop::Style

BlockEndNewline

class

in RuboCop::Cop::Style

BracesAroundHashParameters

class

in RuboCop::Cop::Style

CaseCorrector

class

in RuboCop::Cop::Style

CaseEquality

class

in RuboCop::Cop::Style

CaseIndentation

class

in RuboCop::Cop::Style

CharacterLiteral

class

in RuboCop::Cop::Style

ClassAndModuleCamelCase

class

in RuboCop::Cop::Style

ClassAndModuleChildren

class

in RuboCop::Cop::Style

ClassCheck

class

in RuboCop::Cop::Style

ClassMethods

class

in RuboCop::Cop::Style

ClassVars

class

in RuboCop::Cop::Style

ClosingParenthesisIndentation

class

in RuboCop::Cop::Style

CollectionMethods

class

in RuboCop::Cop::Style

ColonMethodCall

class

in RuboCop::Cop::Style

CommandLiteral

class

in RuboCop::Cop::Style

CommentAnnotation

class

in RuboCop::Cop::Style

CommentIndentation

class

in RuboCop::Cop::Style

ConditionalAssignment

class

in RuboCop::Cop::Style

ConstantName

class

in RuboCop::Cop::Style

Copyright

class

in RuboCop::Cop::Style

DefWithParentheses

class

in RuboCop::Cop::Style

DeprecatedHashMethods

class

in RuboCop::Cop::Style

Documentation

class

in RuboCop::Cop::Style

DotPosition

class

in RuboCop::Cop::Style

DoubleNegation

class

in RuboCop::Cop::Style

EachWithObject

class

in RuboCop::Cop::Style

ElseAlignment

class

in RuboCop::Cop::Style

EmptyElse

class

in RuboCop::Cop::Style

EmptyLineBetweenDefs

class

in RuboCop::Cop::Style

EmptyLines

class

in RuboCop::Cop::Style

EmptyLinesAroundAccessModifier

class

in RuboCop::Cop::Style

EmptyLinesAroundBlockBody

class

in RuboCop::Cop::Style

EmptyLinesAroundClassBody

class

in RuboCop::Cop::Style

EmptyLinesAroundMethodBody

class

in RuboCop::Cop::Style

EmptyLinesAroundModuleBody

class

in RuboCop::Cop::Style

EmptyLiteral

class

in RuboCop::Cop::Style

Encoding

class

in RuboCop::Cop::Style

EndBlock

class

in RuboCop::Cop::Style

EndOfLine

class

in RuboCop::Cop::Style

EvenOdd

class

in RuboCop::Cop::Style

ExtraSpacing

class

in RuboCop::Cop::Style

FileName

class

in RuboCop::Cop::Style

FirstArrayElementLineBreak

class

in RuboCop::Cop::Style

FirstHashElementLineBreak

class

in RuboCop::Cop::Style

FirstMethodArgumentLineBreak

class

in RuboCop::Cop::Style

FirstMethodParameterLineBreak

class

in RuboCop::Cop::Style

FirstParameterIndentation

class

in RuboCop::Cop::Style

FlipFlop

class

in RuboCop::Cop::Style

For

class

in RuboCop::Cop::Style

FormatString

class

in RuboCop::Cop::Style

FrozenStringLiteralComment

class

in RuboCop::Cop::Style

GlobalVars

class

in RuboCop::Cop::Style

GuardClause

class

in RuboCop::Cop::Style

HashSyntax

class

in RuboCop::Cop::Style

IdenticalConditionalBranches

class

in RuboCop::Cop::Style

IfCorrector

class

in RuboCop::Cop::Style

IfInsideElse

class

in RuboCop::Cop::Style

IfUnlessModifier

class

in RuboCop::Cop::Style

IfWithSemicolon

class

in RuboCop::Cop::Style

IndentArray

class

in RuboCop::Cop::Style

IndentAssignment

class

in RuboCop::Cop::Style

IndentHash

class

in RuboCop::Cop::Style

IndentationConsistency

class

in RuboCop::Cop::Style

IndentationWidth

class

in RuboCop::Cop::Style

InfiniteLoop

class

in RuboCop::Cop::Style

InitialIndentation

class

in RuboCop::Cop::Style

InlineComment

class

in RuboCop::Cop::Style

Lambda

class

in RuboCop::Cop::Style

LambdaCall

class

in RuboCop::Cop::Style

LeadingCommentSpace

class

in RuboCop::Cop::Style

LineEndConcatenation

class

in RuboCop::Cop::Style

MethodCallParentheses

class

in RuboCop::Cop::Style

MethodCalledOnDoEndBlock

class

in RuboCop::Cop::Style

MethodDefParentheses

class

in RuboCop::Cop::Style

MethodName

class

in RuboCop::Cop::Style

MissingElse

class

in RuboCop::Cop::Style

ModuleFunction

class

in RuboCop::Cop::Style

MultilineArrayBraceLayout

class

in RuboCop::Cop::Style

MultilineAssignmentLayout

class

in RuboCop::Cop::Style

MultilineBlockChain

class

in RuboCop::Cop::Style

MultilineBlockLayout

class

in RuboCop::Cop::Style

MultilineHashBraceLayout

class

in RuboCop::Cop::Style

MultilineIfThen

class

in RuboCop::Cop::Style

MultilineMethodCallBraceLayout

class

in RuboCop::Cop::Style

MultilineMethodCallIndentation

class

in RuboCop::Cop::Style

MultilineMethodDefinitionBraceLayout

class

in RuboCop::Cop::Style

MultilineOperationIndentation

class

in RuboCop::Cop::Style

MultilineTernaryOperator

class

in RuboCop::Cop::Style

MutableConstant

class

in RuboCop::Cop::Style

NegatedIf

class

in RuboCop::Cop::Style

NegatedWhile

class

in RuboCop::Cop::Style

NestedModifier

class

in RuboCop::Cop::Style

NestedParenthesizedCalls

class

in RuboCop::Cop::Style

NestedTernaryOperator

class

in RuboCop::Cop::Style

Next

class

in RuboCop::Cop::Style

NilComparison

class

in RuboCop::Cop::Style

NonNilCheck

class

in RuboCop::Cop::Style

Not

class

in RuboCop::Cop::Style

NumericLiterals

class

in RuboCop::Cop::Style

OneLineConditional

class

in RuboCop::Cop::Style

OpMethod

class

in RuboCop::Cop::Style

OptionHash

class

in RuboCop::Cop::Style

OptionalArguments

class

in RuboCop::Cop::Style

ParallelAssignment

class

in RuboCop::Cop::Style

ParenthesesAroundCondition

class

in RuboCop::Cop::Style

PercentLiteralDelimiters

class

in RuboCop::Cop::Style

PercentQLiterals

class

in RuboCop::Cop::Style

PerlBackrefs

class

in RuboCop::Cop::Style

PredicateName

class

in RuboCop::Cop::Style

Proc

class

in RuboCop::Cop::Style

RaiseArgs

class

in RuboCop::Cop::Style

RedundantBegin

class

in RuboCop::Cop::Style

RedundantException

class

in RuboCop::Cop::Style

RedundantFreeze

class

in RuboCop::Cop::Style

RedundantParentheses

class

in RuboCop::Cop::Style

RedundantReturn

class

in RuboCop::Cop::Style

RedundantSelf

class

in RuboCop::Cop::Style

RegexpLiteral

class

in RuboCop::Cop::Style

RescueEnsureAlignment

class

in RuboCop::Cop::Style

RescueModifier

class

in RuboCop::Cop::Style

SelfAssignment

class

in RuboCop::Cop::Style

Semicolon

class

in RuboCop::Cop::Style

Send

class

in RuboCop::Cop::Style

SignalException

class

in RuboCop::Cop::Style

SingleLineBlockParams

class

in RuboCop::Cop::Style

SingleLineMethods

class

in RuboCop::Cop::Style

SpaceAfterColon

class

in RuboCop::Cop::Style

SpaceAfterComma

class

in RuboCop::Cop::Style

SpaceAfterMethodName

class

in RuboCop::Cop::Style

SpaceAfterNot

class

in RuboCop::Cop::Style

SpaceAfterSemicolon

class

in RuboCop::Cop::Style

SpaceAroundBlockParameters

class

in RuboCop::Cop::Style

SpaceAroundEqualsInParameterDefault

class

in RuboCop::Cop::Style

SpaceAroundKeyword

class

in RuboCop::Cop::Style

SpaceAroundOperators

class

in RuboCop::Cop::Style

SpaceBeforeBlockBraces

class

in RuboCop::Cop::Style

SpaceBeforeComma

class

in RuboCop::Cop::Style

SpaceBeforeComment

class

in RuboCop::Cop::Style

SpaceBeforeFirstArg

class

in RuboCop::Cop::Style

SpaceBeforeSemicolon

class

in RuboCop::Cop::Style

SpaceInsideBlockBraces

class

in RuboCop::Cop::Style

SpaceInsideBrackets

class

in RuboCop::Cop::Style

SpaceInsideHashLiteralBraces

class

in RuboCop::Cop::Style

SpaceInsideParens

class

in RuboCop::Cop::Style

SpaceInsideRangeLiteral

class

in RuboCop::Cop::Style

SpaceInsideStringInterpolation

class

in RuboCop::Cop::Style

SpecialGlobalVars

class

in RuboCop::Cop::Style

StabbyLambdaParentheses

class

in RuboCop::Cop::Style

StringLiterals

class

in RuboCop::Cop::Style

StringLiteralsInInterpolation

class

in RuboCop::Cop::Style

StringMethods

class

in RuboCop::Cop::Style

StructInheritance

class

in RuboCop::Cop::Style

SymbolArray

class

in RuboCop::Cop::Style

SymbolLiteral

class

in RuboCop::Cop::Style

SymbolProc

class

in RuboCop::Cop::Style

Tab

class

in RuboCop::Cop::Style

TernaryCorrector

class

in RuboCop::Cop::Style

TrailingBlankLines

class

in RuboCop::Cop::Style

TrailingCommaInArguments

class

in RuboCop::Cop::Style

TrailingCommaInLiteral

class

in RuboCop::Cop::Style

TrailingUnderscoreVariable

class

in RuboCop::Cop::Style

TrailingWhitespace

class

in RuboCop::Cop::Style

TrivialAccessors

class

in RuboCop::Cop::Style

UnlessCorrector

class

in RuboCop::Cop::Style

UnlessElse

class

in RuboCop::Cop::Style

UnneededCapitalW

class

in RuboCop::Cop::Style

UnneededInterpolation

class

in RuboCop::Cop::Style

UnneededPercentQ

class

in RuboCop::Cop::Style

VariableInterpolation

class

in RuboCop::Cop::Style

VariableName

class

in RuboCop::Cop::Style

WhenThen

class

in RuboCop::Cop::Style

WhileUntilDo

class

in RuboCop::Cop::Style

WhileUntilModifier

class

in RuboCop::Cop::Style

WordArray

class

in RuboCop::Cop::Style

ZeroLengthPredicate

class

in RuboCop::Cop::Style