.rubocop.yml in friendly_shipping-0.5.2 vs .rubocop.yml in friendly_shipping-0.5.3
- old
+ new
@@ -4,5 +4,14 @@
inherit_from:
- .rubocop-relaxed.yml
Metrics/BlockLength:
Enabled: false
+
+Style/HashEachMethods:
+ Enabled: true
+
+Style/HashTransformKeys:
+ Enabled: true
+
+Style/HashTransformValues:
+ Enabled: true