Sha256: 41c10f667d5d01f887bf366b5ee3186046611c3bb9ca49825d7030ded7f04ce4

Contents?: true

Size: 494 Bytes

Versions: 5

Compression:

Stored size: 494 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - activerecord-shard_for.gemspec
    - Guardfile
    - lib/activerecord/tasks/activerecord_shard_for.rake
    - gemfiles/**/*
  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

5 entries across 5 versions & 1 rubygems

Version Path
activerecord-shard_for-0.4.1 .rubocop.yml
activerecord-shard_for-0.4.0 .rubocop.yml
activerecord-shard_for-0.3.0 .rubocop.yml
activerecord-shard_for-0.2.1 .rubocop.yml
activerecord-shard_for-0.2.0 .rubocop.yml