Sha256: 59b3f4a230d7894239610930d7ef9d35cf41ac00d59195cd16d495ed0b230ec4

Contents?: true

Size: 422 Bytes

Versions: 5

Compression:

Stored size: 422 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.6

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

5 entries across 5 versions & 1 rubygems

Version Path
amqp-client-1.1.4 .rubocop.yml
amqp-client-1.1.3 .rubocop.yml
amqp-client-1.1.2 .rubocop.yml
amqp-client-1.1.1 .rubocop.yml
amqp-client-1.1.0 .rubocop.yml