Sha256: 46e4dcf5e5b2c5e838fbd90f4a8f4e0e206d9bb96b766f08c169dd30a7ac767c

Contents?: true

Size: 468 Bytes

Versions: 2

Compression:

Stored size: 468 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  NewCops: disable
  TargetRubyVersion: 2.6
  SuggestExtensions: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 130

Naming/FileName:
  Exclude:
    - 'lib/amqp-client.rb'

Metrics/PerceivedComplexity:
  Exclude:
    - 'lib/amqp/client/properties.rb'

Metrics/ParameterLists:
  Max: 8

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
amqp-client-1.1.6 .rubocop.yml
amqp-client-1.1.5 .rubocop.yml