Commit 8d280ef
ci: shellcheck + markdownlint fixes on top of v1.25
- bin/flashpaste-logs.sh:118 SC1007 (bare `GRN= RED= WHT=` on the
non-TTY branch) — rewritten as `GRN='' RED='' WHT=''`.
- bin/flashpaste-logs.sh:206 SC2178/SC2128 — local `prev=""` in
`kitty_poller` shadowed `declare -A prev=()` in
`claude_state_poller`. Renamed the local to `last` so shellcheck
no longer sees an array-vs-string conflict at the function
boundary.
- CHANGELOG.md:92 MD049/emphasis-style — `_…_` italics on the v1.22
revert note converted to `*…*` to match the rest of the file.
Pure CI hygiene on top of v1.25 — no behaviour change.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 307ba62 commit 8d280ef
2 files changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
207 | 210 | | |
208 | 211 | | |
209 | 212 | | |
| |||
233 | 236 | | |
234 | 237 | | |
235 | 238 | | |
236 | | - | |
| 239 | + | |
237 | 240 | | |
238 | | - | |
| 241 | + | |
239 | 242 | | |
240 | 243 | | |
241 | 244 | | |
| |||
0 commit comments