Sha256: 27e0a8b5c030528daa0758ece9ccb89a955ae243bf127e186c577b1654a06043

Contents?: true

Size: 329 Bytes

Versions: 1

Compression:

Stored size: 329 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
url_regexp-0.1.2 .rubocop.yml