Sha256: f786eb73ea696b7db55c6500a1314735db121d7bd556618446a860820776b495

Contents?: true

Size: 439 Bytes

Versions: 1

Compression:

Stored size: 439 Bytes

Contents

require:
 - rubocop-minitest
 - rubocop-rake

AllCops:
  TargetRubyVersion: 3.1
  NewCops: enable

Naming/VariableNumber:
  Enabled: false

Style/EndlessMethod:
  Enabled: false

Style/CommentedKeyword:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 20

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
inclusive-1.0.0 .rubocop.yml