You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running GitHub Actions, the following warning and error were detected in the logs:
time=2024-12-16T02:24:56.955Z level=WARN msg="reviewdog: -fail-on-error is deprecated. Use -fail-level=any, or -fail-level=error for github-[pr-]check reporter instead. See also https://github.com/reviewdog/reviewdog/blob/master/CHANGELOG.md"
reviewdog: parse error: EOF
Steps to Reproduce:
Trigger the GitHub Actions workflow that uses reviewdog.
Observe the logs for the warning and error messages.
Request:
Could you confirm whether this is a known issue or provide guidance on how to resolve it? Additionally, if this is not expected behavior, would you consider fixing the parse error in a future release?
The text was updated successfully, but these errors were encountered:
@stkhr@marcincuber I created a PR for the reviewdog changes. However, the parse error is not related to it. Could you give me any other information like targets?
@nayuta
Thank you for your quick response and for creating the PR to address the reviewdog changes. I really appreciate it!
Regarding the EOF parse error, I investigated further and found that the issue seems to be specific to my environment. When testing in a different environment, the EOF error did not occur. I will fix EOF error myself.
When running GitHub Actions, the following warning and error were detected in the logs:
Steps to Reproduce:
Request:
Could you confirm whether this is a known issue or provide guidance on how to resolve it? Additionally, if this is not expected behavior, would you consider fixing the parse error in a future release?
The text was updated successfully, but these errors were encountered: