Sha256: 8af834e9ffced7a248f1f3112d798b7e84d9c475c9b845eb2f4bf59217e14c52

Contents?: true

Size: 899 Bytes

Versions: 3

Compression:

Stored size: 899 Bytes

Contents

require: rubocop-rspec
AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - 'bin/**/*'
    - 'tmp/**/*'
    - "vendor/**/*"
Metrics/AbcSize:
  Max: 40
Metrics/LineLength:
  Max: 125
  AllowURI: true
  URISchemes:
    - http
    - https
Metrics/MethodLength:
  Max: 20
Metrics/CyclomaticComplexity:
  Max: 10
Metrics/PerceivedComplexity:
  Max: 10
Metrics/BlockLength:
  Enabled: false
Documentation:
  Enabled: false
Style/SignalException:
  EnforcedStyle: only_raise
Layout/IndentHash:
  EnforcedStyle: consistent
Layout/IndentArray:
  EnforcedStyle: consistent
Layout/EndAlignment:
  EnforcedStyleAlignWith: variable
Lint/InheritException:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false
RSpec/AnyInstance:
  Enabled: false
RSpec/NestedGroups:
  Max: 4
RSpec/ContextWording:
  Prefixes:
    - when
    - with
    - without
    - for
    - as
RSpec/MultipleExpectations:
  Max: 2

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
acts_as_hashids-0.1.9 .rubocop.yml
acts_as_hashids-0.1.8 .rubocop.yml
acts_as_hashids-0.1.6 .rubocop.yml