Commit fd295d3
fix(ci): exclude SC2034/SC2154 from shellcheck
SC2034 (appears unused) fires on variables defined in sourced library
files (defaults.sh) that are consumed by the sourcing scripts. SC2154
(referenced but not assigned) fires on eval-assigned variables used
for bash 3.2 nameref compatibility. Both are false positives in our
source-based architecture.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1ad044b commit fd295d3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
0 commit comments