Sha256: 3ed740474b60ba0d50a9c1a53a290bfd67505a211f6ff0e12a641da345fe3ac0

Contents?: true

Size: 1.19 KB

Versions: 3

Compression:

Stored size: 1.19 KB

Contents

inherit_from:
  - https://relaxed.ruby.style/rubocop.yml

Layout/EmptyLinesAroundAttributeAccessor:
  Enabled: true
Layout/SpaceAroundMethodCallOperator:
  Enabled: true
Lint/DeprecatedOpenSSLConstant:
  Enabled: true
Lint/MixedRegexpCaptureTypes:
  Enabled: true
Lint/RaiseException:
  Enabled: true
Lint/StructNewOverride:
  Enabled: true
Style/AccessorGrouping:
  Enabled: true
Style/BisectedAttrAccessor:
  Enabled: true
Style/ExponentialNotation:
  Enabled: true
Style/HashEachMethods:
  Enabled: true
Style/HashTransformKeys:
  Enabled: true
Style/HashTransformValues:
  Enabled: true
Style/RedundantAssignment:
  Enabled: true
Style/RedundantFetchBlock:
  Enabled: true
Style/RedundantRegexpCharacterClass:
  Enabled: true
Style/RedundantRegexpEscape:
  Enabled: true
Style/SlicingWithRange:
  Enabled: true

# Disable this cop until this isssue gets a clear answer:
# https://github.com/rubocop/rubocop/issues/10675
Gemspec/DeprecatedAttributeAssignment:
  Enabled: false

AllCops:
  TargetRubyVersion: 2.5
  Exclude:
    - tmp/**/*
    - "vendor/**/*"
    # Generated binstubs
    - bin/rake
  NewCops: enable

Style/FrozenStringLiteralComment:
  Exclude:
    - "**/bin/*"
    - "**/exe/*"
    - "spec/**/*"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
solidus_dev_support-2.5.6 .rubocop.yml
solidus_dev_support-2.5.5 .rubocop.yml
solidus_dev_support-2.5.4 .rubocop.yml