reviewdog / action-languagetool

Run languagetool with reviewdog :dog:
https://github.com/marketplace?type=actions&query=reviewdog
MIT License
39 stars 20 forks source link

Reached maximum number of characters for languagetool #26

Closed flaxel closed 3 years ago

flaxel commented 3 years ago

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?

shogo82148 commented 3 years ago

reviewdog supports some reporters for GitHub.

Did you try the other reporters?

flaxel commented 3 years ago

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