Sha256: ae7320ddef9961bc9ad703c0bd3c93eb287731d0e914bd3d0007b767855b9fc9

Contents?: true

Size: 649 Bytes

Versions: 7

Compression:

Stored size: 649 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7

Layout/LeadingCommentSpace:
  Enabled: false

Metrics/AbcSize:
  Max: 25
  Exclude:
    - "lib/rbs_activesupport/ast.rb"

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

Metrics/ClassLength:
  Max: 200

Metrics/CyclomaticComplexity:
  Exclude:
    - "lib/rbs_activesupport/ast.rb"

Metrics/MethodLength:
  Max: 30
  Exclude:
    - "lib/rbs_activesupport/ast.rb"

Style/AccessorGrouping:
  Enabled: false

Style/CommentedKeyword:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rbs_activesupport-1.4.3 .rubocop.yml
rbs_activesupport-1.4.2 .rubocop.yml
rbs_activesupport-1.4.1 .rubocop.yml
rbs_activesupport-1.4.0 .rubocop.yml
rbs_activesupport-1.3.0 .rubocop.yml
rbs_activesupport-1.2.1 .rubocop.yml
rbs_activesupport-1.2.0 .rubocop.yml