Sha256: afb727d2f0692be2d12b3759db370a718743c25fb0297bab287e750c6baeba57

Contents?: true

Size: 332 Bytes

Versions: 2

Compression:

Stored size: 332 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: single_quotes

Layout/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 20

Metrics/AbcSize:
  Max: 40

Metrics/ClassLength:
  Max: 200

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
active_record_aliased_joins-0.1.3 .rubocop.yml
active_record_aliased_joins-0.1.2 .rubocop.yml