Sha256: 10dae0977c8b15880f7d6cac130b6fdb5052b6448b9231d271715ce824941dad

Contents?: true

Size: 432 Bytes

Versions: 5

Compression:

Stored size: 432 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

RSpec/VerifiedDoubleReference:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ci_toolkit-1.6.4 .rubocop.yml
ci_toolkit-1.6.3 .rubocop.yml
ci_toolkit-1.6.2 .rubocop.yml
ci_toolkit-1.6.1 .rubocop.yml
ci_toolkit-1.6.0 .rubocop.yml