Sha256: 79b18325262348b6633513309e0990931b1c1e71cf19bf5ef2ae22f91d538d2d

Contents?: true

Size: 641 Bytes

Versions: 7

Compression:

Stored size: 641 Bytes

Contents

Rails:
  Enabled: false

Rails/Output:
  Enabled: false

AllCops:
  TargetRubyVersion: 2.2
  DisplayCopNames: true
  DisplayStyleGuide: true

  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/StringLiterals:
  Enabled: false
  EnforcedStyle: double_quotes

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Metrics/AbcSize:
  Max: 40

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wordmove-2.2.1 .rubocop.yml
wordmove-2.2.0 .rubocop.yml
wordmove-2.1.4 .rubocop.yml
wordmove-2.1.3 .rubocop.yml
wordmove-2.1.2 .rubocop.yml
wordmove-2.1.1 .rubocop.yml
wordmove-2.1.0 .rubocop.yml