Sha256: 7e03dd3ad6ad2c409ef010b48935e81472d5839b240960dc3c65ccbbdfe92f37

Contents?: true

Size: 649 Bytes

Versions: 1

Compression:

Stored size: 649 Bytes

Contents

require: rubocop-rspec
AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - 'bin/**/*'
    - 'tmp/**/*'
    - "vendor/**/*"
Metrics/AbcSize:
  Max: 40
Metrics/LineLength:
  Max: 120
  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

1 entries across 1 versions & 1 rubygems

Version Path
acts_as_hashids-0.1.0 .rubocop.yml