Skip to content

fix: SC2059 in wizard (CI shellcheck default severity) - #3

Merged
Codevena merged 1 commit into
mainfrom
fix/ci-shellcheck-sc2059
Jun 11, 2026
Merged

fix: SC2059 in wizard (CI shellcheck default severity)#3
Codevena merged 1 commit into
mainfrom
fix/ci-shellcheck-sc2059

Conversation

@Codevena

Copy link
Copy Markdown
Owner

One-line fix: printf format string used ${RED}/${RST} variables directly, which CI's default-severity shellcheck flags as SC2059. Switched to %s placeholders. Verified with the exact CI command shellcheck fixbuddy.sh fixbuddy-wizard.sh (clean) and bash -n.

CI runs `shellcheck` at default severity (includes info-level), which
flags variables in the printf format string. Use %s placeholders.

The prior PR's static gate used `shellcheck -S warning`, which excludes
info-level and missed this — now matched to the CI invocation.
@Codevena
Codevena merged commit 8e2b6e7 into main Jun 11, 2026
2 checks passed
@Codevena
Codevena deleted the fix/ci-shellcheck-sc2059 branch June 11, 2026 07:37
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

Successfully merging this pull request may close these issues.

1 participant