Skip to content
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

Duplicate comments when suggestions exist #57

Open
pbrisbin opened this issue Oct 18, 2023 · 0 comments
Open

Duplicate comments when suggestions exist #57

pbrisbin opened this issue Oct 18, 2023 · 0 comments

Comments

@pbrisbin
Copy link

pbrisbin commented Oct 18, 2023

Hi there-

We're using this action with reporter: github-pr-review, and when an issue can be fixed by suggestion, we get two comments:

Is it possible to avoid this and only get the [shellcheck (suggestion)] comment when something is auto-fixable and only get the [shellcheck] comment when it's not?

Or, ideally, they should be combined:

[shellcheck] reported by reviewdog

Double quote to prevent globbing and word-splitting. SC2086

- echo $example
+ echo "$example"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant