.rubocop.yml in contentful-2.14.0 vs .rubocop.yml in contentful-2.15.0

- old
+ new

@@ -19,9 +19,12 @@ - Rakefile Metrics/ClassLength: Max: 280 +Metrics/ParameterLists: + Max: 6 + Style/MutableConstant: Enabled: false Style/SignalException: EnforcedStyle: 'semantic'