Sha256: 335537cf315eee29f81a72c58d3636e404c37058df140de2f05ccc637c5fc2e8

Contents?: true

Size: 533 Bytes

Versions: 5

Compression:

Stored size: 533 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7.1
  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

5 entries across 5 versions & 1 rubygems

Version Path
wordmove-6.0.0.alpha.5 .rubocop.yml
wordmove-6.0.0.alpha.4 .rubocop.yml
wordmove-6.0.0.alpha.3 .rubocop.yml
wordmove-6.0.0.alpha.2 .rubocop.yml
wordmove-6.0.0.alpha.1 .rubocop.yml