Sha256: 25448fe00d3115251774f604a86792bc785e21698ccd6e1ce4e44f2f0129cbc7

Contents?: true

Size: 771 Bytes

Versions: 3

Compression:

Stored size: 771 Bytes

Contents

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - 'spec/coveralls/fixtures/**/*'
    - 'vendor/bundle/**/*'

Layout/AlignHash:
  EnforcedColonStyle: table
  EnforcedHashRocketStyle: table

Metrics/AbcSize:
  Max: 39.29

Metrics/CyclomaticComplexity:
  Max: 19

Metrics/PerceivedComplexity:
  Max: 20

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

Metrics/LineLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/ModuleLength:
  Exclude:
    - 'lib/coveralls/configuration.rb'
    - 'spec/**/*'

RSpec/ExampleLength:
  Max: 8

RSpec/MultipleExpectations:
  Enabled: false

RSpec/NamedSubject:
  Enabled: false

RSpec/NestedGroups:
  Max: 4

Style/Documentation:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
coveralls_reborn-0.13.2 .rubocop.yml
coveralls_reborn-0.13.1 .rubocop.yml
coveralls_reborn-0.13.0 .rubocop.yml