Commit 93d648d
Test
Fix 16 golangci-lint issues breaking CI
Pre-existing lint issues across 10 files: govet (redundant \n in
Println, Sprintf with unused arg), ineffassign, staticcheck (S1000
single-case select, ST1005 capitalized errors, SA9003 empty branch,
QF1003 if-else to switch, QF1008 embedded field selector), and
unused vars/funcs.
All 16 issues resolved. go build ./... and go vet ./... pass clean.1 parent e58d80d commit 93d648d
File tree
24 files changed
+358
-475
lines changed- chu-test-workspace
- cmd
- gptcode
- test-live
- docs
- internal
- autonomous
- cicd
- docs
- integrations
- live
- llm
- maestro
- modes
- scripts
24 files changed
+358
-475
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
348 | 349 | | |
349 | 350 | | |
350 | 351 | | |
351 | | - | |
352 | | - | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
353 | 365 | | |
354 | 366 | | |
355 | 367 | | |
| |||
This file was deleted.
0 commit comments