Sha256: 1b01697f7cd5c1a82b87f3af5f7fe08566561af612e2a62fcdf890aac0c976f4

Contents?: true

Size: 383 Bytes

Versions: 4

Compression:

Stored size: 383 Bytes

Contents

require: rubocop-rspec

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.6

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

4 entries across 4 versions & 1 rubygems

Version Path
ci_toolkit-1.5.22 .rubocop.yml
ci_toolkit-1.5.21 .rubocop.yml
ci_toolkit-1.5.20 .rubocop.yml
ci_toolkit-1.5.19 .rubocop.yml