Sha256: 59bcd5446fd557a5ae634fca3201b952e9125b421ce303d2d0b3859ff642b512

Contents?: true

Size: 550 Bytes

Versions: 2

Compression:

Stored size: 550 Bytes

Contents

require:
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 3.1
  DisplayCopNames: true
  DisplayStyleGuide: true
  ExtraDetails: true
  SuggestExtensions: false
  NewCops: enable

Layout/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Lint/MissingSuper:
  AllowedParentClasses:
    - Base

RSpec/MultipleExpectations:
  Max: 5

RSpec/ExampleLength:
  Max: 10

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sec_id-4.1.0 .rubocop.yml
sec_id-4.0.0 .rubocop.yml