reviewdog/action-languagetool

Reached maximum number of characters for languagetool

Closed this issue · 2 comments

When I run the Github Action, I get the following error message:

reviewdog: post failed for LanguageTool: failed to post result: PATCH https://api.github.com/repos/<company/user>/>repository>/check-runs/2296919823: 422 Invalid request.

Only 65535 characters are allowed; 68794 were supplied. []

The problem is related to the Github API. There is already an existing discussion about it, but it seems that the problem is not solved immediately. Is there a workaround to fix this problem in the action?

reviewdog supports some reporters for GitHub.

Did you try the other reporters?

Oh thank you for the tip. It worked with the reporter github-pr-review. I have not tested the others.

If you want, the issue can be closed, unless you want to continue working on the problem