Sha256: 490cce4700353854b7d698d873c5b2937b06f2095e2db1762d2210762010ac36

Contents?: true

Size: 474 Bytes

Versions: 3

Compression:

Stored size: 474 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - activerecord-shard_for.gemspec
    - Guardfile
    - lib/activerecord/tasks/activerecord_shard_for.rake
  DisplayCopNames: true

Style/FrozenStringLiteralComment:
  Enabled: false

Style/Documentation:
  Enabled: false

Metrics/LineLength:
  Max: 128

Style/EmptyCaseCondition:
  Enabled: false

Metrics/MethodLength:
  Max: 15

Style/ParallelAssignment:
  Enabled: false

Style/Alias:
  EnforcedStyle: prefer_alias_method

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activerecord-shard_for-0.1.2 .rubocop.yml
activerecord-shard_for-0.1.1 .rubocop.yml
activerecord-shard_for-0.1.0 .rubocop.yml