config/default.yml in rubocop-1.41.0 vs config/default.yml in rubocop-1.41.1
- old
+ new
@@ -3427,9 +3427,10 @@
VersionChanged: '1.19'
Style/ConcatArrayLiterals:
Description: 'Enforces the use of `Array#push(item)` instead of `Array#concat([item])` to avoid redundant array literals.'
Enabled: pending
+ Safe: false
VersionAdded: '1.41'
Style/ConditionalAssignment:
Description: >-
Use the return value of `if` and `case` statements for