Sha256: c86c0ecb29e57de56d2a2befc1ca5ff99ca8d242769fd315043b445b1f5a2217

Contents?: true

Size: 369 Bytes

Versions: 5

Compression:

Stored size: 369 Bytes

Contents

# Metrics
AllCops:
  TargetRubyVersion: 2.4

Layout/AlignHash:
  Include:
    - 'lib/**/*.rb'
Metrics/AbcSize:
  Enabled: false
Metrics/ClassLength:
  Max: 200
Metrics/CyclomaticComplexity:
  Enabled: false
Metrics/LineLength:
  Include:
    - 'lib/**/*.rb'
Metrics/MethodLength:
  Max: 25
Metrics/PerceivedComplexity:
  Max: 10
Style/RedundantReturn:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rabid-0.0.5 .rubocop.yml
rabid-0.0.4 .rubocop.yml
rabid-0.0.3 .rubocop.yml
rabid-0.0.2 .rubocop.yml
rabid-0.0.1 .rubocop.yml