Sha256: 67266833652780af757ed67898e48c971015ec9426cc273ca19e48c20b2cce70

Contents?: true

Size: 1.46 KB

Versions: 2

Compression:

Stored size: 1.46 KB

Contents

AllCops:
  TargetRubyVersion: 2.1

Naming/PredicateName:
  Enabled: false

Layout/IndentHash:
  EnforcedStyle: consistent

Layout/AlignHash:
  EnforcedLastArgumentHashStyle: ignore_implicit

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Layout/IndentArray:
  EnforcedStyle: consistent

Style/SymbolArray:
  EnforcedStyle: brackets

Style/WordArray:
  EnforcedStyle: brackets

Layout/SpaceInsideHashLiteralBraces:
  Enabled: true
  EnforcedStyle: no_space

Style/IfUnlessModifier:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/Lambda:
  Enabled: false

Layout/MultilineOperationIndentation:
  EnforcedStyle: indented

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Layout/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Layout/EmptyLineBetweenDefs:
  NumberOfEmptyLines: 2

Layout/EmptyLines:
  Enabled: false

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: comma

Metrics/ParameterLists:
  Max: 5

Metrics/BlockLength:
  Max: 50

Metrics/MethodLength:
  Max: 50

Metrics/ClassLength:
  Max: 200

Metrics/ModuleLength:
  Max: 200

Metrics/CyclomaticComplexity:
  Max: 30

Metrics/PerceivedComplexity:
  Max: 30

Metrics/AbcSize:
  Max: 30

Metrics/LineLength:
  Max: 100

Style/AccessModifierDeclarations:
  EnforcedStyle: inline

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
payu-latam-rails-1.0.3 .rubocop.yml
payu-latam-rails-1.0.2 .rubocop.yml