Sha256: 83bc6f3c0335be2f545b9e4e09b84d24bc3d51a7d87eaa40eb3406cc079210fe

Contents?: true

Size: 485 Bytes

Versions: 1

Compression:

Stored size: 485 Bytes

Contents

inherit_from: .rubocop_todo.yml

#################### 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

1 entries across 1 versions & 1 rubygems

Version Path
trollolo-0.2.0 .rubocop.yml