Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redirect reviewdog stderr to stdout #202

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

ptzianos
Copy link
Contributor

@ptzianos ptzianos commented Jun 5, 2024

the lint Make target will output in stderr all the issues that reviewdog discovered for the diff under investigation, however that stderr is not captured by the Github action. we need to send the stderr to stdout so that we can see it in the Github action logs when the lint action fails.

@ptzianos ptzianos requested a review from northdpole June 5, 2024 11:09
@ptzianos ptzianos self-assigned this Jun 5, 2024
the lint Make target will output in stderr all the issues that
reviewdog discovered for the diff under investigation, however that
stderr is not captured by the Github action. we need to send the stderr
to stdout so that we can see it in the Github action logs when the lint
action fails.
@ptzianos ptzianos force-pushed the ptzianos/redirect-reviewdog-stderr-to-stdout branch from 9d7650b to 1677b01 Compare June 5, 2024 11:11
@ptzianos ptzianos merged commit c8afc6c into main Jun 5, 2024
3 checks passed
@ptzianos ptzianos deleted the ptzianos/redirect-reviewdog-stderr-to-stdout branch June 5, 2024 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants