adoroszlai opened a new pull request, #1310: URL: https://github.com/apache/ratis/pull/1310
## What changes were proposed in this pull request? `checkstyle` CI check unexpectedly prints output twice (due to `tee` and `cat`). https://github.com/apache/ratis/actions/runs/19024281716/job/54325060816#step:11:267 https://github.com/apache/ratis/actions/runs/19024281716/job/54325060816#step:11:553 Use simple output redirection instead of `tee`. https://issues.apache.org/jira/browse/RATIS-2355 ## How was this patch tested? Ran locally: ```bash ./dev-support/checks/checkstyle.sh ``` CI: https://github.com/adoroszlai/ratis/actions/runs/19261274571/job/55066434431 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
