Atsushi Okui

Results 3 comments of Atsushi Okui

> Then how does it make `PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace` unnecessary? It is included in `PSR2.ControlStructures.ControlStructureSpacing` and is not installed. And it is checked by `PSR12.ControlStructures.ControlStructureSpacing`. Do you need it?

This code has allowed me to work around the problem. Note, however, that `worksheet.rowCount` will not be reduced because a blank row is inserted at the end. ```js test('rowCount will...