Sha256: a738cd4d1cd6bd9d0b3a3dc9c5c1308af979701a7dfa7c783a178395598fe335

Contents?: true

Size: 450 Bytes

Versions: 1

Compression:

Stored size: 450 Bytes

Contents

inherit_gem:
  rubocop-config-umbrellio: lib/rubocop.yml

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 3.0
  SuggestExtensions: false
  Include:
    - lib/**/*.rb
    - spec/**/*.rb
    - Gemfile
    - Rakefile
    - rabbit_messaging.gemspec
    - bin/console
    - environments/*.rb

Style/Alias:
  EnforcedStyle: prefer_alias_method

Style/HashConversion:
  Exclude:
    - spec/**/*

RSpec/VerifiedDoubleReference:
  EnforcedStyle: string

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rabbit_messaging-0.15.0 .rubocop.yml