Sha256: 5f238ddd11faa5242ef30ad50908181e814a610c960a5a53ff4515d4a30a1432

Contents?: true

Size: 383 Bytes

Versions: 2

Compression:

Stored size: 383 Bytes

Contents

require: rubocop-rspec

AllCops:
  NewCops: enable
  TargetRubyVersion: 3.2

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/BlockLength:
  IgnoredMethods: ['describe']

RSpec/MultipleExpectations:
  Max: 5
RSpec/ExampleLength:
  Max: 20

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ci_toolkit-1.5.24 .rubocop.yml
ci_toolkit-1.5.23 .rubocop.yml