Commit 2f6d2ff
test(themes/powerline): suppress SC2034 for externally-consumed variables
Variables like SEGMENTS_AT_LEFT, LAST_SEGMENT_COLOR, and
POWERLINE_PROMPT_FOREGROUND_COLOR are assigned in test setup/body and
read by the loaded powerline functions; shellcheck can't see that cross-
file usage and emits false-positive SC2034 warnings.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e367c40 commit 2f6d2ff
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments