Sha256: 8446ff2e8b7bd27f45681e5ddc018a6fa4e433ddb9c6ef4d8b0687ba3b2f5d5e

Contents?: true

Size: 388 Bytes

Versions: 2

Compression:

Stored size: 388 Bytes

Contents

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

Metrics/LineLength:
  Max: 120

Metrics/MethodLength:
  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

2 entries across 2 versions & 1 rubygems

Version Path
model_2_factory-rails-0.0.2 .rubocop.yml
model_2_factory-rails-0.0.1 .rubocop.yml