Sha256: 243723bcac9ddc21014b80d6dbdcece503471d7df2c7a09eafcce357eab7c7cb

Contents?: true

Size: 934 Bytes

Versions: 3

Compression:

Stored size: 934 Bytes

Contents

require: rubocop-rspec

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.1
  Exclude:
    - 'spec/coveralls/fixtures/**/*'
    - 'vendor/bundle/**/*'

Lint/HandleExceptions:
  Enabled: false

Metrics/AbcSize:
  Max: 37

Metrics/CyclomaticComplexity:
  Max: 18

Metrics/PerceivedComplexity:
  Max: 19

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

Metrics/LineLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

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

Naming/AccessorMethodName:
  Exclude:
    - 'lib/coveralls/configuration.rb'

RSpec/ExampleLength:
  Max: 8

RSpec/MultipleExpectations:
  Enabled: false

RSpec/NamedSubject:
  Enabled: false

RSpec/NestedGroups:
  Max: 4

Style/Documentation:
  Enabled: false

# TODO: Remove when targeting Ruby 2.3 because it is already enabled.
Style/FrozenStringLiteralComment:
  Enabled: true
  EnforcedStyle: always

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
coveralls_reborn-0.11.1 .rubocop.yml
coveralls_reborn-0.11.0 .rubocop.yml
coveralls_reborn-0.10.0 .rubocop.yml