Sha256: b9b3dcd3eabd027435ed1728e8a646db1a5caf3ae9bf511ec5bcd1a2ce1f1306

Contents?: true

Size: 533 Bytes

Versions: 3

Compression:

Stored size: 533 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.1.0
  DisplayCopNames: true
  DisplayStyleGuide: true
  NewCops: enable

  Exclude:
    - 'bin/*'

Metrics/LineLength:
  Max: 100

Metrics/MethodLength:
  Max: 20

Metrics/ClassLength:
  Max: 200

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*_spec.rb'
    - 'spec/factories/*.rb'
    - '*.gemspec'

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/PerceivedComplexity:
  Max: 10

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Metrics/AbcSize:
  Max: 40

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wordmove-6.0.0.alpha.8 .rubocop.yml
wordmove-6.0.0.alpha.7 .rubocop.yml
wordmove-6.0.0.alpha.6 .rubocop.yml