test: reviewdog/action-shellcheck inline annotations demo#111
Open
iav wants to merge 1 commit into
Open
Conversation
| ls $(echo /tmp) | ||
|
|
||
| # SC1073 — parser error: unmatched $( (error) | ||
| broken=$(echo hello |
| ls $(echo /tmp) | ||
|
|
||
| # SC1073 — parser error: unmatched $( (error) | ||
| broken=$(echo hello |
ff5315e to
eda6beb
Compare
1927a9b to
9529b1d
Compare
eda6beb to
de1ee88
Compare
9529b1d to
3eadafe
Compare
Not for merge — used to exercise reviewdog/action-shellcheck PR-review annotations on the new maintenance-lint-scripts-reviewdog.yml workflow. File mixes info / warning / error severities so the level=error gate can be observed in action. Assisted-by: Claude:claude-opus-4.7
de1ee88 to
5e5106e
Compare
3eadafe to
17116a8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fork-internal demo PR. Do not merge.
Exercises the new
maintenance-lint-scripts-reviewdog.ymlworkflow added on theaudit/shellcheck-comparisonbranch. The added.github/demo-reviewdog-shellcheck.shcontains anSC1073/SC1072parser-error pair whichreviewdog/action-shellcheckshould surface as inline review-comments on this PR's diff.Expected:
Shell script analysis (reviewdog)check appears in the PR status list.github/demo-reviewdog-shellcheck.shfail_level: error