Sha256: b1f96458ee883d5e9f2e34154cef5312a676548eb335a80441165e9716034d76

Contents?: true

Size: 577 Bytes

Versions: 2

Compression:

Stored size: 577 Bytes

Contents

inherit_from: .rubocop_todo.yml

# This probably rather should be EnforcedStyle: brackets
Style/WordArray:
  Enabled: false

#################### Metrics ###############################

Metrics/AbcSize:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Metrics/ClassLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/LineLength:
  Max: 160

# TODO: Down it to 30, 3 times more than Rubocop default
Metrics/MethodLength:
  Max: 35
  Exclude:
    - 'spec/unit/support/webmocks.rb'

Metrics/PerceivedComplexity:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
trollolo-0.3.1 .rubocop.yml
trollolo-0.3.0 .rubocop.yml