P3-nice-to-havearea:clibugeffort-smallfilter-qualitygood first issuepriority:low
Repository metrics
- Stars
- (48,085 個のスター)
- PR merge metrics
- (平均マージ 11d 1h) (30d で 45 merged PRs)
説明
When running rtk gradle, the filtered output includes extra blank lines:
- Leading blank lines at the start of output
- Extra newline when stderr is empty (stdout + '\n' + empty stderr)
Expected: Clean output without leading/trailing blank lines. Actual: Extra blank lines appear in filtered output.