Sha256: 8a799835ae8df597ce5c802d9e4ad43466f0ce5348244f152c98c161839d329c

Contents?: true

Size: 440 Bytes

Versions: 10

Compression:

Stored size: 440 Bytes

Contents

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 2.5.1

# Don't force top level comments in every class
Style/Documentation:
  Enabled: false

# A good line length is 100 chars
Layout/LineLength:
  Max: 100
  AllowURI: true

Metrics/BlockLength:
  Enabled: false

Metrics/ClassLength:
  Max: 300

Metrics/MethodLength:
  Max: 20

Metrics/AbcSize:
  Max: 30

RSpec/ExampleLength:
  Enabled: false

RSpec/MultipleExpectations:
  Max: 10

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
iwoca-1.1.3 .rubocop.yml
iwoca-1.1.2 .rubocop.yml
iwoca-1.1.1 .rubocop.yml
iwoca-1.1.0 .rubocop.yml
optimum-1.1.1 .rubocop.yml
iwoca-1.0.1 .rubocop.yml
optimum-1.1.0 .rubocop.yml
optimum-1.0.0 .rubocop.yml
iwoca-1.0.0 .rubocop.yml
iwoca-0.1.1 .rubocop.yml