Skip to content

Add new ArrayConcatLiteral cop to replace a.concat([1, 2, 3]) with a.push(1, 2, 3)#435

Closed
amomchilov wants to merge 2 commits intorubocop:masterfrom
amomchilov:ArrayConcatLiteral
Closed

Add new `ArrayConcatLiteral` cop to replace `a.concat([1, 2, 3])` with `a.push(1, 2, 3)`#435
amomchilov wants to merge 2 commits intorubocop:masterfrom
amomchilov:ArrayConcatLiteral

Commits

Commits on Jan 12, 2024