Sha256: 2a06aa4c546e683d3fab37c00d617e54a1e5dfac67051c17cf9dc9bad0ae781a

Contents?: true

Size: 726 Bytes

Versions: 5

Compression:

Stored size: 726 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.0

  DisabledByDefault: true

  Exclude:
    - "docs/**/*"

Layout/EmptyLineAfterMagicComment:
  Enabled: true

Layout/EmptyLineBetweenDefs:
  Enabled: true

Layout/EmptyLines:
  Enabled: true

Layout/FirstArrayElementIndentation:
  EnforcedStyle: consistent

Layout/SpaceAfterComma:
  Enabled: true

Layout/SpaceInsideBlockBraces:
  Enabled: true

Layout/SpaceInsideHashLiteralBraces:
  Enabled: true

Layout/SpaceInsideParens:
  Enabled: true

Layout/TrailingEmptyLines:
  Enabled: true

Style/HashSyntax:
  Enabled: true

Style/RedundantFileExtensionInRequire:
  Enabled: true

Style/RedundantReturn:
  Enabled: true

Style/SelfAssignment:
  Enabled: true

Style/Semicolon:
  Enabled: true

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ransack-4.3.0 .rubocop.yml
ransack-4.2.1 .rubocop.yml
ransack-4.2.0 .rubocop.yml
ransack-4.1.1 .rubocop.yml
ransack-4.1.0 .rubocop.yml