Files
unkinben bffbd45204
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
Fix errcheck lint failures in runList
golangci-lint (errcheck) in CI flagged the fmt.Fprintf calls in vctl's
runList as unchecked return values — writes to an arbitrary io.Writer are
not on errcheck's default exclude list (unlike os.Stdout/os.Stderr).

- discard the fmt.Fprintf return values in runList with '_, _ =', matching
  the existing convention used elsewhere in the tree

Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
2026-07-26 23:49:13 +10:00
..
2026-07-26 23:49:13 +10:00