Sha256: a671dbb1eb1195dcd6e30291b2da4c2e1b223b245d43cdd7d2fc860b1bfc024c

Contents?: true

Size: 649 Bytes

Versions: 5

Compression:

Stored size: 649 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
Documentation:
  Enabled: false
Style/SignalException:
  EnforcedStyle: only_raise
Style/IndentHash:
  EnforcedStyle: consistent
Style/IndentArray:
  EnforcedStyle: consistent
Lint/EndAlignment:
  AlignWith: variable
Style/FrozenStringLiteralComment:
  Enabled: false
RSpec/AnyInstance:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
acts_as_hashids-0.1.5 .rubocop.yml
acts_as_hashids-0.1.4 .rubocop.yml
acts_as_hashids-0.1.3 .rubocop.yml
acts_as_hashids-0.1.2 .rubocop.yml
acts_as_hashids-0.1.1 .rubocop.yml