Sha256: 6ae40d0ec4788e939b5822c37ec9ce98e0551f222409ea95283b439fe499a511

Contents?: true

Size: 1.17 KB

Versions: 9

Compression:

Stored size: 1.17 KB

Contents

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

Lint/AmbiguousRegexpLiteral:
  Exclude:
    - 'features/**/*_steps.rb'
    - 'test/**/*_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:
    - 'test/test_deleted_source.rb'
    - 'test/test_return_codes.rb'

Style/StringLiterals:
  EnforcedStyle: double_quotes

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

Style/TrailingComma:
  EnforcedStyleForMultiline: 'comma'

Version data entries

9 entries across 9 versions & 4 rubygems

Version Path
suzuko-0.1.8 vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/.rubocop.yml
suzuko-0.1.7 vendor/bundle/ruby/2.0.0/gems/simplecov-0.10.0/.rubocop.yml
mastermind_adeybee-0.1.4 vendor/bundle/ruby/2.2.0/gems/simplecov-0.10.0/.rubocop.yml
mastermind_adeybee-0.1.3 vendor/bundle/ruby/2.2.0/gems/simplecov-0.10.0/.rubocop.yml
mastermind_adeybee-0.1.2 vendor/bundle/ruby/2.2.0/gems/simplecov-0.10.0/.rubocop.yml
mastermind_adeybee-0.1.1 vendor/bundle/ruby/2.2.0/gems/simplecov-0.10.0/.rubocop.yml
vagrant-cloudstack-1.2.0 vendor/bundle/gems/simplecov-0.10.0/.rubocop.yml
vagrant-cloudstack-1.1.0 vendor/bundle/gems/simplecov-0.10.0/.rubocop.yml
simplecov-0.10.0 .rubocop.yml