Sha256: 4f470b5e6938fd020a3c59b3897882be974e0983a6c5bd15132ddf0727c5458c

Contents?: true

Size: 333 Bytes

Versions: 3

Compression:

Stored size: 333 Bytes

Contents

require:
  - rubocop-performance

AllCops:
  TargetRubyVersion: 2.4

Layout/AlignHash:
  EnforcedHashRocketStyle: table
  EnforcedColonStyle: table

Metrics/LineLength:
  Max: 120

Metrics/AbcSize:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Style/Documentation:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
acts_as_removable-3.1.1 .rubocop.yml
acts_as_removable-3.1.0 .rubocop.yml
acts_as_removable-3.0.1 .rubocop.yml