.rubocop.yml in amqp-client-1.0.0 vs .rubocop.yml in amqp-client-1.0.1

- old
+ new

@@ -10,6 +10,17 @@ Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Layout/LineLength: - Max: 120 + Max: 130 + +Naming/FileName: + Exclude: + - 'lib/amqp-client.rb' + +Metrics/PerceivedComplexity: + Exclude: + - 'lib/amqp/client/properties.rb' + +Metrics/ParameterLists: + Max: 8