Sha256: 191fba2ff1ca25e78ee263be71123a2d8dd9b60f8f81cd88739063cd80a5bbeb

Contents?: true

Size: 360 Bytes

Versions: 1

Compression:

Stored size: 360 Bytes

Contents

require: rubocop-rspec
AllCops:
  Include:
    - 'lib/**/*'
    - 'spec/**/*'
Metrics/AbcSize:
  Max: 40
Metrics/LineLength:
  Max: 99
Metrics/CyclomaticComplexity:
  Max: 20
Metrics/PerceivedComplexity:
  Max: 20
Metrics/MethodLength:
  Max: 30
Metrics/BlockNesting:
  Max: 4
Documentation:
  Enabled: false
Style/SignalException:
  EnforcedStyle: only_raise

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
url_regexp-0.1.3 .rubocop.yml