Commit a745dc3
ci: use strings.ReplaceAll (staticcheck QF1004)
strings.Replace(s, old, new, -1) is idiomatically strings.ReplaceAll.
golangci-lint's staticcheck flags it; this was the last remaining
blocker after enabling v2.11.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e010b46 commit a745dc3
1 file changed
Lines changed: 30 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
211 | 240 | | |
212 | 241 | | |
213 | 242 | | |
| |||
359 | 388 | | |
360 | 389 | | |
361 | 390 | | |
362 | | - | |
| 391 | + | |
363 | 392 | | |
364 | 393 | | |
0 commit comments