[DO NOT MERGE] Refactor - Move command execution responsibility to CommandHandler from IOThread #3348
Annotations
4 errors and 1 warning
golangci-lint:
internal/commandhandler/commandhandler.go#L87
Error return value of `h.handleCmdRequestWithTimeout` is not checked (errcheck)
|
golangci-lint:
internal/commandhandler/commandhandler.go#L192
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
golangci-lint:
internal/iothread/iothread.go#L12
const `defaultRequestTimeout` is unused (unused)
|
golangci-lint
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading