Sha256: 0463727f791f77220ce46945aadca418bca65d6d5dd8bd3a6940dd598918d0e3

Contents?: true

Size: 479 Bytes

Versions: 3

Compression:

Stored size: 479 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3

Metrics/LineLength:
  Max: 100

# Dumb, but also brand new.
Style/NumericPredicate:
  Enabled: false

# Stop rubocop from complaining about large `describe` blocks.
Metrics/BlockLength:
  Exclude:
    - spec/**/*_spec.rb

# Lower severity of complexity metrics.
Metrics/AbcSize:
  Severity: refactor
Metrics/CyclomaticComplexity:
  Severity: refactor
Metrics/PerceivedComplexity:
  Severity: refactor
Metrics/MethodLength:
  Severity: refactor

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lazy_lazer-0.4.0 .rubocop.yml
lazy_lazer-0.3.1 .rubocop.yml
lazy_lazer-0.3.0 .rubocop.yml