-
Notifications
You must be signed in to change notification settings - Fork 28
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
Ktlint job fails on PRs with > 300 files. #52
Comments
Related: reviewdog/reviewdog#1696 Seems like this is fixed with reviewdog/reviewdog#1714 I'll try to upgrade to https://github.com/reviewdog/reviewdog/releases/tag/v0.17.4 |
@rohan-sca @sergiomr88 please let me know if you still face this issue. |
Thanks @ghaiszaher we'll keep an eye out. |
Based on this comment reviewdog/reviewdog#1696 (comment), it looks like the current solution is to pass the argument Example: - name: ktlint
uses: ScaCap/action-ktlint@master
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review |
Do please keep an eye on updates from reviewDog though, currently we're forced to use |
@rohan-sca this can be removed now, latest reviewdog version provides a fix also for |
About 2 months ago we updated to use ktlint version 1.1.1
Since last 2 weeks we've had a few cases with PRs having >300 files.
action-ktlint fails on these PRs with the following error excerpt.
Not sure if this is failing now due to v1.1.1 or some new Github API changes.
The text was updated successfully, but these errors were encountered: