Sha256: 0032615910f9f9ae5b4e8182ce3e6f3b963dfebab9357a22dcb9cc4d627986be

Contents?: true

Size: 421 Bytes

Versions: 1

Compression:

Stored size: 421 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7
  Exclude:
  - 'lib/generators/templates/**/*'
  - 'spec/dummy/**/*'

Metrics/LineLength:
  Max: 140

Metrics/AbcSize:
  Max: 25

Metrics/MethodLength:
  Max: 20

Metrics/ModuleLength:
  Max: 200

Metrics/ClassLength:
  Max: 300

Metrics/CyclomaticComplexity:
  Max: 8

Metrics/PerceivedComplexity:
  Max: 8


Style/Documentation:
  Enabled: false

Style/PredicateName:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
external_services-0.5.4 .rubocop.yml