Sha256: b2a5cf5552e26c7dd432ab7c90d3334d052e5f067f132e58ffcef32528d84584

Contents?: true

Size: 478 Bytes

Versions: 4

Compression:

Stored size: 478 Bytes

Contents

inherit_mode:
  merge:
    - Exclude

require:
  - rubocop-performance
  - rubocop-rails
  - rubocop-rspec
  - standard

inherit_gem:
  standard: config/base.yml

inherit_from:
  - rubocop/rspec.yml

AllCops:
  NewCops: enable
  SuggestExtensions: false
  TargetRubyVersion: 2.7
  TargetRailsVersion: 5.2

RSpec/FilePath:
  Enabled: false

RSpec/VerifiedDoubles:
  Exclude:
    - spec/**/*_spec.rb

Style/SingleLineMethods:
  Enabled: false

Style/EmptyMethod:
  Enabled: false

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
sbmt-kafka_producer-2.2.0 .rubocop.yml
sbmt-kafka_producer-2.1.0 .rubocop.yml
sbmt-kafka_consumer-2.0.0 .rubocop.yml
sbmt-kafka_producer-2.0.0 .rubocop.yml