-
Notifications
You must be signed in to change notification settings - Fork 76
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
Use suggestions? #28
Comments
@haya14busa Can you tell us more about the suggest feature and how can we use it with this action? |
That's great to hear! You need to support rdformat (https://github.com/reviewdog/reviewdog#code-suggestions) as rubocop output. Example: eslint https://github.com/reviewdog/action-eslint/tree/master/eslint-formatter-rdjson |
I will try to do this! |
Thank you. Assigned you 👍 |
@AlexeyMatskevich Do you have any progress? |
I suppose that this documentation can help to implement this feature: |
I'm trying to write a custom Rubocop formatter that generates a JSON result with rdformat. If I spend some more time I may be able to implement the suggestion feature though, should I leave this issue up to the assignee? Suggestion example: |
I am adding code health checks to some of our repos, and I tried to use this action along with https://github.com/reviewdog/action-suggester. Of course it does not work, the suggester action expects to find a diff, not a linter output.
What would be the steps to support suggestions using this image? I can do the grunt work if I'm pointed in the right direction.
The text was updated successfully, but these errors were encountered: