-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Type of issue
Feature Request
Description
ShellCheck provides possible solutions for reported issues in the Did you mean section, e.g.:
In /github/workspace/src/partition/test-repart.sh line 250:
JSON_OUTPUT=$("$repart" --definitions="$D/definitions-overrides" --dry-run=yes --empty=create --size=100M --json=pretty $D/test-drop-in-image)
^-- SC2086 (info): Double quote to prevent globbing and word splitting.
Did you mean:
JSON_OUTPUT=$("$repart" --definitions="$D/definitions-overrides" --dry-run=yes --empty=create --size=100M --json=pretty "$D"/test-drop-in-image)
which the currently shown alerts don't include:
Describe the solution you'd like
Having the suggested solution as part of the alert would be great, maybe even in some diff-aware form, so the difference is clearly visible.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo