Sha256: 4e0aa4f4a4a9cfd2de84f869b6730d9428a5ce5f3114efa44044796e1ae81acb

Contents?: true

Size: 1.16 KB

Versions: 1

Compression:

Stored size: 1.16 KB

Contents

require: rubocop-rspec
AllCops:
  TargetRubyVersion: 2.7
  Exclude:
    - 'bin/**/*'
    - 'tmp/**/*'
    - "vendor/**/*"
Metrics/AbcSize:
  Max: 40
Metrics/MethodLength:
  Max: 20
Metrics/CyclomaticComplexity:
  Max: 10
Metrics/PerceivedComplexity:
  Max: 10
Metrics/BlockLength:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/SignalException:
  EnforcedStyle: only_raise
Layout/LineLength:
  Max: 125
  AllowURI: true
  URISchemes:
    - http
    - https
Layout/FirstHashElementIndentation:
  EnforcedStyle: consistent
Layout/FirstArrayElementIndentation:
  EnforcedStyle: consistent
Layout/EndAlignment:
  EnforcedStyleAlignWith: variable
Lint/InheritException:
  Enabled: false
Lint/SendWithMixinArgument:
  Enabled: false
Lint/RaiseException:
  Enabled: false
Lint/StructNewOverride:
  Enabled: false
Style/HashEachMethods:
  Enabled: false
Style/HashTransformKeys:
  Enabled: false
Style/HashTransformValues:
  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

1 entries across 1 versions & 1 rubygems

Version Path
acts_as_hashids-0.2.0 .rubocop.yml