.rubocop.yml in azeroth-0.6.0 vs .rubocop.yml in azeroth-0.6.1
- old
+ new
@@ -13,5 +13,14 @@
RSpec/NestedGroups:
Max: 4
RSpec/AlignLeftLetBrace:
Enabled: true
+
+Style/HashEachMethods:
+ Enabled: true
+
+Style/HashTransformKeys:
+ Enabled: true
+
+Style/HashTransformValues:
+ Enabled: true