Sha256: 14826181bb2d2d86084157026570a1724ee8aa86beecc46a97d7788d48ab36c1

Contents?: true

Size: 622 Bytes

Versions: 6

Compression:

Stored size: 622 Bytes

Contents

AllCops:
  Exclude:
    - 'bin/**/*'
    - 'spec/**/*'
    - 'vendor/**/*'

Lint/SafeNavigationChain:
  Enabled: true

Metrics/LineLength:
  Max: 120

Metrics/ClassLength:
  Max: 150

Metrics/ModuleLength:
  Max: 150

Metrics/MethodLength:
  Max: 30

Metrics/AbcSize:
  Enabled: false
  Max: 20

Metrics/PerceivedComplexity:
  Max: 15

Style/CyclomaticComplexity:
  Max: 15

Style/BlockComments:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/ExtraSpacing:
  AllowForAlignment: true

Style/FrozenStringLiteralComment:
  Enabled: false

Style/NumericLiterals:
  Enabled: false

Style/Next:
  Enabled: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dockerize_rails-1.2.2 .rubocop.yml
dockerize_rails-1.2.1.beta.6 .rubocop.yml
dockerize_rails-1.2.1.beta.5 .rubocop.yml
dockerize_rails-1.2.1.beta.4 .rubocop.yml
dockerize_rails-1.2.1.beta.3 .rubocop.yml
dockerize_rails-1.2.1.beta.2 .rubocop.yml