Sha256: 5108be2818e26db82cd2e38cd08a8aaa5d384212fb54d7ae3f2aa13e5f586e8f

Contents?: true

Size: 573 Bytes

Versions: 1

Compression:

Stored size: 573 Bytes

Contents

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

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activerecord-shard_for-0.6.0 .rubocop.yml