Sha256: 412bc7bc3586a160657c064861099e53755add51b79a1aedcf1980f1aa8c1909

Contents?: true

Size: 421 Bytes

Versions: 11

Compression:

Stored size: 421 Bytes

Contents

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

11 entries across 11 versions & 1 rubygems

Version Path
external_services-0.5.2 .rubocop.yml
external_services-0.5.1 .rubocop.yml
external_services-0.5.0 .rubocop.yml
external_services-0.4.4 .rubocop.yml
external_services-0.4.3 .rubocop.yml
external_services-0.4.2 .rubocop.yml
external_services-0.4.1 .rubocop.yml
external_services-0.4.0 .rubocop.yml
external_services-0.3.1 .rubocop.yml
external_services-0.3.0 .rubocop.yml
external_services-0.2.4 .rubocop.yml