Sha256: aaca5e34517260d12ee7697303f781549b621fe9b3afdeccf2128ae3a8a1340d

Contents?: true

Size: 1.54 KB

Versions: 1

Compression:

Stored size: 1.54 KB

Contents

# This is the default configuration file with all checking enabled. It is also
# the configuration used to check the rubocop source code.

Encoding:
  Enabled: true

LineLength:
  Enabled: true
  Max: 79

Tab:
  Enabled: true

TrailingWhitespace:
  Enabled: true

Indentation:
  Enabled: true

EmptyLines:
  Enabled: true

SpaceAroundOperators:
  Enabled: true

SpaceAroundBraces:
  Enabled: true

SpaceInsideParens:
  Enabled: true

SpaceInsideBrackets:
  Enabled: true

SpaceAfterComma:
  Enabled: true

SpaceAfterSemicolon:
  Enabled: true

SpaceAfterColon:
  Enabled: true

HashSyntax:
  Enabled: true

EndOfLine:
  Enabled: true

NumericLiterals:
  Enabled: true

AlignParameters:
  Enabled: true

DefWithParentheses:
  Enabled: true

DefWithoutParentheses:
  Enabled: true

IfWithSemicolon:
  Enabled: true

MultilineIfThen:
  Enabled: true

OneLineConditional:
  Enabled: true

MultilineBlocks:
  Enabled: true

SingleLineBlocks:
  Enabled: true

ParameterLists:
  Enabled: true

StringLiterals:
  Enabled: true

MultilineTernaryOperator:
  Enabled: true

NestedTernaryOperator:
  Enabled: true

UnlessElse:
  Enabled: true

AmpersandsPipesVsAndOr:
  Enabled: true

WhenThen:
  Enabled: true

IfUnlessModifier:
  Enabled: true

WhileUntilModifier:
  Enabled: true

FavorUnlessOverNegatedIf:
  Enabled: true

FavorUntilOverNegatedWhile:
  Enabled: true

SpaceAroundEqualsInParameterDefault:
  Enabled: true

NewLambdaLiteral:
  Enabled: true

ParenthesesAroundCondition:
  Enabled: true

MethodAndVariableSnakeCase:
  Enabled: true

ClassAndModuleCamelCase:
  Enabled: true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-0.3.2 .rubocop.yml