Sha256: f3eba3932ec98e35801d674611aecd4833803a226edb02a455973dfb008e069a

Contents?: true

Size: 396 Bytes

Versions: 3

Compression:

Stored size: 396 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rake

AllCops:
  NewCops: enable

Layout/LineLength:
  Max: 120

Metrics/AbcSize:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Style/Documentation:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fakeimage-0.9.2 .rubocop.yml
fakeimage-0.9.1 .rubocop.yml
fakeimage-0.9 .rubocop.yml