Sha256: 69994873cddb14f23f5a48151129e7eb9dda3bcc24b6747a05ccfa25963ae600

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: 2.5
  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.13.0 .rubocop.yml