Sha256: 820de70bf48bb10b5a9faf334c1ecefa2f23de0e799f2ab3c323c69210297fe2

Contents?: true

Size: 298 Bytes

Versions: 2

Compression:

Stored size: 298 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
active_record_aliased_joins-0.1.1 .rubocop.yml
active_record_aliased_joins-0.1.0 .rubocop.yml