.rubocop.yml in
contentful-0.9.0
vs .rubocop.yml in
contentful-0.10.0
- old
+ new
@@ -21,5 +21,8 @@
Metrics/ClassLength: Max: 230 Style/MutableConstant: Enabled: false
+
+Style/SignalException:
+ EnforcedStyle: 'semantic'