You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: