Sha256: 7582dfa39a8af0ffcb6821e7d1f7f4443f1ba9c185e9596c73ed10bab7532eca
Contents?: true
Size: 422 Bytes
Versions: 2
Compression:
Stored size: 422 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.5 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.0.2 | .rubocop.yml |
amqp-client-1.0.1 | .rubocop.yml |