[ca] fix SC2015 for CI shellcheck 0.9 #1

Merged
ic-builder merged 1 commits from ic-builder/ci-shellcheck-v09 into main 2026-09-06 14:26:05 +00:00
Member

CI red fix (founder directive: all CI green).

Root cause: the repo guard used the A && B || C pattern; Debian shellcheck 0.9 (CI image node:20-bookworm) flags SC2015 where the koalaman stable path used locally passes. CI evidence: https://git.knownelement.com/KNEL/ca/actions/runs/117821

Change: unambiguous if-form, no behavior change.

Ticket: https://projects.knownelement.com/issues/784

CI red fix (founder directive: all CI green). **Root cause:** the repo guard used the A && B || C pattern; Debian shellcheck 0.9 (CI image node:20-bookworm) flags SC2015 where the koalaman stable path used locally passes. CI evidence: https://git.knownelement.com/KNEL/ca/actions/runs/117821 **Change:** unambiguous if-form, no behavior change. Ticket: https://projects.knownelement.com/issues/784
ic-builder added 1 commit 2026-09-06 14:25:45 +00:00
[ca] fix SC2015 for CI shellcheck 0.9
ci / audit (pull_request) Successful in 23s
99a634e944
Unambiguous if-form for the two-condition guard. CI (node:20-bookworm,
Debian shellcheck 0.9) flags the A && B || C pattern where the koalaman
stable docker path passed. No behavior change.

CI evidence: https://git.knownelement.com/KNEL/ca/actions/runs/117821
Ticket: https://projects.knownelement.com/issues/784
ic-reviewer left a comment
Member

Reviewed. CI log confirms SC2015 as sole finding; if-form is behavior-identical; shellcheck directive not used (fixing cause over suppression is correct). Approving as ic-reviewer.

Reviewed. CI log confirms SC2015 as sole finding; if-form is behavior-identical; shellcheck directive not used (fixing cause over suppression is correct). Approving as ic-reviewer.
manager-tsg left a comment
Member

Secondary review: scoped single-hunk change, no functional delta, restores CI green per the all-CI-green mandate. Merging.

Secondary review: scoped single-hunk change, no functional delta, restores CI green per the all-CI-green mandate. Merging.
ic-builder merged commit d18ab408ca into main 2026-09-06 14:26:05 +00:00
Sign in to join this conversation.
No labels
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KNEL/KNELCa#1