config/default.yml in rubocop-mhenrixon-0.79.8 vs config/default.yml in rubocop-mhenrixon-0.80.0
- old
+ new
@@ -49,6 +49,15 @@
RSpec/AlignLeftLetBrace:
Enabled: true
RSpec/ExampleLength:
- Max: 10
+ Max: 10
+
+Style/HashEachMethods:
+ Enabled: true
+
+Style/HashTransformKeys:
+ Enabled: true
+
+Style/HashTransformValues:
+ Enabled: true
\ No newline at end of file