Sha256: 111f8c5cb3f4dd352335694cb419683cd253f929e8153b78297f9046180aa951

Contents?: true

Size: 529 Bytes

Versions: 8

Compression:

Stored size: 529 Bytes

Contents

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

Lint/SafeNavigationChain:
    Enabled: false

Metrics/LineLength:
  Max: 120

Metrics/ClassLength:
  Max: 150

Metrics/ModuleLength:
  Max: 150

Metrics/MethodLength:
  Max: 15

Metrics/AbcSize:
  Max: 20

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

8 entries across 8 versions & 1 rubygems

Version Path
dockerize_rails-1.1.0.beta.1 .rubocop.yml
dockerize_rails-1.0.4.beta.1 .rubocop.yml
dockerize_rails-1.0.3.beta.6 .rubocop.yml
dockerize_rails-1.0.3.beta.5 .rubocop.yml
dockerize_rails-1.0.3.beta.4 .rubocop.yml
dockerize_rails-1.0.3.beta.3 .rubocop.yml
dockerize_rails-1.0.3.beta.2 .rubocop.yml
dockerize_rails-1.0.3.beta.1 .rubocop.yml