Sha256: 9c7051de293fc07c4fac7ee8534f39a3068357d0e20144654f1a80428b83b5ee

Contents?: true

Size: 1.25 KB

Versions: 10

Compression:

Stored size: 1.25 KB

Contents

AllCops:
  Exclude:
    - 'spec/fixtures/iso-8859.rb'
    - 'tmp/**/*'
    - 'vendor/bundle/**/*'

Lint/AmbiguousRegexpLiteral:
  Exclude:
    - 'features/**/*_steps.rb'
    - 'spec/**/*_steps.rb'
    - 'tmp/**/*_steps.rb'

Metrics/AbcSize:
  Max: 25 # TODO: Lower to 15

Metrics/BlockNesting:
  Max: 2

Metrics/LineLength:
  AllowURI: true
  Enabled: false

Metrics/MethodLength:
  CountComments: false
  Max: 12 # TODO: Lower to 10

Metrics/ParameterLists:
  Max: 4
  CountKeywordArgs: true

Style/AccessModifierIndentation:
  EnforcedStyle: outdent

Style/CollectionMethods:
  PreferredMethods:
    map:      'collect'
    reduce:   'inject'
    find:     'detect'
    find_all: 'select'

Style/Documentation:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/RegexpLiteral:
  Enabled: false

Style/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Style/SpecialGlobalVars:
  Exclude:
    - 'spec/deleted_source_spec.rb'
    - 'spec/return_codes_spec.rb'
    - 'lib/simplecov/defaults.rb'

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/FileName:
  Exclude:
    - 'spec/fixtures/utf-8.rb'

Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: comma

Style/GuardClause:
  Enabled: false

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
cvss-suite-1.0.8 vendor/cache/ruby/2.2.0/gems/simplecov-0.11.2/.rubocop.yml
cvss-suite-1.0.7 vendor/cache/ruby/2.2.0/gems/simplecov-0.11.2/.rubocop.yml
cvss-suite-1.0.6 vendor/cache/ruby/2.2.0/gems/simplecov-0.11.2/.rubocop.yml
cvss-suite-1.0.5 vendor/cache/ruby/2.2.0/gems/simplecov-0.11.2/.rubocop.yml
cvss-suite-1.0.4 vendor/cache/ruby/2.2.0/gems/simplecov-0.11.2/.rubocop.yml
cvss-suite-1.0.3 vendor/cache/ruby/2.2.0/gems/simplecov-0.11.2/.rubocop.yml
cvss-suite-1.0.2 vendor/cache/ruby/2.2.0/gems/simplecov-0.11.2/.rubocop.yml
cvss-suite-1.0.1 vendor/cache/ruby/2.2.0/gems/simplecov-0.11.2/.rubocop.yml
cvss-suite-1.0.0 vendor/cache/ruby/2.2.0/gems/simplecov-0.11.2/.rubocop.yml
simplecov-0.11.2 .rubocop.yml