Sha256: a30cf505a3b7a49428062e92c8579053090e35d571c8ba655ada741a9c09fa0d

Contents?: true

Size: 917 Bytes

Versions: 5

Compression:

Stored size: 917 Bytes

Contents

require:
  - rubocop-minitest
  - rubocop-performance
  - rubocop-rake

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.7

Gemspec/RequiredRubyVersion:
  Enabled: false

Layout/LineLength:
  AllowHeredoc: true
  AllowURI: true
  IgnoreCopDirectives: true
  Max: 120
  Exclude:
    - "activerecord-cte.gemspec"
    - "test/**/*"

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Metrics/AbcSize:
  Exclude:
    - "test/**/*_test.rb"

Metrics/ClassLength:
  Exclude:
    - "test/**/*_test.rb"

Metrics/CyclomaticComplexity:
  Max: 7

Metrics/MethodLength:
  Exclude:
    - "test/**/*_test.rb"

Minitest/MultipleAssertions:
  Max: 5

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

5 entries across 5 versions & 1 rubygems

Version Path
activerecord-cte-0.4.0 .rubocop.yml
activerecord-cte-0.3.0 .rubocop.yml
activerecord-cte-0.2.0 .rubocop.yml
activerecord-cte-0.1.5 .rubocop.yml
activerecord-cte-0.1.4 .rubocop.yml