Sha256: 7b4c50c4a978767d1bfe5fa41996ad641712f004baf8d35dbd1d8ac51557725e

Contents?: true

Size: 554 Bytes

Versions: 11

Compression:

Stored size: 554 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6

Layout/LineLength:
  Max: 130

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Naming/MemoizedInstanceVariableName:
  Enabled: false

Metrics/MethodLength:
  Max: 60

# FIXME
Metrics/AbcSize:
  Max: 50

Metrics/PerceivedComplexity:
  Max: 30

Metrics/CyclomaticComplexity:
  Max: 20

Metrics/ParameterLists:
  Max: 7

Metrics/ClassLength:
  Max: 150

Lint/UselessAssignment:
  Enabled: false

Style/ZeroLengthPredicate:
  Enabled: false

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fitting-4.2.1 .rubocop.yml
fitting-4.2.0 .rubocop.yml
fitting-4.1.0 .rubocop.yml
fitting-4.0.4 .rubocop.yml
fitting-4.0.3 .rubocop.yml
fitting-4.0.2 .rubocop.yml
fitting-4.0.1 .rubocop.yml
fitting-4.0.0 .rubocop.yml
fitting-3.0.2 .rubocop.yml
fitting-3.0.1 .rubocop.yml
fitting-3.0.0 .rubocop.yml