.rubocop.yml in contentful-management-1.6.0 vs .rubocop.yml in contentful-management-1.7.0

- old
+ new

@@ -19,5 +19,8 @@ Metrics/LineLength: Max: 135 Metrics/ClassLength: Max: 250 + +Style/SignalException: + EnforcedStyle: 'semantic'