Sha256: 223ba9cf65c6ca793e176ef1827154a5b82e4c2bfe66877a94e288fb80c32335

Contents?: true

Size: 549 Bytes

Versions: 3

Compression:

Stored size: 549 Bytes

Contents

require:
  - rubocop-performance

AllCops:
  TargetRubyVersion: 2.6

Layout/LineLength:
  AllowHeredoc: true
  AllowURI: true
  IgnoreCopDirectives: true
  Max: 120
  Exclude:
    - "test/**/*"

Metrics/AbcSize:
  Exclude:
    - "test/**/*"

Metrics/CyclomaticComplexity:
  Max: 7

Style/ClassAndModuleChildren:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Style/StringLiterals:
  EnforcedStyle: double_quotes

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activerecord-cte-0.1.3 .rubocop.yml
activerecord-cte-0.1.1 .rubocop.yml
activerecord-cte-0.1.0 .rubocop.yml