Sha256: e1467ddfa82ac6f814eed69ac910f828ef03ebe6ef3009bf2c99572f3f52d454

Contents?: true

Size: 857 Bytes

Versions: 1

Compression:

Stored size: 857 Bytes

Contents

require: rubocop-rspec
inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 3.3
  NewCops: enable

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*_spec.rb'
    - 'spec/support/**/*.rb'
    - '*.gemspec'

Lint/AmbiguousBlockAssociation:
  Exclude:
    - 'spec/**/*_spec.rb'

RSpec/AlignLeftLetBrace:
  Enabled: true

RSpec/DescribedClass:
  Exclude:
    - 'spec/integration/yard/**/*_spec.rb'

RSpec/ExampleLength:
  Exclude:
    - 'spec/integration/yard/**/*_spec.rb'
    - 'spec/integration/readme/**/*_spec.rb'

RSpec/MultipleExpectations:
  Exclude:
    - 'spec/integration/yard/**/*_spec.rb'
    - 'spec/integration/readme/**/*_spec.rb'

RSpec/NestedGroups:
  Max: 4
  Exclude:
    - 'spec/integration/yard/**/*.rb'

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sonezaki-0.0.1 .rubocop.yml