config/default.yml in rubocop-0.80.0 vs config/default.yml in rubocop-0.80.1

- old
+ new

@@ -2818,14 +2818,16 @@ PreferHashRocketsForNonAlnumEndingSymbols: false Style/HashTransformKeys: Description: 'Prefer `transform_keys` over `each_with_object` and `map`.' Enabled: 'pending' + VersionAdded: '0.80' Safe: false Style/HashTransformValues: Description: 'Prefer `transform_values` over `each_with_object` and `map`.' Enabled: 'pending' + VersionAdded: '0.80' Safe: false Style/IdenticalConditionalBranches: Description: >- Checks that conditional statements do not have an identical