config/default.yml in rubocop-1.38.0 vs config/default.yml in rubocop-1.39.0

- old
+ new

@@ -2806,10 +2806,11 @@ - as - at - by - db - id + - if - in - io - ip - of - 'on' @@ -3446,11 +3447,11 @@ Notice: '^Copyright (\(c\) )?2[0-9]{3} .+' AutocorrectNotice: '' Style/DateTime: Description: 'Use Time over DateTime.' - StyleGuide: '#date--time' + StyleGuide: '#date-time' Enabled: false VersionAdded: '0.51' VersionChanged: '0.92' SafeAutoCorrect: false AllowCoercion: false @@ -3817,11 +3818,12 @@ Style/HashExcept: Description: >- Checks for usages of `Hash#reject`, `Hash#select`, and `Hash#filter` methods that can be replaced with `Hash#except` method. Enabled: pending + Safe: false VersionAdded: '1.7' - VersionChanged: '1.31' + VersionChanged: '1.39' Style/HashLikeCase: Description: >- Checks for places where `case-when` represents a simple 1:1 mapping and can be replaced with a hash lookup.