Sha256: 0f121dfebe16a9a8edfbe8fdcfe524f88f4f09c3dafd0fcdb2eef39aa34831bc

Contents?: true

Size: 661 Bytes

Versions: 8

Compression:

Stored size: 661 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6

  DisabledByDefault: true

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/RedundantFileExtensionInRequire:
  Enabled: true

Style/RedundantReturn:
  Enabled: true

Style/SelfAssignment:
  Enabled: true

Style/Semicolon:
  Enabled: true

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ransack-3.2.1 .rubocop.yml
ransack-3.2.0 .rubocop.yml
ransack-3.1.0 .rubocop.yml
ransack-3.0.1 .rubocop.yml
ransack-3.0.0 .rubocop.yml
ransack-2.6.0 .rubocop.yml
ransack-2.5.0 .rubocop.yml
ransack-2.4.2 .rubocop.yml